Searched refs:EvaluateCond (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 3437 static bool EvaluateCond(EvalInfo &Info, const VarDecl *CondDecl, in EvaluateCond() function 3681 if (!EvaluateCond(Info, IS->getConditionVariable(), IS->getCond(), Cond)) in EvaluateStmt() 3697 if (!EvaluateCond(Info, WS->getConditionVariable(), WS->getCond(), in EvaluateStmt() 3737 if (FS->getCond() && !EvaluateCond(Info, FS->getConditionVariable(), in EvaluateStmt()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 4842 static bool EvaluateCond(EvalInfo &Info, const VarDecl *CondDecl, in EvaluateCond() function 5188 if (!EvaluateCond(Info, IS->getConditionVariable(), IS->getCond(), Cond)) in EvaluateStmt() 5207 if (!EvaluateCond(Info, WS->getConditionVariable(), WS->getCond(), in EvaluateStmt() 5261 if (FS->getCond() && !EvaluateCond(Info, FS->getConditionVariable(), in EvaluateStmt()
|