HomeSort by: relevance | last modified time | path
    Searched defs:method_type (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
go-lang.c 163 PACKAGEP,OBJECTP,METHOD_TYPE* will (typically) point into this buffer.
192 char *method_type; local
290 saw_digit = method_type = NULL;
308 method_type = p - 1;
313 method_type = p - 2;
331 if (method_type != NULL
333 && (method_type > buf && method_type[-1] != '.'))
337 *method_type = '\0';
gnu-v3-abi.c 747 struct type *self_type, *final_type, *method_type; local
754 method_type = check_typedef (method_ptr->type ())->target_type ();
772 METHOD_TYPE either, which is why this happens. We can't
789 method_type, voffset);
792 return value_from_pointer (lookup_pointer_type (method_type), ptr_value);
1296 /* Helper function to decide if METHOD_TYPE is a copy/move
1305 struct type *method_type,
1309 if (method_type->num_fields () < 2)
1314 struct type *arg_type = method_type->field (1).type ();
1326 for (int i = 2; i < method_type->num_fields (); i++
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
go-lang.c 164 PACKAGEP,OBJECTP,METHOD_TYPE* will (typically) point into this buffer.
193 char *method_type; local
291 saw_digit = method_type = NULL;
309 method_type = p - 1;
314 method_type = p - 2;
332 if (method_type != NULL
334 && (method_type > buf && method_type[-1] != '.'))
338 *method_type = '\0';
gnu-v3-abi.c 746 struct type *self_type, *final_type, *method_type; local
753 method_type = check_typedef (method_ptr->type ())->target_type ();
771 METHOD_TYPE either, which is why this happens. We can't
788 method_type, voffset);
791 return value_from_pointer (lookup_pointer_type (method_type), ptr_value);
1331 /* Helper function to decide if METHOD_TYPE is a copy/move
1340 struct type *method_type,
1344 if (method_type->num_fields () < 2)
1349 struct type *arg_type = method_type->field (1).type ();
1361 for (int i = 2; i < method_type->num_fields (); i++
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
debug.h 261 bool (*method_type) (void *, bool, int, bool); member in struct:debug_write_fns
prdbg.c 1410 char *method_type;
1437 method_type = pop_type (info);
1438 if (method_type == NULL)
1456 if (! append_type (info, method_type)
1480 free (method_type);
1493 char *method_type;
1520 method_type = pop_type (info);
1521 if (method_type == NULL)
1527 && append_type (info, method_type)
1532 free (method_type);
1405 char *method_type; local
1488 char *method_type; local
2270 char *method_type; local
2348 char *method_type; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
debug.h 261 bool (*method_type) (void *, bool, int, bool); member in struct:debug_write_fns
prdbg.c 1410 char *method_type;
1437 method_type = pop_type (info);
1438 if (method_type == NULL)
1456 if (! append_type (info, method_type)
1480 free (method_type);
1493 char *method_type;
1520 method_type = pop_type (info);
1521 if (method_type == NULL)
1527 && append_type (info, method_type)
1532 free (method_type);
1405 char *method_type; local
1488 char *method_type; local
2270 char *method_type; local
2348 char *method_type; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-cplus-types.c 664 struct type *method_type)
668 gcc_type func_type = compile_cplus_convert_func (instance, method_type, true);
672 if (TYPE_CONST (method_type))
674 if (TYPE_VOLATILE (method_type))
676 if (TYPE_RESTRICT (method_type))
728 gcc_type method_type; local
739 method_type = compile_cplus_convert_method
748 method_type, nullptr, 0, nullptr, 0);
774 method_type = compile_cplus_convert_func
780 method_type = (compile_cplus_convert_metho
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-cplus-types.c 664 struct type *method_type)
668 gcc_type func_type = compile_cplus_convert_func (instance, method_type, true);
672 if (TYPE_CONST (method_type))
674 if (TYPE_VOLATILE (method_type))
676 if (TYPE_RESTRICT (method_type))
728 gcc_type method_type; local
739 method_type = compile_cplus_convert_method
748 method_type, nullptr, 0, nullptr, 0);
774 method_type = compile_cplus_convert_func
780 method_type = (compile_cplus_convert_metho
    [all...]
  /src/external/gpl3/gcc/dist/libcc1/
libcp1plugin.cc 1207 if (TREE_CODE (sym_type) == METHOD_TYPE)
1210 for (tree arg = TREE_CODE (sym_type) == METHOD_TYPE
1956 gcc_assert (TREE_CODE (TREE_TYPE (function)) == METHOD_TYPE);
2030 tree method_type = class_type
2035 return convert_out (ctx->preserve (method_type));
3417 gcc_assert ((TREE_CODE (unqualified_type) != METHOD_TYPE
2025 tree method_type = class_type local
  /src/external/gpl3/gcc.old/dist/libcc1/
libcp1plugin.cc 1207 if (TREE_CODE (sym_type) == METHOD_TYPE)
1210 for (tree arg = TREE_CODE (sym_type) == METHOD_TYPE
1955 gcc_assert (TREE_CODE (TREE_TYPE (function)) == METHOD_TYPE);
2029 tree method_type = class_type
2034 return convert_out (ctx->preserve (method_type));
3416 gcc_assert ((TREE_CODE (unqualified_type) != METHOD_TYPE
2024 tree method_type = class_type local
  /src/external/gpl3/binutils/dist/ld/
pdb.h 460 uint32_t method_type; member in struct:lf_onemethod
469 uint32_t method_type; member in struct:lf_methodlist_entry
  /src/external/gpl3/binutils.old/dist/ld/
pdb.h 460 uint32_t method_type; member in struct:lf_onemethod
469 uint32_t method_type; member in struct:lf_methodlist_entry
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 1210 tree method_type = TREE_TYPE (method);
1221 == FUNCTION_REF_QUALIFIED (method_type))
1222 && (type_memfn_quals (fn_type) != type_memfn_quals (method_type)
1223 || type_memfn_rqual (fn_type) != type_memfn_rqual (method_type)))
1317 tree method_type = TREE_TYPE (method);
1324 && !same_type_p (TREE_TYPE (fn_type), TREE_TYPE (method_type)))
1339 tree parms2 = TYPE_ARG_TYPES (method_type);
3982 else if (TREE_CODE (type) == METHOD_TYPE)
8739 METHOD_TYPE representation. */
8741 || TREE_CODE (TREE_TYPE (target_type)) != METHOD_TYPE);
1208 tree method_type = TREE_TYPE (method); local
1315 tree method_type = TREE_TYPE (method); local
    [all...]
pt.cc 4111 case METHOD_TYPE:
10674 case METHOD_TYPE:
14442 /* Given T, a FUNCTION_TYPE or METHOD_TYPE, construct and return a corresponding
14443 FUNCTION_TYPE or METHOD_TYPE whose return type is RETURN_TYPE, argument types
15910 /* Substitute into a FUNCTION_TYPE or METHOD_TYPE. This routine does
15953 tree this_type = (TREE_CODE (t) == METHOD_TYPE
16006 /* FNTYPE is a FUNCTION_TYPE or METHOD_TYPE. Substitute the template
16330 && code != METHOD_TYPE)
16665 if (type == TREE_TYPE (t) && TREE_CODE (type) != METHOD_TYPE)
16721 if (TREE_CODE (type) == METHOD_TYPE)
16781 tree method_type local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 1078 tree method_type = TREE_TYPE (method);
1088 == FUNCTION_REF_QUALIFIED (method_type))
1089 && (type_memfn_quals (fn_type) != type_memfn_quals (method_type)
1090 || type_memfn_rqual (fn_type) != type_memfn_rqual (method_type)))
1098 && !same_type_p (TREE_TYPE (fn_type), TREE_TYPE (method_type)))
1113 tree parms2 = TYPE_ARG_TYPES (method_type);
3729 else if (TREE_CODE (type) == METHOD_TYPE)
8407 METHOD_TYPE representation. */
8409 || TREE_CODE (TREE_TYPE (target_type)) != METHOD_TYPE);
8455 if ((TREE_CODE (TREE_TYPE (fn)) == METHOD_TYPE) != is_ptrmem
1076 tree method_type = TREE_TYPE (method); local
    [all...]

Completed in 72 milliseconds