HomeSort by relevance Sort by last modified time
    Searched defs:T8 (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/clang/test/Preprocessor/
assembler-with-cpp.c 66 #define T8(A,B) A ## B
67 10: T8(.,T8)
68 // CHECK-Identifiers-True: 10: .T8
  /external/clang/test/SemaCXX/
trivial-constructor.cpp 37 struct T8 : T2 {
39 static_assert(!__has_trivial_constructor(T8), "The base class T2 does not have a trivial constructor!");
trivial-destructor.cpp 37 struct T8 : T2 {
39 static_assert(!__has_trivial_destructor(T8), "The base class T2 does not have a trivial destructor!");
attr-mode-tmpl.cpp 43 typedef T __attribute__((mode(12))) T8; // expected-error{{'mode' attribute requires an identifier}}
virtual-override.cpp 108 namespace T8 {
110 struct b; // expected-note {{forward declaration of 'T8::b'}}
117 b* f(); // expected-error {{return type of virtual function 'f' is not covariant with the return type of the function it overrides ('T8::b' is incomplete)}}
  /prebuilts/go/darwin-x86/test/
map1.go 51 _ map[T8]v
62 type T8 struct { F *T7 }
writebarrier.go 140 type T8 struct {
144 func f16(x []T8, y T8) []T8 {
  /prebuilts/go/linux-x86/test/
map1.go 51 _ map[T8]v
62 type T8 struct { F *T7 }
writebarrier.go 140 type T8 struct {
144 func f16(x []T8, y T8) []T8 {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug336.go 22 type T7 T8
23 type T8 T9
62 _ = &T8{&T4{}}
  /prebuilts/go/linux-x86/test/fixedbugs/
bug336.go 22 type T7 T8
23 type T8 T9
62 _ = &T8{&T4{}}
  /external/clang/test/CodeGenCXX/
mangle-unnamed.cpp 75 enum { T8 };
81 void test8() { make_test8(T8); }
  /external/clang/test/Index/
complete-documentation-templates.cpp 39 /// This is T8.
40 class T8 {};
59 T3<int>::T8 t8; local
128 // CHECK-CC4: ClassDecl:{TypedText T8}{{.*}}(brief comment: This is T8.)
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 38 T8 struct{}
45 T8
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 38 T8 struct{}
45 T8
  /art/runtime/arch/mips/
registers_mips.h 54 T8 = 24, // More temporaries.
63 TMP = T8, // scratch register (in addition to AT)
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regnum.h 60 #define T8 24
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regnum.h 60 #define T8 24
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 60 #define T8 24
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 119 OB = 0, TB = 1, T8 = 2, TA = 3, XOP8 = 4, XOP9 = 5, XOPA = 6
827 case X86Local::T8:
836 case X86Local::T8: opcodeType = THREEBYTE_38; break;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.cpp 70 T8 = 13, P_TA = 14,
89 // switch(Opcode) just below the case X86Local::T8: or case X86Local::TA: line
845 case X86Local::T8:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
zero.go 147 type T8 struct {
158 a := T8{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
160 want := T8{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [8]byte{0, 0, 0, 0, 0, 0, 0, 0}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
zero.go 147 type T8 struct {
158 a := T8{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
160 want := T8{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [8]byte{0, 0, 0, 0, 0, 0, 0, 0}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/machine/
regnum.h 60 #define T8 24
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/machine/
regnum.h 60 #define T8 24

Completed in 536 milliseconds

1 2 3