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

#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 995 of file Sema.h.

Constructor & Destructor Documentation

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

Definition at line 997 of file Sema.h.

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

Definition at line 999 of file Sema.h.

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


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