HomeSort by: relevance | last modified time | path
    Searched defs:areEqual (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 454 ConditionTruthVal SValBuilder::areEqual(ProgramStateRef state, SVal lhs,
ProgramState.cpp 373 ConditionTruthVal ProgramState::areEqual(SVal Lhs, SVal Rhs) const {
374 return stateMgr->getSValBuilder().areEqual(this, Lhs, Rhs);

Completed in 17 milliseconds