Searched refs:CheckEvaluationResult (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ExprConstant.cpp | 1989 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, 2076 if (!CheckEvaluationResult(CheckEvaluationResultKind::ConstantExpression, in CheckLValueConstantExpression() 2153 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, in CheckEvaluationResult() function 2178 if (!CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2185 return CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2190 return CheckEvaluationResult( in CheckEvaluationResult() 2200 if (!CheckEvaluationResult(CERK, Info, DiagLoc, BS.getType(), in CheckEvaluationResult() 2211 if (!CheckEvaluationResult(CERK, Info, DiagLoc, I->getType(), in CheckEvaluationResult() 2242 return CheckEvaluationResult(CheckEvaluationResultKind::ConstantExpression, in CheckConstantExpression() 2252 return CheckEvaluationResult( in CheckFullyInitialized()
|