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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h461 /// VisitGuardedExpr - Transfer function logic for ?, __builtin_choose
462 void VisitGuardedExpr(const Expr *Ex, const Expr *L, const Expr *R,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp781 void ExprEngine::VisitGuardedExpr(const Expr *Ex, function in class:ExprEngine
H A DExprEngine.cpp1654 VisitGuardedExpr(C, C->getLHS(), C->getRHS(), Pred, Dst);
1675 VisitGuardedExpr(C, C->getTrueExpr(), C->getFalseExpr(), Pred, Dst);

Completed in 129 milliseconds