Home
last modified time | relevance | path

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

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