Searched defs:evalBinOpLL (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp38 SVal evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op,
342 return evalBinOpLL(state, op, lhsL,
349 return evalBinOpLL(state, op, lhsL, makeLoc(i), resultTy);
583 SVal SimpleSValBuilder::evalBinOpLL(ProgramStateRef state, function in class:SimpleSValBuilder

Completed in 490 milliseconds