CBMC
find_macros.h File Reference
#include <unordered_set>
#include "irep.h"
+ Include dependency graph for find_macros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::unordered_set< irep_idtfind_macros_sett
 

Functions

void find_macros (const exprt &src, const namespacet &ns, find_macros_sett &dest)
 

Typedef Documentation

◆ find_macros_sett

typedef std::unordered_set<irep_idt> find_macros_sett

Definition at line 20 of file find_macros.h.

Function Documentation

◆ find_macros()

void find_macros ( const exprt src,
const namespacet ns,
find_macros_sett dest 
)

Definition at line 17 of file find_macros.cpp.