Home
last modified time | relevance | path

Searched defs:isl_class (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/External/isl/interface/
Dgenerator.h68 struct isl_class { struct
69 string name;
70 string superclass_name;
71 string subclass_name;
72 RecordDecl *type;
73 function_set constructors;
74 set<FunctionDecl *> persistent_callbacks;
75 map<FunctionDecl *, vector<set_enum> > set_enums;
76 map<string, function_set> methods;
77 map<int, string> type_subclasses;
[all …]