Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def379 BENIGN_LANGOPT(EnableNewConstInterp, 1, 0,
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp815 bool EnableNewConstInterp; member in __anon7a1fdcea0311::EvalInfo
975 EnableNewConstInterp(C.getLangOpts().EnableNewConstInterp), in EvalInfo()
14874 if (Info.EnableNewConstInterp) { in EvaluateAsRValue()
15162 if (Info.EnableNewConstInterp) { in EvaluateAsInitializer()
15922 if (Info.EnableNewConstInterp) { in isPotentialConstantExpr()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1433 MarshallingInfoFlag<LangOpts<"EnableNewConstInterp">>;