Home
last modified time | relevance | path

Searched refs:ModuleInterface (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h162 struct ModuleInterface;
170 CollectorModule (*registerModule)(struct ModuleInterface*);
205 typedef struct ModuleInterface struct
214 } ModuleInterface; argument
216 typedef CollectorModule (*RegModuleFunc)(ModuleInterface*);
223 CollectorModule __collector_register_module (ModuleInterface *modint);
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollector_module.h158 struct ModuleInterface;
166 CollectorModule (*registerModule)(struct ModuleInterface*);
200 typedef struct ModuleInterface struct
209 } ModuleInterface; argument
211 typedef CollectorModule (*RegModuleFunc)(ModuleInterface*);
218 CollectorModule __collector_register_module (ModuleInterface *modint);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp231 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation; in ActOnModuleDecl()
267 if (!ModuleScopes.back().ModuleInterface) { in ActOnPrivateModuleFragmentDecl()
293 ModuleScopes.back().ModuleInterface = true; in ActOnPrivateModuleFragmentDecl()
394 if (!ModuleScopes.empty() && ModuleScopes.back().ModuleInterface) { in ActOnModuleImport()
536 } else if (!ModuleScopes.back().ModuleInterface) { in ActOnStartExportDecl()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dprofile.c56 static ModuleInterface module_interface ={
H A Dheaptrace.c58 static ModuleInterface module_interface = {
H A Dcollector.c53 CollectorModule __collector_register_module (ModuleInterface *modint);
118 static ModuleInterface *modules[MAX_MODULES];
283 __collector_register_module (ModuleInterface *modint) in __collector_register_module()
H A Dhwprofile.c64 static ModuleInterface module_interface ={
H A Dsynctrace.c65 static ModuleInterface module_interface ={
H A Djprofile.c73 static ModuleInterface module_interface = {
H A Diotrace.c71 static ModuleInterface module_interface ={
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dprofile.c57 static ModuleInterface module_interface ={
H A Dheaptrace.c52 static ModuleInterface module_interface = {
H A Dcollector.c47 CollectorModule __collector_register_module (ModuleInterface *modint);
112 static ModuleInterface *modules[MAX_MODULES];
277 __collector_register_module (ModuleInterface *modint) in __collector_register_module()
H A Dhwprofile.c64 static ModuleInterface module_interface ={
H A Dsynctrace.c58 static ModuleInterface module_interface ={
H A Djprofile.c73 static ModuleInterface module_interface = {
H A Diotrace.c65 static ModuleInterface module_interface ={
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2135 bool ModuleInterface = false; member