Searched refs:exported_functions (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/polly/lib/External/isl/interface/ |
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()
|
D | extract_interface.cc | 149 set<FunctionDecl *> exported_functions; member 167 exported_functions.insert(cast<FunctionDecl>(decl)); in HandleTopLevelDecl() 507 consumer.exported_functions, consumer.functions); in generate() 510 consumer.exported_functions, consumer.functions); in generate() 513 consumer.exported_functions, consumer.functions, true); in generate() 516 consumer.exported_functions, consumer.functions); in generate()
|
D | python.h | 14 set<FunctionDecl *> exported_functions, in python_generator() argument 16 generator(SM, exported_types, exported_functions, functions) {} in python_generator()
|
D | generator.cc | 372 set<FunctionDecl *> exported_functions, set<FunctionDecl *> functions) : in generator() argument 388 for (in = exported_functions.begin(); in != exported_functions.end(); in generator() 398 for (in = exported_functions.begin(); in != exported_functions.end(); in generator()
|
D | cpp.h | 16 set<FunctionDecl *> exported_functions, 19 generator(SM, exported_types, exported_functions, functions), in generator() argument
|
D | generator.h | 134 set<FunctionDecl *> exported_functions,
|
/external/libabigail/include/ |
D | abg-corpus.h | 320 exported_functions() const; 323 exported_functions();
|
/external/libabigail/src/ |
D | abg-corpus.cc | 100 corpus::exported_decls_builder::exported_functions() const in exported_functions() function in abigail::ir::corpus::exported_decls_builder 109 corpus::exported_decls_builder::exported_functions() in exported_functions() function in abigail::ir::corpus::exported_decls_builder
|
/external/libabigail/ |
D | ChangeLog | 23500 exported_functions, exported_variables,
|