HomeSort by: relevance | last modified time | path
    Searched refs:ModuleInterface (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
collector_module.h 161 struct ModuleInterface;
169 CollectorModule (*registerModule)(struct ModuleInterface*);
204 typedef struct ModuleInterface
213 } ModuleInterface;
215 typedef CollectorModule (*RegModuleFunc)(ModuleInterface*);
222 CollectorModule __collector_register_module (ModuleInterface *modint);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
collector_module.h 161 struct ModuleInterface;
169 CollectorModule (*registerModule)(struct ModuleInterface*);
204 typedef struct ModuleInterface
213 } ModuleInterface;
215 typedef CollectorModule (*RegModuleFunc)(ModuleInterface*);
222 CollectorModule __collector_register_module (ModuleInterface *modint);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 231 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation;
267 if (!ModuleScopes.back().ModuleInterface) {
293 ModuleScopes.back().ModuleInterface = true;
394 if (!ModuleScopes.empty() && ModuleScopes.back().ModuleInterface) {
536 } else if (!ModuleScopes.back().ModuleInterface) {
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
profile.c 51 static ModuleInterface module_interface ={
heaptrace.c 52 static ModuleInterface module_interface = {
collector.c 47 CollectorModule __collector_register_module (ModuleInterface *modint);
112 static ModuleInterface *modules[MAX_MODULES];
276 __collector_register_module (ModuleInterface *modint)
hwprofile.c 55 static ModuleInterface module_interface ={
synctrace.c 58 static ModuleInterface module_interface ={
jprofile.c 67 static ModuleInterface module_interface = {
iotrace.c 65 static ModuleInterface module_interface ={
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
profile.c 51 static ModuleInterface module_interface ={
heaptrace.c 52 static ModuleInterface module_interface = {
collector.c 47 CollectorModule __collector_register_module (ModuleInterface *modint);
112 static ModuleInterface *modules[MAX_MODULES];
276 __collector_register_module (ModuleInterface *modint)
hwprofile.c 55 static ModuleInterface module_interface ={
synctrace.c 58 static ModuleInterface module_interface ={
jprofile.c 67 static ModuleInterface module_interface = {
iotrace.c 65 static ModuleInterface module_interface ={
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2135 bool ModuleInterface = false;

Completed in 113 milliseconds