clang API Documentation
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 122 of file LangOptions.h.
clang::FPOptions::FPOptions | ( | ) | [inline] |
Definition at line 126 of file LangOptions.h.
clang::FPOptions::FPOptions | ( | const LangOptions & | LangOpts | ) | [inline] |
Definition at line 128 of file LangOptions.h.
Definition at line 124 of file LangOptions.h.
Referenced by clang::Sema::ActOnPragmaFPContract(), clang::Sema::CreateOverloadedBinOp(), and clang::Sema::FPContractStateRAII::~FPContractStateRAII().