clang  10.0.0git
Public Member Functions | List of all members
clang::FPOptions Class Reference

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...
 

Detailed Description

Floating point control options.

Definition at line 357 of file LangOptions.h.

Constructor & Destructor Documentation

◆ FPOptions() [1/3]

clang::FPOptions::FPOptions ( )
inline

Definition at line 359 of file LangOptions.h.

◆ FPOptions() [2/3]

clang::FPOptions::FPOptions ( unsigned  I)
inlineexplicit

Definition at line 363 of file LangOptions.h.

◆ FPOptions() [3/3]

clang::FPOptions::FPOptions ( const LangOptions LangOpts)
inlineexplicit

Definition at line 368 of file LangOptions.h.

Member Function Documentation

◆ allowFEnvAccess()

bool clang::FPOptions::allowFEnvAccess ( ) const
inline

Definition at line 391 of file LangOptions.h.

References clang::LangOptions::FEA_On.

◆ allowFPContractAcrossStatement()

bool clang::FPOptions::allowFPContractAcrossStatement ( ) const
inline

Definition at line 377 of file LangOptions.h.

References clang::LangOptions::FPC_Fast.

◆ allowFPContractWithinStatement()

bool clang::FPOptions::allowFPContractWithinStatement ( ) const
inline

◆ getInt()

unsigned clang::FPOptions::getInt ( ) const
inline

◆ setAllowFEnvAccess()

void clang::FPOptions::setAllowFEnvAccess ( )
inline

Definition at line 395 of file LangOptions.h.

References clang::LangOptions::FEA_On.

Referenced by clang::Sema::ActOnPragmaFEnvAccess().

◆ setAllowFPContractAcrossStatement()

void clang::FPOptions::setAllowFPContractAcrossStatement ( )
inline

Definition at line 385 of file LangOptions.h.

References clang::LangOptions::FPC_Fast.

Referenced by clang::Sema::ActOnPragmaFPContract().

◆ setAllowFPContractWithinStatement()

void clang::FPOptions::setAllowFPContractWithinStatement ( )
inline

Definition at line 381 of file LangOptions.h.

References clang::LangOptions::FPC_On.

Referenced by clang::Sema::ActOnPragmaFPContract().

◆ setDisallowFEnvAccess()

void clang::FPOptions::setDisallowFEnvAccess ( )
inline

Definition at line 399 of file LangOptions.h.

References clang::LangOptions::FEA_Off.

Referenced by clang::Sema::ActOnPragmaFEnvAccess().

◆ setDisallowFPContract()

void clang::FPOptions::setDisallowFPContract ( )
inline

Definition at line 389 of file LangOptions.h.

References clang::LangOptions::FPC_Off.

Referenced by clang::Sema::ActOnPragmaFPContract().


The documentation for this class was generated from the following file: