HomeSort by: relevance | last modified time | path
    Searched defs:new_type (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/tests/usr.bin/indent/
lsym_lparen_or_lbracket.c 281 typedef (type_def) new_type;
337 typedef (type_def) new_type;
280 typedef (type_def) new_type; typedef
335 typedef (type_def) new_type; typedef
  /src/external/gpl3/gcc.old/dist/libobjc/
gc.c 400 char *new_type; local
408 new_type = objc_atomic_malloc (strlen(ivar->ivar_type));
410 memcpy (new_type, ivar->ivar_type, len);
411 new_type[len] = 0;
412 strcat (new_type, type + 1);
413 ivar->ivar_type = new_type;
417 char *new_type; local
425 new_type = objc_malloc (strlen(ivar->ivar_type) + 2);
429 memcpy (new_type, ivar->ivar_type, len);
431 new_type[len++] = _C_GCINVISIBLE
    [all...]
  /src/external/gpl3/gcc/dist/libobjc/
gc.c 400 char *new_type; local
408 new_type = objc_atomic_malloc (strlen(ivar->ivar_type));
410 memcpy (new_type, ivar->ivar_type, len);
411 new_type[len] = 0;
412 strcat (new_type, type + 1);
413 ivar->ivar_type = new_type;
417 char *new_type; local
425 new_type = objc_malloc (strlen(ivar->ivar_type) + 2);
429 memcpy (new_type, ivar->ivar_type, len);
431 new_type[len++] = _C_GCINVISIBLE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
convert.cc 1136 test_convert_to_integer_maybe_fold (tree orig_type, tree new_type)
1146 tree result = convert_to_integer_maybe_fold (new_type,
1148 if (orig_type != new_type)
1150 ASSERT_EQ (TREE_TYPE (result), new_type); local
1168 = convert_to_integer_maybe_fold (new_type, wrapped_orig_cst, false);
1169 ASSERT_EQ (TREE_TYPE (result), new_type); local
1172 ASSERT_EQ (TREE_TYPE (TREE_OPERAND (result, 0)), new_type);
1175 if (orig_type == new_type)
ipa-param-manipulation.cc 345 tree new_type = NULL; local
354 new_type
357 TYPE_CONTEXT (new_type) = TYPE_CONTEXT (orig_type);
361 new_type = build_distinct_type_copy (orig_type);
362 TYPE_ARG_TYPES (new_type) = new_arg_types;
364 TREE_TYPE (new_type) = void_type_node;
366 if (args_modified && TYPE_ATTRIBUTES (new_type))
368 tree t = TYPE_ATTRIBUTES (new_type);
369 tree *last = &TYPE_ATTRIBUTES (new_type);
370 TYPE_ATTRIBUTES (new_type) = NULL
572 tree new_type = build_new_function_type (orig_type, false); local
1413 tree new_type = m_new_types[i]; local
1622 tree new_type = build_adjusted_function_type (orig_type, &m_new_types, local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
convert.cc 1161 test_convert_to_integer_maybe_fold (tree orig_type, tree new_type)
1171 tree result = convert_to_integer_maybe_fold (new_type,
1173 if (orig_type != new_type)
1175 ASSERT_EQ (TREE_TYPE (result), new_type); local
1193 = convert_to_integer_maybe_fold (new_type, wrapped_orig_cst, false);
1194 ASSERT_EQ (TREE_TYPE (result), new_type); local
1197 ASSERT_EQ (TREE_TYPE (TREE_OPERAND (result, 0)), new_type);
1200 if (orig_type == new_type)
ipa-param-manipulation.cc 348 tree new_type = NULL; local
357 new_type
360 TYPE_CONTEXT (new_type) = TYPE_CONTEXT (orig_type);
364 new_type = build_distinct_type_copy (orig_type);
365 TYPE_ARG_TYPES (new_type) = new_arg_types;
367 TREE_TYPE (new_type) = void_type_node;
369 if (args_modified && TYPE_ATTRIBUTES (new_type))
371 tree t = TYPE_ATTRIBUTES (new_type);
372 tree *last = &TYPE_ATTRIBUTES (new_type);
373 TYPE_ATTRIBUTES (new_type) = NULL
542 tree new_type = build_new_function_type (orig_type, false); local
1465 tree new_type = m_new_types[i]; local
1743 tree new_type = build_adjusted_function_type (orig_type, &m_new_types, local
    [all...]
ipa-strub.cc 1598 tree new_type = build_distinct_type_copy (old_type);
1602 thereof, to new_type as well. We don't look for aliases, their
1615 new_ptr_type = build_pointer_type (new_type);
1617 gimple_call_set_fntype (e->call_stmt, new_type);
1620 TREE_TYPE (node->decl) = new_type;
1596 tree new_type = build_distinct_type_copy (old_type); local
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-common.cc 331 tree new_type; local
334 new_type = build_qualified_type (TREE_TYPE (field), TYPE_QUAL_VOLATILE);
335 TREE_TYPE (field) = new_type;
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-common.cc 331 tree new_type; local
334 new_type = build_qualified_type (TREE_TYPE (field), TYPE_QUAL_VOLATILE);
335 TREE_TYPE (field) = new_type;
  /src/external/gpl3/binutils/dist/bfd/
elf32-m32c.c 1548 int new_type;
1615 new_type = ELF32_R_TYPE(srel->r_info);
1637 new_type = R_M32C_NONE;
1653 new_type = R_M32C_8_PCREL;
1666 new_type = R_M32C_16_PCREL;
1679 new_type = R_M32C_16_PCREL;
1703 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes];
1746 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes];
1771 new_type = R_M32C_NONE;
1784 new_type = R_M32C_8_PCREL
1542 int new_type; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m32c.c 1543 int new_type;
1610 new_type = ELF32_R_TYPE(srel->r_info);
1632 new_type = R_M32C_NONE;
1648 new_type = R_M32C_8_PCREL;
1661 new_type = R_M32C_16_PCREL;
1674 new_type = R_M32C_16_PCREL;
1698 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes];
1741 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes];
1766 new_type = R_M32C_NONE;
1779 new_type = R_M32C_8_PCREL
1537 int new_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
vtable-class-hierarchy.cc 913 tree new_type; local
925 new_type = build_pointer_type (TREE_TYPE (base_ptr_var_decl));
926 arg1 = build1 (ADDR_EXPR, new_type, base_ptr_var_decl);
  /src/external/gpl3/gcc/dist/gcc/cp/
vtable-class-hierarchy.cc 900 tree new_type; local
912 new_type = build_pointer_type (TREE_TYPE (base_ptr_var_decl));
913 arg1 = build1 (ADDR_EXPR, new_type, base_ptr_var_decl);
  /src/external/gpl3/gdb/dist/bfd/
elf32-m32c.c 1542 int new_type;
1609 new_type = ELF32_R_TYPE(srel->r_info);
1631 new_type = R_M32C_NONE;
1647 new_type = R_M32C_8_PCREL;
1660 new_type = R_M32C_16_PCREL;
1673 new_type = R_M32C_16_PCREL;
1697 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes];
1740 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes];
1765 new_type = R_M32C_NONE;
1778 new_type = R_M32C_8_PCREL
1536 int new_type; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
rust-lang.c 281 rewrite_slice_type (struct type *in_type, struct type **new_type,
316 *new_type = result;
354 struct type *new_type = nullptr; local
355 if (!rewrite_slice_type (original_type, &new_type, llen - 1,
357 new_type = lookup_array_range_type (original_type, 0, llen - 1);
359 struct value *result = value::allocate_lazy (new_type);
1072 struct type *result = type_allocator (original).new_type ();
1313 struct type *new_type;
1317 new_type = type;
1324 new_type = rust_slice_type ("&[*gdb*]", base_type, usize)
1308 struct type *new_type; local
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 2646 ctf_id_t new_type; local
2746 if ((new_type = ctf_add_unknown (target, isroot, name)) == CTF_ERR)
2754 if ((new_type = ctf_add_forward (target, isroot, name,
2765 if ((new_type = ctf_add_encoded (target, isroot, name, &ep, kind))
2774 if ((new_type = ctf_add_enum (target, isroot, name)) == CTF_ERR)
2779 if (ctf_add_enumerator (target, new_type, name, val) < 0)
2804 if ((new_type = ctf_add_typedef (target, isroot, name, ref)) == CTF_ERR)
2820 if ((new_type = ctf_add_reftype (target, isroot, ref, kind)) == CTF_ERR)
2836 if ((new_type = ctf_add_slice (target, isroot, ref, &ep)) == CTF_ERR)
2858 if ((new_type = ctf_add_array (target, isroot, &ar)) == CTF_ERR
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m32c.c 1542 int new_type;
1609 new_type = ELF32_R_TYPE(srel->r_info);
1631 new_type = R_M32C_NONE;
1647 new_type = R_M32C_8_PCREL;
1660 new_type = R_M32C_16_PCREL;
1673 new_type = R_M32C_16_PCREL;
1697 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes];
1740 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes];
1765 new_type = R_M32C_NONE;
1778 new_type = R_M32C_8_PCREL
1536 int new_type; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
rust-lang.c 285 rewrite_slice_type (struct type *in_type, struct type **new_type,
320 *new_type = result;
358 struct type *new_type = nullptr; local
359 if (!rewrite_slice_type (original_type, &new_type, llen - 1,
361 new_type = lookup_array_range_type (original_type, 0, llen - 1);
363 struct value *result = value::allocate_lazy (new_type);
1077 struct type *result = type_allocator (original).new_type ();
1318 struct type *new_type;
1322 new_type = type;
1329 new_type = rust_slice_type ("&[*gdb*]", base_type, usize)
1313 struct type *new_type; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 2623 ctf_id_t new_type; local
2720 if ((new_type = ctf_add_unknown (target, isroot, name)) == CTF_ERR)
2728 if ((new_type = ctf_add_forward (target, isroot, name,
2739 if ((new_type = ctf_add_encoded (target, isroot, name, &ep, kind))
2748 if ((new_type = ctf_add_enum (target, isroot, name)) == CTF_ERR)
2753 if (ctf_add_enumerator (target, new_type, name, val) < 0)
2778 if ((new_type = ctf_add_typedef (target, isroot, name, ref)) == CTF_ERR)
2794 if ((new_type = ctf_add_reftype (target, isroot, ref, kind)) == CTF_ERR)
2810 if ((new_type = ctf_add_slice (target, isroot, ref, &ep)) == CTF_ERR)
2832 if ((new_type = ctf_add_array (target, isroot, &ar)) == CTF_ERR
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 2721 ctf_id_t new_type; local
2878 if ((new_type = ctf_add_unknown (target, isroot, name)) == CTF_ERR)
2886 if ((new_type = ctf_add_forward (target, isroot, name,
2897 if ((new_type = ctf_add_encoded (target, isroot, name, &ep, kind))
2928 if ((new_type = ctf_add_enum (target, isroot, name)) == CTF_ERR)
2933 if (ctf_add_enumerator (target, new_type, name, val) < 0)
2958 if ((new_type = ctf_add_typedef (target, isroot, name, ref)) == CTF_ERR)
2974 if ((new_type = ctf_add_reftype (target, isroot, ref, kind)) == CTF_ERR)
2990 if ((new_type = ctf_add_slice (target, isroot, ref, &ep)) == CTF_ERR)
3012 if ((new_type = ctf_add_array (target, isroot, &ar)) == CTF_ERR
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 2721 ctf_id_t new_type; local
2878 if ((new_type = ctf_add_unknown (target, isroot, name)) == CTF_ERR)
2886 if ((new_type = ctf_add_forward (target, isroot, name,
2897 if ((new_type = ctf_add_encoded (target, isroot, name, &ep, kind))
2928 if ((new_type = ctf_add_enum (target, isroot, name)) == CTF_ERR)
2933 if (ctf_add_enumerator (target, new_type, name, val) < 0)
2958 if ((new_type = ctf_add_typedef (target, isroot, name, ref)) == CTF_ERR)
2974 if ((new_type = ctf_add_reftype (target, isroot, ref, kind)) == CTF_ERR)
2990 if ((new_type = ctf_add_slice (target, isroot, ref, &ep)) == CTF_ERR)
3012 if ((new_type = ctf_add_array (target, isroot, &ar)) == CTF_ERR
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 1501 type_suffix_index new_type = infer_vector_type (argno); local
1502 if (new_type == NUM_TYPE_SUFFIXES)
1505 if (type != new_type)
1509 get_vector_type (new_type), argno + 1, fndecl,
1687 type_suffix_index new_type = infer_pointer_type (argno); local
1688 if (new_type == NUM_TYPE_SUFFIXES)
1691 if (type != new_type)
3756 tree new_type;
3759 new_type = build_variant_type_copy (base_type);
3761 new_type = build_distinct_type_copy (base_type)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 489 tree new_type = (tree)(*slot); local
490 gcc_checking_assert (new_type != t);
491 TYPE_CANONICAL (t) = new_type;
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.cc 1291 type_suffix_index new_type = infer_vector_type (argno); local
1292 if (new_type == NUM_TYPE_SUFFIXES)
1295 if (type != new_type)
1299 get_vector_type (new_type), argno + 1, fndecl,

Completed in 90 milliseconds

1 2 3