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

  /src/external/gpl3/gdb/dist/gdb/unittests/
intrusive_list-selftests.c 86 using item_type = typename ListType::value_type; local
92 const item_type &item = *it;
108 const item_type &item = *it;
136 using item_type = typename ListType::value_type; member in struct:intrusive_list_test
143 item_type a ("a"), b ("b"), c ("c");
145 std::vector<const item_type *> expected;
162 item_type a ("a");
164 std::vector<const item_type *> expected;
180 std::vector<const item_type *> expected;
197 item_type a ("a"), b ("b"), c ("c"), d ("d"), e ("e")
823 using item_type = typename ListType::value_type; member in struct:owning_intrusive_list_test
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
intrusive_list-selftests.c 71 using item_type = typename ListType::value_type; member in struct:intrusive_list_test
87 const item_type &item = *it;
101 const item_type &item = *it;
117 item_type a ("a"), b ("b"), c ("c");
119 std::vector<const item_type *> expected;
136 item_type a ("a");
138 std::vector<const item_type *> expected;
154 std::vector<const item_type *> expected;
171 item_type a ("a"), b ("b"), c ("c"), d ("d"), e ("e");
174 std::vector<const item_type *> expected
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 13633 tree item_type = NULL;
13862 item_type = TREE_TYPE (type);
13864 addr_space_t as = TYPE_ADDR_SPACE (item_type);
13897 item_type = TREE_TYPE (type);
14002 if (item_type)
14007 sub_die = modified_type_die (item_type,
14008 TYPE_QUALS_NO_ADDR_SPACE (item_type),
13620 tree item_type = NULL; local
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 13690 tree item_type = NULL;
13922 item_type = TREE_TYPE (type);
13924 addr_space_t as = TYPE_ADDR_SPACE (item_type);
13957 item_type = TREE_TYPE (type);
14085 if (item_type)
14090 sub_die = modified_type_die (item_type,
14091 TYPE_QUALS_NO_ADDR_SPACE (item_type),
13677 tree item_type = NULL; local

Completed in 71 milliseconds