Searched refs:EvaluateDependentExpr (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 4832 static bool EvaluateDependentExpr(const Expr *E, EvalInfo &Info) { in EvaluateDependentExpr() function 5072 if (!EvaluateDependentExpr(Inc, Info)) in EvaluateStmt() 5109 if (!EvaluateDependentExpr(E, Info)) in EvaluateStmt() 5146 return EvaluateDependentExpr(RetExpr, Info) ? ESR_Returned : ESR_Failed; in EvaluateStmt() 5235 EvaluateDependentExpr(DS->getCond(), Info); in EvaluateStmt() 5276 if (!EvaluateDependentExpr(Inc, Info)) in EvaluateStmt() 5331 EvaluateDependentExpr(FS->getCond(), Info); in EvaluateStmt() 5360 if (!EvaluateDependentExpr(FS->getInc(), Info)) in EvaluateStmt() 6149 if (!EvaluateDependentExpr((*I)->getInit(), Info)) in HandleConstructorCall() 6293 if (!EvaluateDependentExpr(Init, Info)) in HandleConstructorCall()
|