Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h135 SVal evalUnaryOp(ProgramStateRef state, UnaryOperator::Opcode opc,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp481 SVal SValBuilder::evalUnaryOp(ProgramStateRef state, UnaryOperator::Opcode opc, in evalUnaryOp() function in SValBuilder
H A DSimpleSValBuilder.cpp1414 S, SVB.evalUnaryOp(State, S->getOpcode(), Op, S->getType())); in simplifySValOnce()