clang  3.9.0
Public Member Functions | List of all members
clang::Sema::FPContractStateRAII Class Reference

Records and restores the FP_CONTRACT state on entry/exit of compound statements. More...

#include <Sema.h>

Public Member Functions

 FPContractStateRAII (Sema &S)
 
 ~FPContractStateRAII ()
 

Detailed Description

Records and restores the FP_CONTRACT state on entry/exit of compound statements.

Definition at line 1038 of file Sema.h.

Constructor & Destructor Documentation

clang::Sema::FPContractStateRAII::FPContractStateRAII ( Sema S)
inline

Definition at line 1040 of file Sema.h.

clang::Sema::FPContractStateRAII::~FPContractStateRAII ( )
inline

Definition at line 1042 of file Sema.h.

References clang::FPOptions::fp_contract, and clang::Sema::FPFeatures.


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