Polly 22.0.0git
generator.h File Reference
#include <map>
#include <set>
#include <string>
#include <vector>
#include <clang/AST/Decl.h>

Go to the source code of this file.

Classes

struct  set_enum
struct  function_name_less
struct  isl_class
class  generator

Typedefs

typedef std::set< FunctionDecl *, function_name_lessfunction_set

Functions

int prefixcmp (const char *s, const char *prefix)

Typedef Documentation

◆ function_set

typedef std::set<FunctionDecl *, function_name_less> function_set

Definition at line 45 of file generator.h.

Function Documentation

◆ prefixcmp()

int prefixcmp ( const char * s,
const char * prefix )
inline