Home
last modified time | relevance | path

Searched defs:evalBinOp (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h601 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op, evalBinOp() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp493 SVal SValBuilder::evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, evalBinOp() function in SValBuilder