Searched refs:AllowFold (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 491 ER = VerifyIntegerConstantExpression(E, AllowFold); in ActOnCaseExpr()
|
| H A D | SemaExprCXX.cpp | 1892 NumElts, nullptr, diag::err_new_array_nonconst, AllowFold) in ActOnCXXNew()
|
| H A D | SemaOpenMP.cpp | 7074 VerifyIntegerConstantExpression(NewStep, /*FIXME*/ AllowFold).get(); in ActOnOpenMPDeclareSimdDirective() 16446 ICE = VerifyIntegerConstantExpression(E, &Result, Diagnoser, AllowFold); in VerifyPositiveIntegerConstantInClause() 16448 ICE = VerifyIntegerConstantExpression(E, &Result, /*FIXME*/ AllowFold); in VerifyPositiveIntegerConstantInClause()
|
| H A D | SemaDecl.cpp | 17758 ExprResult ICE = VerifyIntegerConstantExpression(BitWidth, &Value, AllowFold); in VerifyBitField() 19125 VerifyIntegerConstantExpression(Val, &EnumVal, AllowFold) in CheckEnumConstant()
|
| H A D | SemaInit.cpp | 3204 S.VerifyIntegerConstantExpression(Index, &Value, Sema::AllowFold); in CheckArrayDesignatorExpr()
|
| H A D | SemaType.cpp | 2320 VerifyIntegerConstantExpression(BitWidth, &Bits, /*FIXME*/ AllowFold); in BuildBitIntType()
|
| H A D | SemaDeclCXX.cpp | 16793 FoldKind = AllowFold; in BuildStaticAssertDeclaration()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3520 Sema::AllowFold); in ParseOpenMPIndirectClause()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 12905 AllowFold, enumerator
|