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

  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 378 SVal BufEnd = svalBuilder.evalBinOpLN(state, BO_Add, *BufLoc,
398 SVal BufEnd = svalBuilder.evalBinOpLN(state, BO_Add, *BufLoc,
494 SVal FirstEnd = svalBuilder.evalBinOpLN(state, BO_Add,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 344 return evalBinOpLN(state, op, *LV, rhs.castAs<NonLoc>(), type);
353 return evalBinOpLN(state, op, *RV, lhs.castAs<NonLoc>(), type);
SimpleSValBuilder.cpp 40 virtual SVal evalBinOpLN(ProgramStateRef state, BinaryOperator::Opcode op,
837 SVal SimpleSValBuilder::evalBinOpLN(ProgramStateRef state,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 104 virtual SVal evalBinOpLN(ProgramStateRef state, BinaryOperator::Opcode op,

Completed in 96 milliseconds