Home
last modified time | relevance | path

Searched refs:EnableNewConstInterp (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def398 BENIGN_LANGOPT(EnableNewConstInterp, 1, 0,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp846 bool EnableNewConstInterp; member in __anon7ee061300411::EvalInfo
1002 EnableNewConstInterp(C.getLangOpts().EnableNewConstInterp), in EvalInfo()
15444 if (Info.EnableNewConstInterp) { in EvaluateAsRValue()
15681 if (Info.EnableNewConstInterp) { in EvaluateAsConstantExpr()
15700 if (Info.EnableNewConstInterp) { in EvaluateAsConstantExpr()
15766 if (Info.EnableNewConstInterp) { in EvaluateAsInitializer()
16565 if (Info.EnableNewConstInterp) { in isPotentialConstantExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1911 MarshallingInfoFlag<LangOpts<"EnableNewConstInterp">>;