Home
last modified time | relevance | path

Searched refs:AllowFold (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp491 ER = VerifyIntegerConstantExpression(E, AllowFold); in ActOnCaseExpr()
H A DSemaExprCXX.cpp1892 NumElts, nullptr, diag::err_new_array_nonconst, AllowFold) in ActOnCXXNew()
H A DSemaOpenMP.cpp7074 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 DSemaDecl.cpp17758 ExprResult ICE = VerifyIntegerConstantExpression(BitWidth, &Value, AllowFold); in VerifyBitField()
19125 VerifyIntegerConstantExpression(Val, &EnumVal, AllowFold) in CheckEnumConstant()
H A DSemaInit.cpp3204 S.VerifyIntegerConstantExpression(Index, &Value, Sema::AllowFold); in CheckArrayDesignatorExpr()
H A DSemaType.cpp2320 VerifyIntegerConstantExpression(BitWidth, &Bits, /*FIXME*/ AllowFold); in BuildBitIntType()
H A DSemaDeclCXX.cpp16793 FoldKind = AllowFold; in BuildStaticAssertDeclaration()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp3520 Sema::AllowFold); in ParseOpenMPIndirectClause()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12905 AllowFold, enumerator