Searched refs:evalBinOpLL (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | SimpleSValBuilder.cpp | 35 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
|
| D | SValBuilder.cpp | 450 return evalBinOpLL(state, op, *LV, *RV, type); in evalBinOp()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | SValBuilder.h | 136 virtual SVal evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | CStringChecker.cpp | 482 svalBuilder.evalBinOpLL(state, BO_GT, *firstLoc, *secondLoc, cmpTy); in CheckOverlap() 527 svalBuilder.evalBinOpLL(state, BO_GT, *FirstEndLoc, *secondLoc, cmpTy); in CheckOverlap()
|