Home
last modified time | relevance | path

Searched refs:type3 (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dtypename28.C15 typedef typename T::template X<int *> type3; typedef
25 template<class T> void B<T>::baz (type3) in baz() argument
/openbsd/src/gnu/llvm/lld/ELF/Arch/
DMips.cpp496 RelType type3 = (type >> 16) & 0xff; in calculateMipsRelChain() local
497 if (type2 == R_MIPS_NONE && type3 == R_MIPS_NONE) in calculateMipsRelChain()
499 if (type2 == R_MIPS_64 && type3 == R_MIPS_NONE) in calculateMipsRelChain()
501 if (type2 == R_MIPS_SUB && (type3 == R_MIPS_HI16 || type3 == R_MIPS_LO16)) in calculateMipsRelChain()
502 return std::make_pair(type3, -val); in calculateMipsRelChain()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c1148 bfd_vma type3 = 0; in dump_relocations() local
1178 type3 = ELF64_MIPS_R_TYPE3 (info); in dump_relocations()
1325 rtype3 = elf_mips_reloc_type (type3); in dump_relocations()
1560 printf (_("unrecognized: %-7lx"), _bfd_int64_low (type3)); in dump_relocations()
1562 printf (_("unrecognized: %-7lx"), type3); in dump_relocations()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c913 bfd_vma type3 = 0; in dump_relocations() local
943 type3 = ELF64_MIPS_R_TYPE3 (info); in dump_relocations()
1090 rtype3 = elf_mips_reloc_type (type3); in dump_relocations()
1272 printf (_("unrecognized: %-7lx"), _bfd_int64_low (type3)); in dump_relocations()
1274 printf (_("unrecognized: %-7lx"), type3); in dump_relocations()
/openbsd/src/gnu/llvm/clang/docs/
DLanguageExtensions.rst3178 bool __builtin_add_overflow (type1 x, type2 y, type3 *sum);
3179 bool __builtin_sub_overflow (type1 x, type2 y, type3 *diff);
3180 bool __builtin_mul_overflow (type1 x, type2 y, type3 *prod);
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTarget.td981 def type3 : TypedOperand<"OPERAND_GENERIC_3">;
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
DChangeLog-02036564 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
/openbsd/src/gnu/usr.bin/binutils/bfd/
DChangeLog-02036564 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.