| /src/external/gpl3/gcc.old/dist/libcc1/ |
| connection.cc | 126 argument_wrapper<char *> method_name; local 128 if (!method_name.unmarshall (this)) 132 = m_callbacks.find_callback (method_name.get ());
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| connection.cc | 126 argument_wrapper<char *> method_name; local 128 if (!method_name.unmarshall (this)) 132 = m_callbacks.find_callback (method_name.get ());
|
| /src/external/gpl3/gdb/dist/gdb/ |
| p-typeprint.c | 550 const char *method_name = TYPE_FN_FIELDLIST_NAME (type, i); local 622 type_print_method_args (physname, method_name, stream);
|
| c-typeprint.c | 1114 const char *method_name = TYPE_FN_FIELDLIST_NAME (type, i); 1116 int is_constructor = name && strcmp (method_name, 1128 || method_name[0] == '~'; 1193 method_name, 1112 const char *method_name = TYPE_FN_FIELDLIST_NAME (type, i); local
|
| linespec.c | 1257 const char *method_name = TYPE_FN_FIELDLIST_NAME (t, method_counter); local 1259 if (symbol_name_compare (method_name, lookup_name, NULL)) 3576 /* This finds the method METHOD_NAME in the class CLASS_NAME whose type is 3583 const char *class_name, const char *method_name, 3604 methods matching METHOD_NAME. If we cannot find a direct method in a 3627 method_name, &result_names, &superclass_vec); 3639 find_superclass_methods (std::move (superclass_vec), method_name, 3852 name into namespaces${SCOPE_OPERATOR}class_name and method_name. */ 3635 find_superclass_methods (std::move (superclass_vec), method_name, local
|
| stabsread.c | 4710 char *method_name; 4712 method_name = method_name_from_physname (physname); 4714 if (method_name == NULL) 4720 return method_name; 4704 char *method_name; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| p-typeprint.c | 551 const char *method_name = TYPE_FN_FIELDLIST_NAME (type, i); local 623 type_print_method_args (physname, method_name, stream);
|
| c-typeprint.c | 1115 const char *method_name = TYPE_FN_FIELDLIST_NAME (type, i); 1117 int is_constructor = name && strcmp (method_name, 1129 || method_name[0] == '~'; 1194 method_name, 1113 const char *method_name = TYPE_FN_FIELDLIST_NAME (type, i); local
|
| linespec.c | 1268 const char *method_name = TYPE_FN_FIELDLIST_NAME (t, method_counter); local 1270 if (symbol_name_compare (method_name, lookup_name, NULL)) 3560 /* This finds the method METHOD_NAME in the class CLASS_NAME whose type is 3567 const char *class_name, const char *method_name, 3588 methods matching METHOD_NAME. If we cannot find a direct method in a 3611 method_name, &result_names, &superclass_vec); 3623 find_superclass_methods (std::move (superclass_vec), method_name, 3850 name into namespaces${SCOPE_OPERATOR}class_name and method_name. */ 3619 find_superclass_methods (std::move (superclass_vec), method_name, local
|
| stabsread.c | 2225 char *method_name; 2227 method_name = method_name_from_physname (physname); 2229 if (method_name == NULL) 2235 return method_name; 2219 char *method_name; local
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| jitprofiling.h | 157 char* method_name; member in struct:_iJIT_Method_NIDS 182 char* method_name; member in struct:_iJIT_Method_Load
|
| /src/external/mit/isl/dist/interface/ |
| generator.h | 24 * "method_name" is the the name of the method that sets this value. 29 string method_name; member in struct:set_enum 30 set_enum(int value, string name, string method_name) : 31 value(value), name(name), method_name(method_name) {} 123 string method_name(FunctionDecl *fd) const; 130 return method_name(fd).substr(strlen(set_callback_prefix));
|
| generator.cc | 262 string method_name; local 266 method_name = prefix + name.substr(4); 267 c->set_enums[fd].push_back(set_enum(val, name, method_name)); 302 fd_name = c->method_name(fd); 340 return prefixcmp(c->method_name(fd).c_str(), 432 string name = c->method_name(method); 882 string isl_class::method_name(FunctionDecl *fd) const function in class:isl_class
|
| /src/external/bsd/ppp/dist/pppd/ |
| ccp.c | 225 static char *method_name (ccp_options *, ccp_options *); 1350 method_name(ccp_options *opt, ccp_options *opt2) function 1424 notice("%s compression enabled", method_name(go, ho)); 1426 strlcpy(method1, method_name(go, NULL), sizeof(method1)); 1428 method1, method_name(ho, NULL)); 1431 notice("%s receive compression enabled", method_name(go, NULL)); 1433 notice("%s transmit compression enabled", method_name(ho, NULL));
|
| /src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
| module-abi-8.h | 126 SEL method_name; /* This variable is the method's name. member in struct:objc_method 133 happens, method_name will contain the 153 method_name is a 'char *' according to the compiler, who puts the 155 to be registered, and the method_name then becomes a SEL. */
|
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| sendmsg.c | 551 (sidx) method->method_name->sel_id, 664 const char *method_name; local 670 method_name = sel_getName (selector); 671 if (method_name == NULL) 680 registered yet, ie, the method_name of each of them is still 693 if (method->method_name 694 && strcmp ((char *)method->method_name, method_name) == 0) 717 method->method_name = objc_malloc (strlen (method_name) + 1) [all...] |
| /src/external/gpl3/gcc/dist/libobjc/objc-private/ |
| module-abi-8.h | 126 SEL method_name; /* This variable is the method's name. member in struct:objc_method 133 happens, method_name will contain the 153 method_name is a 'char *' according to the compiler, who puts the 155 to be registered, and the method_name then becomes a SEL. */
|
| /src/external/gpl3/gcc/dist/libobjc/ |
| sendmsg.c | 551 (sidx) method->method_name->sel_id, 664 const char *method_name; local 670 method_name = sel_getName (selector); 671 if (method_name == NULL) 680 registered yet, ie, the method_name of each of them is still 693 if (method->method_name 694 && strcmp ((char *)method->method_name, method_name) == 0) 717 method->method_name = objc_malloc (strlen (method_name) + 1) [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| prdbg.c | 2278 char *method_name; 2295 method_name = strdup (context ? info->stack->next->next->method 2299 if (! substitute_type (info, method_name)) 2301 free (method_name); 2309 free (method_name); 2322 free (method_name); 2331 free (method_name); 2337 method_name, info->filename, method_type, info->stack->type); 2339 free (method_name); 2355 char *method_name; 2272 char *method_name; local 2349 char *method_name; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| prdbg.c | 2278 char *method_name; 2295 method_name = strdup (context ? info->stack->next->next->method 2299 if (! substitute_type (info, method_name)) 2301 free (method_name); 2309 free (method_name); 2322 free (method_name); 2331 free (method_name); 2337 method_name, info->filename, method_type, info->stack->type); 2339 free (method_name); 2355 char *method_name; 2272 char *method_name; local 2349 char *method_name; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-act.cc | 5972 tree method_name = METHOD_SEL_NAME (method); 5982 existing_entry = objc_map_get (map, method_name); 5986 objc_map_put (map, method_name, method); 6039 objc_map_put (map, method_name, new_entry); 5971 tree method_name = METHOD_SEL_NAME (method); local
|
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-act.cc | 5970 tree method_name = METHOD_SEL_NAME (method); 5980 existing_entry = objc_map_get (map, method_name); 5984 objc_map_put (map, method_name, method); 6037 objc_map_put (map, method_name, new_entry); 5969 tree method_name = METHOD_SEL_NAME (method); local
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| MachODump.cpp | 3665 uint32_t method_name; /* SEL, aka struct objc_selector * (32-bit pointer) */ member in struct:__anon3370::objc_method_t 3940 sys::swapByteOrder(method.method_name); 4416 outs() << "\t\t method_name " 4417 << format("0x%08" PRIx32, method.method_name); 4419 name = get_pointer_32(method.method_name, offset, xleft, S, info, true);
|