Home
last modified time | relevance | path

Searched refs:FPExceptionModeKind (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFPOptions.def18 OPTION(FPExceptionMode, LangOptions::FPExceptionModeKind, 2, RoundingMode)
H A DLangOptions.h224 enum FPExceptionModeKind { enum
H A DLangOptions.def292 BENIGN_ENUM_LANGOPT(FPExceptionMode, FPExceptionModeKind, 2, FPE_Ignore, "FP Exception Behavior Mod…
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp1138 LangOptions::FPExceptionModeKind FPE) { in setExceptionMode()
1168 LangOptions::FPExceptionModeKind FPE) { in ActOnPragmaFPExceptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp102 clang::ToConstrainedExceptMD(LangOptions::FPExceptionModeKind Kind) { in ToConstrainedExceptMD()
163 ToConstrainedExceptMD(static_cast<LangOptions::FPExceptionModeKind>( in ConstructorHelper()
H A DCodeGenFunction.h4846 ToConstrainedExceptMD(LangOptions::FPExceptionModeKind Kind);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp2960 llvm::Optional<LangOptions::FPExceptionModeKind> ExceptionsValue;
3037 llvm::StringSwitch<llvm::Optional<LangOptions::FPExceptionModeKind>>( in HandlePragma()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9999 LangOptions::FPExceptionModeKind);
10005 void setExceptionMode(SourceLocation Loc, LangOptions::FPExceptionModeKind);