clang
10.0.0git
|
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 () |
bool | allowFEnvAccess () const |
void | setAllowFEnvAccess () |
void | setDisallowFEnvAccess () |
unsigned | getInt () const |
Used to serialize this. More... | |
Floating point control options.
Definition at line 357 of file LangOptions.h.
|
inline |
Definition at line 359 of file LangOptions.h.
|
inlineexplicit |
Definition at line 363 of file LangOptions.h.
|
inlineexplicit |
Definition at line 368 of file LangOptions.h.
|
inline |
Definition at line 391 of file LangOptions.h.
References clang::LangOptions::FEA_On.
|
inline |
Definition at line 377 of file LangOptions.h.
References clang::LangOptions::FPC_Fast.
|
inline |
Definition at line 373 of file LangOptions.h.
References clang::LangOptions::FPC_On.
Referenced by clang::CXXOperatorCallExpr::isFPContractableWithinStatement().
|
inline |
Used to serialize this.
Definition at line 402 of file LangOptions.h.
Referenced by clang::BinaryOperator::BinaryOperator(), clang::CXXConstructExpr::getEndLoc(), clang::CXXOperatorCallExpr::setFPFeatures(), and clang::BinaryOperator::setFPFeatures().
|
inline |
Definition at line 395 of file LangOptions.h.
References clang::LangOptions::FEA_On.
Referenced by clang::Sema::ActOnPragmaFEnvAccess().
|
inline |
Definition at line 385 of file LangOptions.h.
References clang::LangOptions::FPC_Fast.
Referenced by clang::Sema::ActOnPragmaFPContract().
|
inline |
Definition at line 381 of file LangOptions.h.
References clang::LangOptions::FPC_On.
Referenced by clang::Sema::ActOnPragmaFPContract().
|
inline |
Definition at line 399 of file LangOptions.h.
References clang::LangOptions::FEA_Off.
Referenced by clang::Sema::ActOnPragmaFEnvAccess().
|
inline |
Definition at line 389 of file LangOptions.h.
References clang::LangOptions::FPC_Off.
Referenced by clang::Sema::ActOnPragmaFPContract().