|
clang
5.0.0
|
Floating point control options. More...
#include "clang/Basic/LangOptions.h"
Public Member Functions | |
| FPOptions () | |
| FPOptions (unsigned I) | |
| FPOptions (const LangOptions &LangOpts) | |
| bool | allowFPContractWithinStatement () const |
| bool | allowFPContractAcrossStatement () const |
| void | setAllowFPContractWithinStatement () |
| void | setAllowFPContractAcrossStatement () |
| void | setDisallowFPContract () |
| unsigned | getInt () const |
| Used to serialize this. More... | |
Floating point control options.
Definition at line 203 of file LangOptions.h.
|
inline |
Definition at line 205 of file LangOptions.h.
|
inlineexplicit |
Definition at line 208 of file LangOptions.h.
|
inlineexplicit |
Definition at line 211 of file LangOptions.h.
|
inline |
Definition at line 217 of file LangOptions.h.
References clang::LangOptions::FPC_Fast.
|
inline |
Definition at line 214 of file LangOptions.h.
References clang::LangOptions::FPC_On.
Referenced by clang::CXXOperatorCallExpr::isFPContractableWithinStatement(), and clang::BinaryOperator::isFPContractableWithinStatement().
|
inline |
Used to serialize this.
Definition at line 229 of file LangOptions.h.
Referenced by clang::BinaryOperator::setFPFeatures().
|
inline |
Definition at line 223 of file LangOptions.h.
References clang::LangOptions::FPC_Fast.
Referenced by clang::Sema::ActOnPragmaFPContract().
|
inline |
Definition at line 220 of file LangOptions.h.
References clang::LangOptions::FPC_On.
Referenced by clang::Sema::ActOnPragmaFPContract().
|
inline |
Definition at line 226 of file LangOptions.h.
References clang::LangOptions::FPC_Off.
Referenced by clang::Sema::ActOnPragmaFPContract().
1.8.6