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

  /src/external/gpl3/gdb/dist/gdbsupport/
enum-flags.h 96 = std::is_unsigned<typename std::underlying_type<enum_type>::type>;
159 using underlying_type = typename std::underlying_type<enum_type>::type;
211 constexpr operator underlying_type () const
259 using underlying = typename enum_flags<enum_type>::underlying_type; \
426 using underlying = typename enum_flags<enum_type>::underlying_type;
446 using underlying = typename enum_flags<enum_type>::underlying_type;
495 using uns = typename std::make_unsigned<underlying_type>::type;
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-lang.cc 244 tree underlying_type = ENUM_UNDERLYING_TYPE (type); local
247 underlying_type
248 = c_common_type_for_mode (TYPE_MODE (underlying_type),
249 TYPE_UNSIGNED (underlying_type));
251 return underlying_type;
decl2.cc 2971 tree underlying_type = TREE_TYPE (DECL_NAME (decl));
2972 int underlying_vis = type_visibility (underlying_type);
2974 || (CLASS_TYPE_P (underlying_type)
2975 && CLASSTYPE_VISIBILITY_SPECIFIED (underlying_type)))
2966 tree underlying_type = TREE_TYPE (DECL_NAME (decl)); local
semantics.cc 4795 tree underlying_type = ENUM_UNDERLYING_TYPE (type); local
4801 underlying_type
4802 = c_common_type_for_mode (TYPE_MODE (underlying_type),
4803 TYPE_UNSIGNED (underlying_type));
4805 return underlying_type;
call.cc 1540 tree underlying_type = NULL_TREE; local
1543 underlying_type = ENUM_UNDERLYING_TYPE (from);
1551 || (underlying_type && same_type_p (to, underlying_type)))
decl.cc 16965 UNDERLYING_TYPE is the type that will be used as the storage for
16980 start_enum (tree name, tree enumtype, tree underlying_type,
16992 if (!underlying_type && scoped_enum_p)
16993 underlying_type = integer_type_node;
16995 if (underlying_type)
16996 underlying_type = cv_unqualified (underlying_type);
17031 else if (ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) != !! underlying_type)
17040 else if (underlying_type && ENUM_UNDERLYING_TYPE (enumtype)
17041 && !same_type_p (underlying_type,
17123 tree underlying_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-lang.cc 234 tree underlying_type = ENUM_UNDERLYING_TYPE (type); local
237 underlying_type
238 = c_common_type_for_mode (TYPE_MODE (underlying_type),
239 TYPE_UNSIGNED (underlying_type));
241 return underlying_type;
decl2.cc 2813 tree underlying_type = TREE_TYPE (DECL_NAME (decl));
2814 int underlying_vis = type_visibility (underlying_type);
2816 || (CLASS_TYPE_P (underlying_type)
2817 && CLASSTYPE_VISIBILITY_SPECIFIED (underlying_type)))
2808 tree underlying_type = TREE_TYPE (DECL_NAME (decl)); local
semantics.cc 4395 tree underlying_type; local
4399 underlying_type = cxx_make_type (UNDERLYING_TYPE);
4400 UNDERLYING_TYPE_TYPE (underlying_type) = type;
4401 SET_TYPE_STRUCTURAL_EQUALITY (underlying_type);
4403 return underlying_type;
4415 underlying_type = ENUM_UNDERLYING_TYPE (type);
4421 underlying_type
4422 = c_common_type_for_mode (TYPE_MODE (underlying_type),
4423 TYPE_UNSIGNED (underlying_type));
    [all...]
call.cc 1523 tree underlying_type = NULL_TREE; local
1526 underlying_type = ENUM_UNDERLYING_TYPE (from);
1534 || (underlying_type && same_type_p (to, underlying_type)))
decl.cc 16234 UNDERLYING_TYPE is the type that will be used as the storage for
16249 start_enum (tree name, tree enumtype, tree underlying_type,
16261 if (!underlying_type && scoped_enum_p)
16262 underlying_type = integer_type_node;
16264 if (underlying_type)
16265 underlying_type = cv_unqualified (underlying_type);
16287 else if (ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) != !! underlying_type)
16295 else if (underlying_type && ENUM_UNDERLYING_TYPE (enumtype)
16296 && !same_type_p (underlying_type,
16387 tree underlying_type; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit.cc 2571 gcc::jit::recording::type *underlying_type = local
2575 == underlying_type->unqualified ()),
2579 underlying_type->get_debug_string ());
2603 gcc::jit::recording::type *underlying_type = local
2607 == underlying_type->unqualified ()),
2611 underlying_type->get_debug_string ());
2631 gcc::jit::recording::type *underlying_type = local
2637 underlying_type,
2645 == underlying_type->unqualified ()),
2649 underlying_type->get_debug_string ())
2668 gcc::jit::recording::type *underlying_type = local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit.cc 2538 gcc::jit::recording::type *underlying_type = local
2542 == underlying_type->unqualified ()),
2546 underlying_type->get_debug_string ());
2570 gcc::jit::recording::type *underlying_type = local
2574 == underlying_type->unqualified ()),
2578 underlying_type->get_debug_string ());
2598 gcc::jit::recording::type *underlying_type = local
2604 underlying_type,
2612 == underlying_type->unqualified ()),
2616 underlying_type->get_debug_string ())
2635 gcc::jit::recording::type *underlying_type = local
    [all...]
  /src/external/gpl3/binutils/dist/ld/
pdb.h 442 uint32_t underlying_type; member in struct:lf_enum
  /src/external/gpl3/binutils.old/dist/ld/
pdb.h 442 uint32_t underlying_type; member in struct:lf_enum
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 1807 tree underlying_type
1809 if (underlying_type != char_type_node
1810 && !(flag_char8_t && underlying_type == char8_type_node))
1812 if (underlying_type == char16_type_node
1813 || underlying_type == char32_type_node
1814 || underlying_type == wchar_type_node)
1805 tree underlying_type local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 1763 tree underlying_type
1765 if (underlying_type != char_type_node
1766 && !(flag_char8_t && underlying_type == char8_type_node))
1768 if (underlying_type == char16_type_node
1769 || underlying_type == char32_type_node
1770 || underlying_type == wchar_type_node)
1761 tree underlying_type local
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 10329 tree underlying_type = ENUM_UNDERLYING_TYPE (the_enum->enum_type);
10330 if (TREE_CODE (underlying_type) == BOOLEAN_TYPE)
10340 PLUS_EXPR, convert (underlying_type, value),
10341 convert (underlying_type, integer_one_node),
10298 tree underlying_type = ENUM_UNDERLYING_TYPE (the_enum->enum_type); local
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 13465 struct type *underlying_type = die_type (die, cu);
13467 type->set_target_type (underlying_type);
13495 struct type *underlying_type = type->target_type ();
13496 underlying_type = check_typedef (underlying_type);
13498 type->set_is_unsigned (underlying_type->is_unsigned ());
13501 type->set_length (underlying_type->length ());
13504 && TYPE_RAW_ALIGN (underlying_type) != 0)
13505 set_type_align (type, TYPE_RAW_ALIGN (underlying_type));
13456 struct type *underlying_type = die_type (die, cu); local
13486 struct type *underlying_type = type->target_type (); local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 13206 struct type *underlying_type = die_type (die, cu);
13208 type->set_target_type (underlying_type);
13236 struct type *underlying_type = type->target_type ();
13237 underlying_type = check_typedef (underlying_type);
13239 type->set_is_unsigned (underlying_type->is_unsigned ());
13242 type->set_length (underlying_type->length ());
13245 && TYPE_RAW_ALIGN (underlying_type) != 0)
13246 set_type_align (type, TYPE_RAW_ALIGN (underlying_type));
13197 struct type *underlying_type = die_type (die, cu); local
13227 struct type *underlying_type = type->target_type (); local

Completed in 237 milliseconds