Searched refs:CERK (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 2105 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, 2325 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, in CheckEvaluationResult() argument 2350 if (!CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2357 return CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2363 CERK, Info, DiagLoc, Value.getUnionField()->getType(), in CheckEvaluationResult() 2372 if (!CheckEvaluationResult(CERK, Info, DiagLoc, BS.getType(), in CheckEvaluationResult() 2383 if (!CheckEvaluationResult(CERK, Info, DiagLoc, I->getType(), in CheckEvaluationResult() 2391 CERK == CheckEvaluationResultKind::ConstantExpression) { in CheckEvaluationResult() 2399 CERK == CheckEvaluationResultKind::ConstantExpression) in CheckEvaluationResult()
|