Home
last modified time | relevance | path

Searched refs:method_type (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dprdbg.c1405 char *method_type; in pr_class_method_variant() local
1432 method_type = pop_type (info); in pr_class_method_variant()
1433 if (method_type == NULL) in pr_class_method_variant()
1451 if (! append_type (info, method_type) in pr_class_method_variant()
1475 free (method_type); in pr_class_method_variant()
1488 char *method_type; in pr_class_static_method_variant() local
1515 method_type = pop_type (info); in pr_class_static_method_variant()
1516 if (method_type == NULL) in pr_class_static_method_variant()
1522 && append_type (info, method_type) in pr_class_static_method_variant()
1527 free (method_type); in pr_class_static_method_variant()
[all …]
H A Ddebug.h261 bool (*method_type) (void *, bool, int, bool); member
H A Ddebug.c2640 return (*fns->method_type) (fhandle, in debug_write_type()
H A DChangeLog-91971520 method_type.
1541 varargs to method_type.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dprdbg.c1409 char *method_type; in pr_class_method_variant() local
1435 method_type = pop_type (info); in pr_class_method_variant()
1436 if (method_type == NULL) in pr_class_method_variant()
1454 if (! append_type (info, method_type) in pr_class_method_variant()
1488 char *method_type; in pr_class_static_method_variant() local
1515 method_type = pop_type (info); in pr_class_static_method_variant()
1516 if (method_type == NULL) in pr_class_static_method_variant()
1524 return (append_type (info, method_type) in pr_class_static_method_variant()
2261 char *method_type; in tg_class_method_variant() local
2291 method_type = pop_type (info); in tg_class_method_variant()
[all …]
H A Ddebug.h261 bool (*method_type) (void *, bool, int, bool); member
H A Ddebug.c2640 return (*fns->method_type) (fhandle, in debug_write_type()
H A DChangeLog-91971520 method_type.
1541 varargs to method_type.
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Deap_gpsk_common.c346 size_t seed_len, u8 method_type) in eap_gpsk_derive_mid_helper() argument
379 os_memcpy(pos, &method_type, 1); in eap_gpsk_derive_mid_helper()
422 u8 method_type, u8 *sid, size_t *sid_len) in eap_gpsk_derive_session_id() argument
464 method_type); in eap_gpsk_derive_session_id()
466 sid[0] = method_type; in eap_gpsk_derive_session_id()
H A Deap_gpsk_common.h61 u8 method_type, u8 *sid, size_t *sid_len);
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.h448 uint32_t method_type; member
457 uint32_t method_type; member
H A Dpdb.c2663 if (!remap_type (&meth->method_type, map, type_num, in handle_type()
3063 if (!remap_type (&ml->entries[i].method_type, map, in handle_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c3627 start_objects (int method_type, int initp) in start_objects() argument
3645 sprintf (type, "sub_%c%c%.5u", method_type, joiner, initp); in start_objects()
3648 sprintf (type, "sub_%c", method_type); in start_objects()
3666 if (method_type == 'I') in start_objects()
3680 finish_objects (int method_type, int initp, tree body) in finish_objects() argument
3688 if (method_type == 'I') in finish_objects()
H A Dclass.c1012 tree method_type; in add_method() local
1043 method_type = TREE_TYPE (method); in add_method()
1045 parms2 = TYPE_ARG_TYPES (method_type); in add_method()
1055 == FUNCTION_REF_QUALIFIED (method_type)) in add_method()
1056 && (type_memfn_quals (fn_type) != type_memfn_quals (method_type) in add_method()
1057 || type_memfn_rqual (fn_type) != type_memfn_rqual (method_type))) in add_method()
1064 TREE_TYPE (method_type)) in add_method()
1083 TREE_TYPE (method_type)))) in add_method()
H A Dpt.c15823 tree method_type in tsubst() local
15826 memptr = build_ptrmemfunc_type (build_pointer_type (method_type)); in tsubst()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.cc3847 start_objects (int method_type, int initp) in start_objects() argument
3852 if (initp == DEFAULT_INIT_PRIORITY && method_type == 'I') in start_objects()
3862 unsigned len = sprintf (type, "sub_%c", method_type); in start_objects()
3896 if (method_type == 'I') in start_objects()
3938 finish_objects (int method_type, int initp, tree body) in finish_objects() argument
3944 if (method_type == 'I') in finish_objects()
H A Dclass.cc1076 tree method_type = TREE_TYPE (method); in add_method() local
1086 == FUNCTION_REF_QUALIFIED (method_type)) in add_method()
1087 && (type_memfn_quals (fn_type) != type_memfn_quals (method_type) in add_method()
1088 || type_memfn_rqual (fn_type) != type_memfn_rqual (method_type))) in add_method()
1096 && !same_type_p (TREE_TYPE (fn_type), TREE_TYPE (method_type))) in add_method()
1111 tree parms2 = TYPE_ARG_TYPES (method_type); in add_method()
H A Dpt.cc16239 tree method_type in tsubst() local
16242 memptr = build_ptrmemfunc_type (build_pointer_type (method_type)); in tsubst()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc2183 tree method_type = class_type in plugin_build_method_type() local
2188 return convert_out (ctx->preserve (method_type)); in plugin_build_method_type()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc2024 tree method_type = class_type in plugin_build_method_type() local
2029 return convert_out (ctx->preserve (method_type)); in plugin_build_method_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.def246 DEFTREECODE (METHOD_TYPE, "method_type", tcc_type, 0)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.def246 DEFTREECODE (METHOD_TYPE, "method_type", tcc_type, 0)