/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | prdbg.c | 1405 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 D | debug.h | 261 bool (*method_type) (void *, bool, int, bool); member
|
H A D | debug.c | 2640 return (*fns->method_type) (fhandle, in debug_write_type()
|
H A D | ChangeLog-9197 | 1520 method_type. 1541 varargs to method_type.
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | prdbg.c | 1409 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 D | debug.h | 261 bool (*method_type) (void *, bool, int, bool); member
|
H A D | debug.c | 2640 return (*fns->method_type) (fhandle, in debug_write_type()
|
H A D | ChangeLog-9197 | 1520 method_type. 1541 varargs to method_type.
|
/netbsd-src/external/bsd/wpa/dist/src/eap_common/ |
H A D | eap_gpsk_common.c | 346 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 D | eap_gpsk_common.h | 61 u8 method_type, u8 *sid, size_t *sid_len);
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | pdb.h | 448 uint32_t method_type; member 457 uint32_t method_type; member
|
H A D | pdb.c | 2663 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 D | decl2.c | 3627 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 D | class.c | 1012 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 D | pt.c | 15823 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 D | decl2.cc | 3847 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 D | class.cc | 1076 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 D | pt.cc | 16239 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 D | libcp1plugin.cc | 2183 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 D | libcp1plugin.cc | 2024 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 D | tree.def | 246 DEFTREECODE (METHOD_TYPE, "method_type", tcc_type, 0)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.def | 246 DEFTREECODE (METHOD_TYPE, "method_type", tcc_type, 0)
|