Home
last modified time | relevance | path

Searched refs:exported_functions (Results 1 – 11 of 11) sorted by relevance

/llvm-project/polly/lib/External/isl/interface/
H A Dextract_interface.cc150 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 Dcpp_conversion.h11 set<FunctionDecl *> exported_functions, in cpp_conversion_generator() argument
13 generator(SM, exported_types, exported_functions, functions) {} in cpp_conversion_generator()
H A Dpython.h14 set<FunctionDecl *> exported_functions, in python_generator() argument
16 generator(SM, exported_types, exported_functions, functions) {} in python_generator()
H A Dgenerator.cc386 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 Dtemplate_cpp.h106 std::set<clang::FunctionDecl *> exported_functions,
H A Dgenerator.h152 set<FunctionDecl *> exported_functions,
H A Dplain_cpp.h38 set<FunctionDecl *> exported_functions,
H A Dcpp.h156 set<FunctionDecl *> exported_functions,
H A Dcpp.cc88 set<FunctionDecl *> exported_functions, set<FunctionDecl *> functions) : in cpp_generator() argument
89 generator(SM, exported_types, exported_functions, functions) in cpp_generator()
H A Dplain_cpp.cc112 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 Dtemplate_cpp.cc1101 std::set<clang::FunctionDecl *> exported_functions, in template_cpp_generator() argument
1103 cpp_generator(SM, exported_types, exported_functions, in template_cpp_generator()