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

1 2 3 4

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug260.go 23 type T4 struct {
52 var b4 [10]T4
issue6036.go 40 type T4 [1<<29 + 1]S
42 func F4(t *T4) {
issue7405.go 16 T4
27 type T4 struct {
bug194.go 12 var v4 = T4{0: 5, 1: 6}
15 var v7 = T4{f: 10}
32 type T4 [2]int
bug336.go 16 Next *T4
19 type T4 T5
57 _ = &T3{&T4{}}
58 _ = &T4{&T4{}}
59 _ = &T5{&T4{}}
60 _ = &T6{&T4{}}
61 _ = &T7{&T4{}}
62 _ = &T8{&T4{}}
63 _ = &T9{&T4{}}
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
bug260.go 23 type T4 struct {
52 var b4 [10]T4
issue6036.go 40 type T4 [1<<29 + 1]S
42 func F4(t *T4) {
issue7405.go 16 T4
27 type T4 struct {
bug194.go 12 var v4 = T4{0: 5, 1: 6}
15 var v7 = T4{f: 10}
32 type T4 [2]int
bug336.go 16 Next *T4
19 type T4 T5
57 _ = &T3{&T4{}}
58 _ = &T4{&T4{}}
59 _ = &T5{&T4{}}
60 _ = &T6{&T4{}}
61 _ = &T7{&T4{}}
62 _ = &T8{&T4{}}
63 _ = &T9{&T4{}}
    [all...]
  /external/clang/test/CodeCompletion/
documentation.cpp 13 int T4; ///< Ddd.
33 // CHECK-CC2: COMPLETION: T4 : [#int#]T4 : Ddd.
  /external/clang/test/Index/
complete-documentation.cpp 13 int T4; ///< Ddd.
34 t2.T4;
47 // CHECK-CC2: FieldDecl:{ResultType int}{TypedText T4}{{.*}}(brief comment: Ddd.)
  /prebuilts/go/darwin-x86/test/
cmp6.go 21 type T4 struct {
26 var t4 T4 var
67 use(t4 == t4) // ERROR "cannot be compared|non-comparable"
map1.go 45 _ map[T4]v // ERROR "invalid map key"
54 type T3 []T4
55 type T4 struct { F T3 }
59 type T7 *T4
  /prebuilts/go/linux-x86/test/
cmp6.go 21 type T4 struct {
26 var t4 T4 var
67 use(t4 == t4) // ERROR "cannot be compared|non-comparable"
map1.go 45 _ map[T4]v // ERROR "invalid map key"
54 type T3 []T4
55 type T4 struct { F T3 }
59 type T7 *T4
  /external/clang/test/SemaCXX/
access-base-class.cpp 35 namespace T4 {
trivial-constructor.cpp 17 struct T4 : virtual T3 {
19 static_assert(!__has_trivial_constructor(T4), "T4 has a virtual base class!");
33 T4 t4; member in struct:T7
35 static_assert(!__has_trivial_constructor(T7), "t4 does not have a trivial constructor!");
trivial-destructor.cpp 17 struct T4 : virtual T3 {
19 static_assert(__has_trivial_destructor(T4), "T4 has a virtual base class! (but still a trivial destructor)!");
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
namedReturn.go 56 type T4 struct {
61 func f4() (t T4) {
71 t := T4{b, nil, nil, nil, nil, nil}
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
namedReturn.go 56 type T4 struct {
61 func f4() (t T4) {
71 t := T4{b, nil, nil, nil, nil, nil}
  /external/clang/test/CXX/special/class.inhctor/
p3.cpp 59 template<typename T> struct T4 : B4 {
61 template<typename U> T4(U);
63 template<typename T> struct U4 : T4<T> {
64 using T4<T>::T4;
66 T4<void> t4a = {0};
67 T4<void> t4b = {0, 0}; // expected-error {{chosen constructor is explicit}}
  /external/clang/test/CodeGen/
pragma-pack-1.c 48 struct T4
64 // CHECK: %struct.S4 = type { [3 x i8], %struct.T4, i32 }
65 // CHECK: %struct.T4 = type <{ i8, i32 }>
attr-mode-enums.c 19 typedef enum { A4, B4 } T4 __attribute__((mode(DI)));
20 T4 x4 = B4;
ms-inline-asm.cpp 57 struct T4 {
64 void T4::test() {
65 // CHECK: [[T0:%.*]] = alloca [[T4:%.*]]*,
66 // CHECK: [[THIS:%.*]] = load [[T4]]*, [[T4]]** [[T0]]
67 // CHECK: [[X:%.*]] = getelementptr inbounds [[T4]], [[T4]]* [[THIS]], i32 0, i32 0

Completed in 775 milliseconds

1 2 3 4