Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def415 BENIGN_LANGOPT(EnableNewConstInterp, 1, 0,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp851 bool EnableNewConstInterp; member in __anonfb577fba0411::EvalInfo
1007 EnableNewConstInterp(C.getLangOpts().EnableNewConstInterp), in EvalInfo()
15856 if (Info.EnableNewConstInterp) { in EvaluateAsRValue()
16096 if (Info.EnableNewConstInterp) { in EvaluateAsConstantExpr()
16115 if (Info.EnableNewConstInterp) { in EvaluateAsConstantExpr()
16182 if (Info.EnableNewConstInterp) { in EvaluateAsInitializer()
16985 if (Info.EnableNewConstInterp) { in isPotentialConstantExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2028 MarshallingInfoFlag<LangOpts<"EnableNewConstInterp">>;