Searched refs:inst_type (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/
H A D2.cc27 typedef __gnu_test::NonDefaultConstructible inst_type; typedef
29 template class std::unordered_multimap<inst_type, inst_type, hash_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/
H A D2.cc27 typedef __gnu_test::NonDefaultConstructible inst_type; typedef
32 template class std::unordered_map<inst_type, double, hash_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/
H A D2.cc27 typedef __gnu_test::NonDefaultConstructible inst_type; typedef
29 template class std::unordered_multiset<inst_type, hash_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/
H A D2.cc27 typedef __gnu_test::NonDefaultConstructible inst_type; typedef
29 template class std::unordered_set<inst_type, hash_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dmicroblaze-dis.c235 switch (op->inst_type)
413 *isunsignedimm = (op->inst_type == INST_TYPE_RD_R1_UNSIGNED_IMM);
458 switch (op->inst_type)
H A Dmicroblaze-opc.h104 short inst_type; /* Registers and immediate values involved. */ member in struct:op_code_struct
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dmicroblaze-dis.c235 switch (op->inst_type)
413 *isunsignedimm = (op->inst_type == INST_TYPE_RD_R1_UNSIGNED_IMM);
458 switch (op->inst_type)
H A Dmicroblaze-opc.h104 short inst_type; /* Registers and immediate values involved. */ member in struct:op_code_struct
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-microblaze.c837 switch (opcode->inst_type)

Completed in 197 milliseconds