Searched refs:EvaluateCond (Results 1 – 1 of 1) 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()
|