Home
last modified time | relevance | path

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

/dports/math/barvinok/barvinok-0.41.5/isl/interface/
H A Dgenerator.h80 struct isl_class { struct
95 std::map<clang::FunctionDecl *, const isl_class &> copied_from; argument
96 std::map<clang::FunctionDecl *, int> copy_depth;
97 std::map<std::string, clang::ParmVarDecl *> construction_types;
104 bool is_type_subclass() const { return name != subclass_name; } in is_type_subclass()
110 string base_method_name(FunctionDecl *fd) const { in base_method_name()
115 static const char *get_prefix;
119 bool is_get_method(FunctionDecl *fd) const { in is_get_method()
147 map<string,isl_class> classes; argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/interface/
H A Dgenerator.h80 struct isl_class { struct
95 std::map<clang::FunctionDecl *, const isl_class &> copied_from; argument
96 std::map<clang::FunctionDecl *, int> copy_depth;
97 std::map<std::string, clang::ParmVarDecl *> construction_types;
104 bool is_type_subclass() const { return name != subclass_name; } in is_type_subclass()
110 string base_method_name(FunctionDecl *fd) const { in base_method_name()
115 static const char *get_prefix;
119 bool is_get_method(FunctionDecl *fd) const { in is_get_method()
147 map<string,isl_class> classes; argument
/dports/devel/isl/isl-0.24/interface/
H A Dgenerator.h80 struct isl_class { struct
95 std::map<clang::FunctionDecl *, const isl_class &> copied_from; argument
96 std::map<clang::FunctionDecl *, int> copy_depth;
97 std::map<std::string, clang::ParmVarDecl *> construction_types;
104 bool is_type_subclass() const { return name != subclass_name; } in is_type_subclass()
110 string base_method_name(FunctionDecl *fd) const { in base_method_name()
115 static const char *get_prefix;
119 bool is_get_method(FunctionDecl *fd) const { in is_get_method()
147 map<string,isl_class> classes; argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/isl/interface/
H A Dgenerator.h80 struct isl_class { struct
95 std::map<clang::FunctionDecl *, const isl_class &> copied_from; argument
96 std::map<clang::FunctionDecl *, int> copy_depth;
97 std::map<std::string, clang::ParmVarDecl *> construction_types;
104 bool is_type_subclass() const { return name != subclass_name; } in is_type_subclass()
110 string base_method_name(FunctionDecl *fd) const { in base_method_name()
115 static const char *get_prefix;
119 bool is_get_method(FunctionDecl *fd) const { in is_get_method()
147 map<string,isl_class> classes; argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/isl/interface/
H A Dgenerator.h80 struct isl_class { struct
95 std::map<clang::FunctionDecl *, const isl_class &> copied_from; argument
96 std::map<clang::FunctionDecl *, int> copy_depth;
97 std::map<std::string, clang::ParmVarDecl *> construction_types;
104 bool is_type_subclass() const { return name != subclass_name; } in is_type_subclass()
110 string base_method_name(FunctionDecl *fd) const { in base_method_name()
115 static const char *get_prefix;
119 bool is_get_method(FunctionDecl *fd) const { in is_get_method()
147 map<string,isl_class> classes; argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/interface/
H A Dgenerator.h68 struct isl_class { struct
69 string name;
70 string superclass_name;
71 string subclass_name;
72 RecordDecl *type;
73 function_set constructors;
78 FunctionDecl *fn_type;
79 FunctionDecl *fn_to_str;
80 FunctionDecl *fn_copy;
81 FunctionDecl *fn_free;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/isl/interface/
H A Dgenerator.h68 struct isl_class { struct
69 string name;
70 string superclass_name;
71 string subclass_name;
72 RecordDecl *type;
73 function_set constructors;
78 FunctionDecl *fn_type;
79 FunctionDecl *fn_to_str;
80 FunctionDecl *fn_copy;
81 FunctionDecl *fn_free;
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/isl/interface/
H A Dgenerator.h68 struct isl_class { struct
69 string name;
70 string superclass_name;
71 string subclass_name;
72 RecordDecl *type;
73 function_set constructors;
78 FunctionDecl *fn_type;
79 FunctionDecl *fn_to_str;
80 FunctionDecl *fn_copy;
81 FunctionDecl *fn_free;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/isl/interface/
H A Dgenerator.h68 struct isl_class { struct
69 string name;
70 string superclass_name;
71 string subclass_name;
72 RecordDecl *type;
73 function_set constructors;
78 FunctionDecl *fn_type;
79 FunctionDecl *fn_to_str;
80 FunctionDecl *fn_copy;
81 FunctionDecl *fn_free;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/isl/interface/
H A Dgenerator.h21 struct isl_class { struct
44 map<string,isl_class> classes; argument