Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp73 SVal evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op,
488 return evalBinOpLL(state, op, lhsL, in evalBinOpNN()
510 return evalBinOpLL(state, op, lhsL, makeLoc(i), resultTy); in evalBinOpNN()
789 SVal SimpleSValBuilder::evalBinOpLL(ProgramStateRef state, in evalBinOpLL() function in SimpleSValBuilder
H A DSValBuilder.cpp515 return evalBinOpLL(state, op, *LV, *RV, type); in evalBinOp()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h100 virtual SVal evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op,
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp573 svalBuilder.evalBinOpLL(state, BO_GT, *firstLoc, *secondLoc, cmpTy); in CheckOverlap()
618 svalBuilder.evalBinOpLL(state, BO_GT, *FirstEndLoc, *secondLoc, cmpTy); in CheckOverlap()