|
clang
3.8.0
|
Floating point control options. More...
#include <LangOptions.h>
Public Member Functions | |
| FPOptions () | |
| FPOptions (const LangOptions &LangOpts) | |
Public Attributes | |
| unsigned | fp_contract: 1 |
Floating point control options.
Definition at line 155 of file LangOptions.h.
|
inline |
Definition at line 159 of file LangOptions.h.
|
inline |
Definition at line 161 of file LangOptions.h.
| unsigned clang::FPOptions::fp_contract |
Definition at line 157 of file LangOptions.h.
Referenced by clang::Sema::ActOnPragmaFPContract(), clang::Sema::CreateOverloadedBinOp(), and clang::Sema::FPContractStateRAII::~FPContractStateRAII().
1.8.6