Home
last modified time | relevance | path

Searched refs:evalUnaryOp (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h122 SVal evalUnaryOp(ProgramStateRef state, UnaryOperator::Opcode opc,
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp473 SVal SValBuilder::evalUnaryOp(ProgramStateRef state, UnaryOperator::Opcode opc, in evalUnaryOp() function in SValBuilder
DSimpleSValBuilder.cpp1355 S, SVB.evalUnaryOp(State, S->getOpcode(), Op, S->getType())); in simplifySValOnce()