Searched refs:method_name (Results 1 - 25 of 40) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h157 char* method_name; member in struct:_iJIT_Method_NIDS
182 char* method_name; member in struct:_iJIT_Method_Load
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dtypeck.c726 lookup_argument_method (searched_class, method_name, method_signature)
727 tree searched_class, method_name, method_signature;
729 return lookup_do (searched_class, NULL_TREE, method_name, method_signature,
740 lookup_argument_method2 (searched_class, method_name, method_signature)
741 tree searched_class, method_name, method_signature;
744 method_name, method_signature,
755 lookup_java_method (searched_class, method_name, method_signature)
756 tree searched_class, method_name, method_signature;
766 return lookup_do (searched_class, searched_interface, method_name,
773 has_method (class, method_name)
[all...]
H A Dbuiltins.c99 union string_or_tree GTY ((desc ("1"))) method_name;
278 tree m = get_identifier (java_builtins[i].method_name.s);
281 java_builtins[i].method_name.t = m;
342 tree method_name = DECL_NAME (method);
348 && method_name == java_builtins[i].method_name.t)
338 tree method_name = DECL_NAME (method); local
H A Dmangle.c139 tree method_name = DECL_NAME (mdecl); local
150 if (ID_INIT_P (method_name))
153 mangle_member_name (method_name);
H A Dgjavah.c110 struct method_name
116 struct method_name *next;
120 static struct method_name *method_name_list;
619 struct method_name *p;
638 struct method_name *p;
850 struct method_name *nn;
852 nn = xmalloc (sizeof (struct method_name));
109 struct method_name struct
H A Dverify.c1013 tree sig, method_name, method_type, self_type; local
1038 method_name = COMPONENT_REF_NAME (&current_jcf->cpool, index);
1051 if (ID_CLINIT_P (method_name))
1054 if (op_code != OPCODE_invokespecial && ID_INIT_P (method_name))
H A Dparse-scan.c347 const char *method_name; member in struct:method_declarator
354 (D)->method_name = (N); \
3310 && !strcmp (declarator->method_name, "main")
H A Dparse-scan.y105 const char *method_name;
112 (D)->method_name = (N); \
1325 && !strcmp (declarator->method_name, "main")
/openbsd-current/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h42 T Dispatch(llvm::StringRef method_name, Status &error, Args &&...args) { argument
48 llvm::Twine(method_name) + llvm::Twine(")"))
71 [&implementor, &method_name, &expected_return_object](auto &&...args) {
74 implementor.CallMethod(method_name.data(), args...);
104 Status GetStatusFromMethod(llvm::StringRef method_name, Args &&...args) { argument
106 Dispatch<Status>(method_name, error, std::forward<Args>(args)...);
H A DSWIGPythonBridge.h141 bool LLDBSWIGPythonCallThreadPlan(void *implementor, const char *method_name,
150 LLDBSwigPythonCallBreakpointResolver(void *implementor, const char *method_name,
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DObject.pm143 for my $method_name (@methods) {
144 my $method = "${class}::$method_name";
148 $self->{$method_name} = shift if @_;
149 return $self->{$method_name};
/openbsd-current/usr.sbin/httpd/
H A Dhttp.h82 const char *method_name; member in struct:http_method
/openbsd-current/usr.sbin/relayd/
H A Dhttp.h84 const char *method_name; member in struct:http_method
H A Drelay_http.c1475 method.method_name = name;
1491 for (i = 0; http_methods[i].method_name != NULL; i++) {
1493 name = http_methods[i].method_name;
1511 return (strcmp(ma->method_name, mb->method_name));
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Djv-typeprint.c210 char *method_name; local
217 method_name = TYPE_FN_FIELDLIST_NAME (type, i);
219 is_constructor = name && strcmp (method_name, name) == 0;
H A Dlinespec.c224 char *method_name = TYPE_FN_FIELDLIST_NAME (t, method_counter); local
227 if (strncmp (method_name, "__", 2) == 0 ||
228 strncmp (method_name, "op", 2) == 0 ||
229 strncmp (method_name, "type", 4) == 0)
231 if (cplus_demangle_opname (method_name, dem_opname, DMGL_ANSI))
232 method_name = dem_opname;
233 else if (cplus_demangle_opname (method_name, dem_opname, 0))
234 method_name = dem_opname;
237 if (strcmp_iw (name, method_name) == 0)
H A Dp-typeprint.c632 char *method_name = TYPE_FN_FIELDLIST_NAME (type, i);
702 method_name,
631 char *method_name = TYPE_FN_FIELDLIST_NAME (type, i); local
H A Dc-typeprint.c944 char *method_name = TYPE_FN_FIELDLIST_NAME (type, i);
946 int is_constructor = name && strcmp (method_name, name) == 0;
953 || method_name[0] == '~';
1028 method_name,
943 char *method_name = TYPE_FN_FIELDLIST_NAME (type, i); local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h95 // If method_name is "+[NSString(my_additions) myStringWithCString:]"
105 GetMethodNameVariants(ConstString method_name) const override;
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c1385 tree method_name;
1395 method_name = TREE_OPERAND (name, 0);
1400 if (TREE_CODE (method_name) == LOOKUP_EXPR)
1402 method_name = lookup_namespace_name
1403 (type, TREE_OPERAND (method_name, 0));
1404 TREE_OPERAND (name, 0) = method_name;
1406 my_friendly_assert (is_overloaded_fn (method_name), 980519);
1420 method_name = TREE_OPERAND (name, 0);
1421 if (TREE_CODE (method_name) == COMPONENT_REF)
1422 method_name
1384 tree method_name; local
[all...]
/openbsd-current/usr.sbin/pppd/
H A Dccp.c100 static char *method_name(ccp_options *, ccp_options *);
869 method_name(opt, opt2) function
922 method_name(go, ho));
924 strncpy(method1, method_name(go, NULL), sizeof method1);
926 method1, method_name(ho, NULL));
930 method_name(go, NULL));
933 method_name(ho, NULL));
/openbsd-current/gnu/llvm/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp54 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DLanguage.h200 GetMethodNameVariants(ConstString method_name) const {
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dprdbg.c2268 char *method_name;
2285 method_name = strdup (context ? info->stack->next->next->method
2289 if (! substitute_type (info, method_name))
2312 method_name, info->filename, method_type, info->stack->type);
2314 free (method_name);
2330 char *method_name;
2352 method_name = strdup (info->stack->next->method);
2367 method_name, info->filename, method_type, info->stack->type,
2370 free (method_name);
2262 char *method_name; local
2324 char *method_name; local
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dprdbg.c2269 char *method_name;
2286 method_name = strdup (context ? info->stack->next->next->method
2290 if (! substitute_type (info, method_name))
2313 method_name, info->filename, method_type, info->stack->type);
2315 free (method_name);
2331 char *method_name;
2353 method_name = strdup (info->stack->next->method);
2368 method_name, info->filename, method_type, info->stack->type,
2371 free (method_name);
2263 char *method_name; local
2325 char *method_name; local

Completed in 534 milliseconds

12