Searched refs:FEM_UnsetOnCommandLine (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h190 // FEM_UnsetOnCommandLine means that an explicit evaluation method was
194 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine;
202 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine;
2317 assert(CurrentFPEvalMethod != LangOptions::FEM_UnsetOnCommandLine &&
2333 assert(Val != LangOptions::FEM_UnsetOnCommandLine &&
2334 "FPEvalMethod should never be set to FEM_UnsetOnCommandLine");
2343 assert(Val != LangOptions::FEM_UnsetOnCommandLine &&
2344 "TUPEvalMethod should never be set to FEM_UnsetOnCommandLine");
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h308 FEM_UnsetOnCommandLine = 3 enumerator in enum:clang::LangOptions::FPEvalMethodKind
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp208 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine)
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1294 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine)
H A DSemaExpr.cpp380 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine &&
802 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine ||
808 case LangOptions::FEM_UnsetOnCommandLine:

Completed in 169 milliseconds