Searched refs:FP_OPTION (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FPOptions.def | 10 // must define the FP_OPTION macro to make use of this information. 11 #ifndef FP_OPTION 12 # error Define the FP_OPTION macro to handle floating point language options 15 // FP_OPTION(name, type, width, previousName) 16 FP_OPTION(FPContractMode, LangOptions::FPModeKind, 2, First) 17 FP_OPTION(RoundingMath, bool, 1, FPContractMode) 18 FP_OPTION(ConstRoundingMode, LangOptions::RoundingMode, 3, RoundingMath) 19 FP_OPTION(SpecifiedExceptionMode, LangOptions::FPExceptionModeKind, 2, ConstRoundingMode) 20 FP_OPTION(AllowFEnvAccess, bool, 1, SpecifiedExceptionMode) 21 FP_OPTION(AllowFPReassociate, bool, 1, AllowFEnvAccess) [all …]
|
| H A D | LangOptions.h | 881 #define FP_OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ macro 890 #define FP_OPTION(NAME, TYPE, WIDTH, PREVIOUS) +WIDTH macro 999 #define FP_OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ macro 1110 #define FP_OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ macro
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | LangOptions.cpp | 224 #define FP_OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ in getChangesSlow() macro 232 #define FP_OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ in dump() macro 239 #define FP_OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ in dump() macro
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1866 #define FP_OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ in createFPOptions() macro
|
| H A D | TextNodeDumper.cpp | 1118 #define FP_OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ in printFPOptions() macro
|