Searched refs:EvaluateCond (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 3333 static bool EvaluateCond(EvalInfo &Info, const VarDecl *CondDecl, in EvaluateCond() function 3565 if (!EvaluateCond(Info, IS->getConditionVariable(), IS->getCond(), Cond)) in EvaluateStmt() 3581 if (!EvaluateCond(Info, WS->getConditionVariable(), WS->getCond(), in EvaluateStmt() 3621 if (FS->getCond() && !EvaluateCond(Info, FS->getConditionVariable(), in EvaluateStmt()
|