clang  5.0.0
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 ()
 
unsigned getInt () const
 Used to serialize this. More...
 

Detailed Description

Floating point control options.

Definition at line 203 of file LangOptions.h.

Constructor & Destructor Documentation

clang::FPOptions::FPOptions ( )
inline

Definition at line 205 of file LangOptions.h.

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

Definition at line 208 of file LangOptions.h.

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

Definition at line 211 of file LangOptions.h.

Member Function Documentation

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

Definition at line 217 of file LangOptions.h.

References clang::LangOptions::FPC_Fast.

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

Used to serialize this.

Definition at line 229 of file LangOptions.h.

Referenced by clang::BinaryOperator::setFPFeatures().

void clang::FPOptions::setAllowFPContractAcrossStatement ( )
inline

Definition at line 223 of file LangOptions.h.

References clang::LangOptions::FPC_Fast.

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

void clang::FPOptions::setAllowFPContractWithinStatement ( )
inline

Definition at line 220 of file LangOptions.h.

References clang::LangOptions::FPC_On.

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

void clang::FPOptions::setDisallowFPContract ( )
inline

Definition at line 226 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: