cprover
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_idt, irep_id_hashfind_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, irep_id_hash> find_macros_sett

Definition at line 18 of file find_macros.h.

Function Documentation

§ find_macros()

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