Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp38 SVal evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op,
342 return evalBinOpLL(state, op, lhsL, in evalBinOpNN()
349 return evalBinOpLL(state, op, lhsL, makeLoc(i), resultTy); in evalBinOpNN()
583 SVal SimpleSValBuilder::evalBinOpLL(ProgramStateRef state, in evalBinOpLL() function in SimpleSValBuilder
DSValBuilder.cpp377 return evalBinOpLL(state, op, *LV, *RV, type); in evalBinOp()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h103 virtual SVal evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op,
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp474 SVal reverse = svalBuilder.evalBinOpLL(state, BO_GT, in CheckOverlap()
519 SVal Overlap = svalBuilder.evalBinOpLL(state, BO_GT, in CheckOverlap()