Searched refs:VisitGuardedExpr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 491 void VisitGuardedExpr(const Expr *Ex, const Expr *L, const Expr *R,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 783 void ExprEngine::VisitGuardedExpr(const Expr *Ex, in VisitGuardedExpr() function in ExprEngine
|
H A D | ExprEngine.cpp | 2217 VisitGuardedExpr(C, C->getLHS(), C->getRHS(), Pred, Dst); in Visit() 2238 VisitGuardedExpr(C, C->getTrueExpr(), C->getFalseExpr(), Pred, Dst); in Visit()
|