Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc154 set<FunctionDecl *> exported_functions; member
172 exported_functions.insert(cast<FunctionDecl>(decl)); in HandleTopLevelDecl()
515 consumer.exported_functions, consumer.functions); in generate()
518 consumer.exported_functions, consumer.functions); in generate()
521 consumer.exported_functions, consumer.functions, true); in generate()
524 consumer.exported_functions, consumer.functions); in generate()
527 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.cc1130 std::set<clang::FunctionDecl *> exported_functions, in template_cpp_generator() argument
1132 cpp_generator(SM, exported_types, exported_functions, in template_cpp_generator()