GCC Middle and Back End API Reference
auto_cfun Class Reference

#include <analyzer.h>

Public Member Functions

 auto_cfun (function *fun)
 
 ~auto_cfun ()
 

Detailed Description

An RAII-style class for pushing/popping cfun within a scope.
Doing so ensures we get "In function " announcements
from the diagnostics subsystem.   

Constructor & Destructor Documentation

◆ auto_cfun()

auto_cfun::auto_cfun ( function * fun)
inline

References push_cfun().

◆ ~auto_cfun()

auto_cfun::~auto_cfun ( )
inline

References pop_cfun().


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