Home
last modified time | relevance | path

Searched refs:EvaluateCond (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp3248 static bool EvaluateCond(EvalInfo &Info, const VarDecl *CondDecl, in EvaluateCond() function
3468 if (!EvaluateCond(Info, IS->getConditionVariable(), IS->getCond(), Cond)) in EvaluateStmt()
3484 if (!EvaluateCond(Info, WS->getConditionVariable(), WS->getCond(), in EvaluateStmt()
3524 if (FS->getCond() && !EvaluateCond(Info, FS->getConditionVariable(), in EvaluateStmt()