Searched refs:VisitLogicalExpr (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h387 /// VisitLogicalExpr - Transfer function logic for '&&', '||'
388 void VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp552 void ExprEngine::VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred, function in class:ExprEngine
H A DExprEngine.cpp1053 VisitLogicalExpr(B, Pred, Dst);

Completed in 104 milliseconds