Searched refs:exported_functions (Results 1 – 11 of 11) sorted by relevance
/llvm-project/polly/lib/External/isl/interface/ |
H A D | extract_interface.cc | 150 set<FunctionDecl *> exported_functions; member 168 exported_functions.insert(cast<FunctionDecl>(decl)); in HandleTopLevelDecl() 511 consumer.exported_functions, consumer.functions); in generate() 514 consumer.exported_functions, consumer.functions); in generate() 517 consumer.exported_functions, consumer.functions, true); in generate() 520 consumer.exported_functions, consumer.functions); in generate() 523 consumer.exported_functions, consumer.functions); in generate()
|
H A D | cpp_conversion.h | 11 set<FunctionDecl *> exported_functions, in cpp_conversion_generator() argument 13 generator(SM, exported_types, exported_functions, functions) {} in cpp_conversion_generator()
|
H A D | python.h | 14 set<FunctionDecl *> exported_functions, in python_generator() argument 16 generator(SM, exported_types, exported_functions, functions) {} in python_generator()
|
H A D | generator.cc | 386 set<FunctionDecl *> exported_functions, set<FunctionDecl *> functions) : in generator() argument 402 for (in = exported_functions.begin(); in != exported_functions.end(); in generator() 412 for (in = exported_functions.begin(); in != exported_functions.end(); in generator()
|
H A D | template_cpp.h | 106 std::set<clang::FunctionDecl *> exported_functions,
|
H A D | generator.h | 152 set<FunctionDecl *> exported_functions,
|
H A D | plain_cpp.h | 38 set<FunctionDecl *> exported_functions,
|
H A D | cpp.h | 156 set<FunctionDecl *> exported_functions,
|
H A D | cpp.cc | 88 set<FunctionDecl *> exported_functions, set<FunctionDecl *> functions) : in cpp_generator() argument 89 generator(SM, exported_types, exported_functions, functions) in cpp_generator()
|
H A D | plain_cpp.cc | 112 set<FunctionDecl *> exported_functions, set<FunctionDecl *> functions, in plain_cpp_generator() argument 114 cpp_generator(SM, exported_types, exported_functions, in plain_cpp_generator()
|
H A D | template_cpp.cc | 1101 std::set<clang::FunctionDecl *> exported_functions, in template_cpp_generator() argument 1103 cpp_generator(SM, exported_types, exported_functions, in template_cpp_generator()
|