Home
last modified time | relevance | path

Searched refs:evalBinOpLL (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp35 SVal evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op,
430 return evalBinOpLL(state, op, lhsL, in evalBinOpNN()
452 return evalBinOpLL(state, op, lhsL, makeLoc(i), resultTy); in evalBinOpNN()
697 SVal SimpleSValBuilder::evalBinOpLL(ProgramStateRef state, in evalBinOpLL() function in SimpleSValBuilder
DSValBuilder.cpp450 return evalBinOpLL(state, op, *LV, *RV, type); in evalBinOp()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h136 virtual SVal evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op,
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp482 svalBuilder.evalBinOpLL(state, BO_GT, *firstLoc, *secondLoc, cmpTy); in CheckOverlap()
527 svalBuilder.evalBinOpLL(state, BO_GT, *FirstEndLoc, *secondLoc, cmpTy); in CheckOverlap()