Searched refs:map_type (Results 1 - 25 of 28) sorted by relevance

12

/haiku-buildtools/isl/include/isl/
H A Dset_type.h4 #include <isl/map_type.h>
H A Dlp.h17 #include <isl/map_type.h>
H A Dobj.h5 #include <isl/map_type.h>
H A Dflow.h5 #include <isl/map_type.h>
H A Dlocal_space.h7 #include <isl/map_type.h>
H A Ddim.h8 #include <isl/map_type.h>
H A Dunion_map.h5 #include <isl/map_type.h>
H A Dset.h13 #include <isl/map_type.h>
H A Dmap.h25 #include <isl/map_type.h>
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_map/
H A Ddr761.cc29 typedef std::unordered_map<int, double> map_type; typedef
32 map_type m;
53 map_type m;
55 const map_type cm(m);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/element_access/
H A D1.cc28 typedef std::map<int, double> map_type; typedef
31 map_type m;
52 map_type m;
54 const map_type cm(m);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dtrie_split.cc52 typedef trie<string, char> map_type; typedef
54 // A map_type object.
55 map_type r;
61 // Now split r into a different map_type object.
64 map_type larger_r;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/insert/
H A Dunordered_map_array.cc22 typedef std::tr1::unordered_map<int, int> map_type; typedef
23 typedef std::tr1::unordered_map<int, map_type> matrix_type;
43 map_type& row = matrix[i / 4];
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr45877.C47 extern map<const string,basicForEachType *> map_type;
116 : OneOperator(map_type[typeid(R).name()],
117 map_type[typeid(A).name()],
118 map_type[typeid(B).name()]), t0(t[0]), t1(t[1]) { }
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp105 map_type; typedef
109 map_type;
112 map_type m(first_it, last_it);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_allocator.h266 typedef std::tr1::unordered_map<void*, int> map_type; typedef in struct:__gnu_test::uneq_allocator_base
271 static map_type&
274 static map_type alloc_map;
336 get_map().insert(map_type::value_type(reinterpret_cast<void*>(p),
355 map_type::iterator it = get_map().find(reinterpret_cast<void*>(p));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr27291.C350 private:typedef std::map < key_type, pointer_type > map_type; typedef in class:alps::factory
351 map_type creators_;
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dparse.h168 Type* map_type();
H A Dstatements.cc1149 Map_type* map_type = map_index->get_map_type(); local
1150 if (map_type == NULL)
1166 Statement::make_temporary(map_type->key_type(), map_index->index(), loc);
1171 Statement::make_temporary(map_type->val_type(), NULL, loc);
1183 Expression* a1 = Expression::make_type_descriptor(map_type, loc);
1300 Map_type* map_type = map_index->get_map_type(); local
1301 if (map_type == NULL)
1308 Temporary_statement* map_temp = Statement::make_temporary(map_type,
1315 Statement::make_temporary(map_type->key_type(), map_index->index(), loc);
1320 Statement::make_temporary(map_type
[all...]
H A Dexpressions.cc3582 else if (t->map_type() != NULL)
3583 go_assert(et->map_type() != NULL);
3589 || et->map_type() != NULL
3605 || et->map_type() != NULL
6891 else if (args->front()->type()->map_type() == NULL)
6899 Map_type* mt = args->front()->type()->map_type();
7010 else if (type->map_type() != NULL)
7088 type_arg = Expression::make_map_descriptor(type->map_type(), type_loc);
7861 && arg_type->map_type() == NULL
7899 || type->map_type() !
[all...]
H A Dtypes.h837 map_type() function in class:Type
841 map_type() const function in class:Type
H A Dtypes.cc402 return t1->map_type()->is_identical(t2->map_type(),
470 || rhs->map_type() != NULL
478 || lhs->map_type() != NULL
514 || t1->map_type() != NULL
517 || t2->map_type() != NULL
526 else if (t1->map_type() != NULL || t2->map_type() != NULL)
672 || lhs->map_type() != NULL
8576 || type->map_type() !
[all...]
/haiku-buildtools/isl/
H A Disl_ast_build.c1440 isl_map *map_type = isl_map_copy(map); local
1442 map_type = isl_map_set_tuple_name(map_type, isl_dim_in, name);
1443 map_type = isl_map_set_tuple_name(map_type, isl_dim_out, name);
1444 insertion = isl_union_map_add_map(insertion, map_type);
/haiku-buildtools/binutils/opcodes/
H A Darm-dis.c49 enum map_type enum
66 enum map_type last_type;
6192 enum map_type *map_symbol);
6256 enum map_type type = MAP_ARM;
6285 enum map_type *map_type)
6293 *map_type = ((name[1] == 'a') ? MAP_ARM
6308 enum map_type *map_type)
6314 return is_mapping_symbol (info, n, map_type);
6283 is_mapping_symbol(struct disassemble_info *info, int n, enum map_type *map_type) argument
6305 get_map_sym_type(struct disassemble_info *info, int n, enum map_type *map_type) argument
6320 get_sym_code_type(struct disassemble_info *info, int n, enum map_type *map_type) argument
[all...]
H A Daarch64-dis.c37 enum map_type enum
43 static enum map_type last_type;
3053 enum map_type *map_type)
3065 *map_type = MAP_INSN;
3075 *map_type = (name[1] == 'x' ? MAP_INSN : MAP_DATA);
3113 enum map_type type = MAP_INSN;
3048 get_sym_code_type(struct disassemble_info *info, int n, enum map_type *map_type) argument

Completed in 196 milliseconds

12