Searched refs:CheckEvaluationResult (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 2105 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, 2244 if (!CheckEvaluationResult(CheckEvaluationResultKind::ConstantExpression, in CheckLValueConstantExpression() 2325 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, in CheckEvaluationResult() function 2350 if (!CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2357 return CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2362 return CheckEvaluationResult( in CheckEvaluationResult() 2372 if (!CheckEvaluationResult(CERK, Info, DiagLoc, BS.getType(), in CheckEvaluationResult() 2383 if (!CheckEvaluationResult(CERK, Info, DiagLoc, I->getType(), in CheckEvaluationResult() 2417 return CheckEvaluationResult(CheckEvaluationResultKind::ConstantExpression, in CheckConstantExpression() 2427 return CheckEvaluationResult( in CheckFullyInitialized()
|