Searched refs:CheckEvaluationResult (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2115 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, 2267 if (!CheckEvaluationResult(CheckEvaluationResultKind::ConstantExpression, in CheckLValueConstantExpression() 2348 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, in CheckEvaluationResult() function 2373 if (!CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2380 return CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2385 return CheckEvaluationResult( in CheckEvaluationResult() 2395 if (!CheckEvaluationResult(CERK, Info, DiagLoc, BS.getType(), in CheckEvaluationResult() 2406 if (!CheckEvaluationResult(CERK, Info, DiagLoc, I->getType(), in CheckEvaluationResult() 2440 return CheckEvaluationResult(CheckEvaluationResultKind::ConstantExpression, in CheckConstantExpression() 2450 return CheckEvaluationResult( in CheckFullyInitialized()
|