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

1 2 3 4 5 6

  /external/clang/test/Layout/
ms-x86-misalignedarray.cpp 8 struct T3 { T2 a[1]; char c; };
13 // CHECK-NEXT: 0 | struct T3
21 // CHECK-X64-NEXT: 0 | struct T3
27 int a[sizeof(T3)];
  /external/clang/test/SemaCXX/
PR10243.cpp 20 struct T3 {
22 ~T3() = default;
access-base-class.cpp 24 namespace T3 {
trivial-constructor.cpp 12 struct T3 {
15 static_assert(!__has_trivial_constructor(T3), "T3 has a virtual function!");
17 struct T4 : virtual T3 {
trivial-destructor.cpp 12 struct T3 {
15 static_assert(__has_trivial_destructor(T3), "T3 has a virtual function (but still a trivial destructor)!");
17 struct T4 : virtual T3 {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug443.go 15 type T3 T2
16 func (*T3) M() // was invalid receiver
bug201.go 15 type T3 T1
26 _, ok3 := i.(*T3)
41 m(*T3)
issue6036.go 29 type T3 [1<<15 + 1][1<<15 + 1]int
31 func F3(t *T3) {
issue7405.go 15 T3
23 type T3 struct {
  /prebuilts/go/darwin-x86/test/
funcdup2.go 17 var T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous"
cmp6.go 17 type T3 struct{ z []int }
19 var t3 T3 var
66 use(t3 == t3) // ERROR "struct|expected"
funcdup.go 17 type T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug443.go 15 type T3 T2
16 func (*T3) M() // was invalid receiver
bug201.go 15 type T3 T1
26 _, ok3 := i.(*T3)
41 m(*T3)
issue6036.go 29 type T3 [1<<15 + 1][1<<15 + 1]int
31 func F3(t *T3) {
issue7405.go 15 T3
23 type T3 struct {
  /prebuilts/go/linux-x86/test/
funcdup2.go 17 var T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous"
cmp6.go 17 type T3 struct{ z []int }
19 var t3 T3 var
66 use(t3 == t3) // ERROR "struct|expected"
funcdup.go 17 type T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous"
  /external/clang/test/CodeGen/
2007-02-04-AddrLValue.c 14 } T3;
20 ((char *)&((T3) {1, (char *) 1}))
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/
types.pass.cpp 29 typedef std::adopt_lock_t T3;
33 T3 t3 = std::adopt_lock; ((void)t3); local
  /prebuilts/go/darwin-x86/test/fixedbugs/bug404.dir/
one.go 9 type T3 T2
14 func (p *T1) M1() T3 {
18 func (p T3) M2() {
  /prebuilts/go/linux-x86/test/fixedbugs/bug404.dir/
one.go 9 type T3 T2
14 func (p *T1) M1() T3 {
18 func (p T3) M2() {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/
types.pass.cpp 27 typedef std::adopt_lock_t T3;
31 T3 t3 = std::adopt_lock; local
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/
types.pass.cpp 29 typedef std::adopt_lock_t T3;
33 T3 t3 = std::adopt_lock; local

Completed in 494 milliseconds

1 2 3 4 5 6