HomeSort by relevance Sort by last modified time
    Searched refs:evalBinOpLN (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 264 return evalBinOpLN(state, op, *LV, rhs.castAs<NonLoc>(), type);
273 return evalBinOpLN(state, op, *RV, lhs.castAs<NonLoc>(), type);
SimpleSValBuilder.cpp 40 virtual SVal evalBinOpLN(ProgramStateRef state, BinaryOperator::Opcode op,
851 SVal SimpleSValBuilder::evalBinOpLN(ProgramStateRef state,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 376 SVal BufEnd = svalBuilder.evalBinOpLN(state, BO_Add, *BufLoc,
396 SVal BufEnd = svalBuilder.evalBinOpLN(state, BO_Add, *BufLoc,
492 SVal FirstEnd = svalBuilder.evalBinOpLN(state, BO_Add,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 103 virtual SVal evalBinOpLN(ProgramStateRef state, BinaryOperator::Opcode op,

Completed in 60 milliseconds