Searched refs:method_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dprdbg.c1419 char *method_type;
1445 method_type = pop_type (info);
1446 if (method_type == NULL)
1464 if (! append_type (info, method_type)
1498 char *method_type;
1525 method_type = pop_type (info);
1526 if (method_type == NULL)
1534 return (append_type (info, method_type)
2263 char *method_type;
2290 method_type
1414 char *method_type; local
1493 char *method_type; local
2257 char *method_type; local
2320 char *method_type; local
[all...]
H A Ddebug.h261 bfd_boolean (*method_type) (void *, bfd_boolean, int, bfd_boolean); member in struct:debug_write_fns
H A Ddebug.c2634 return (*fns->method_type) (fhandle,
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl2.c2323 start_objects (int method_type, int initp)
2341 sprintf (type, "%c%c%.5u", method_type, joiner, initp);
2344 sprintf (type, "%c", method_type);
2360 if (method_type == 'I')
2382 finish_objects (int method_type, int initp, tree body)
2401 if (method_type == 'I')
2318 start_objects(int method_type, int initp) argument
2377 finish_objects(int method_type, int initp, tree body) argument
H A Dclass.c1004 tree method_type;
1022 method_type = TREE_TYPE (method);
1024 parms2 = TYPE_ARG_TYPES (method_type);
1039 TREE_TYPE (method_type))
1052 TREE_TYPE (method_type))))
1002 tree method_type; local
H A Dpt.c7628 tree method_type;
7632 method_type = build_method_type_directly (this_type,
7635 memptr = build_ptrmemfunc_type (build_pointer_type (method_type));
10925 tree method_type;
10938 method_type = TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (arg));
10940 build_function_type (TREE_TYPE (method_type),
10941 TREE_CHAIN (TYPE_ARG_TYPES (method_type)));
10947 cp_type_quals(TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (method_type))));
7627 tree method_type; local
10924 tree method_type; local
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c8034 build_cdtor (int method_type, tree cdtors)
8045 cgraph_build_static_cdtor (method_type, body, DEFAULT_INIT_PRIORITY);
8003 build_cdtor(int method_type, tree cdtors) argument

Completed in 272 milliseconds