/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | tbaa-path.ll | 6 %struct.StructB = type { i16, %struct.StructA, i32 } 9 %struct.StructC = type { i16, %struct.StructB, i32 } 10 %struct.StructD = type { i16, %struct.StructB, i32, i8 } 64 define i32 @_Z2g3P7StructAP7StructBy(%struct.StructA* %A, %struct.StructB* %B, i64 %count) #0 { 75 %B.addr = alloca %struct.StructB*, align 8 78 store %struct.StructB* %B, %struct.StructB** %B.addr, align 8, !tbaa !0 83 %1 = load %struct.StructB*, %struct.StructB** %B.addr, align 8, !tbaa !0 84 %a = getelementptr inbounds %struct.StructB, %struct.StructB* %1, i32 0, i32 1 93 define i32 @_Z2g4P7StructAP7StructBy(%struct.StructA* %A, %struct.StructB* %B, i64 %count) #0 { 104 %B.addr = alloca %struct.StructB*, align 8 [all …]
|
/external/clang/test/CodeGen/ |
D | tbaa-class.cpp | 17 class StructB class 28 StructB b; 35 StructB b; 77 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3() 89 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4() 101 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() 113 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() 193 StructB *b1 = &(C->b); in g12() 194 StructB *b2 = &(D->b); in g12()
|
D | tbaa.cpp | 25 } StructB; typedef 29 StructB b; 35 StructB b; 75 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3() 87 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4() 99 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() 111 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() 191 StructB *b1 = &(C->b); in g12() 192 StructB *b2 = &(D->b); in g12()
|
D | tbaa-ms-abi.cpp | 10 struct StructB : virtual StructA { struct 11 StructB(); 14 StructB::StructB() { in StructB() function in StructB
|
/external/go-cmp/cmp/internal/teststructs/ |
D | structs.go | 13 StructB struct{ X string } // Equal method on pointer receiver struct 25 StructB anonMember 51 *StructB anonMember 80 func (x *StructB) Equal(y *StructB) bool { return true } argument 97 a StructA, b StructB, c StructC, d StructD, e StructE, f StructF, 98 ap *StructA, bp *StructB, cp *StructC, dp *StructD, ep *StructE, fp *StructF, 117 b1.Equal(&b1.StructB) 124 b2.Equal(b2.StructB)
|
/external/skia/tests/sksl/spirv/ |
D | SpecializedFieldAccess.asm.frag | 6 OpName %StructB "StructB" 7 OpMemberName %StructB 0 "val" 19 OpMemberDecorate %StructB 0 Offset 0 37 %StructB = OpTypeStruct %float 38 %StructA = OpTypeStruct %StructB %float
|
/external/cronet/tot/third_party/abseil-cpp/absl/meta/ |
D | type_traits_test.cc | 70 struct StructB {}; struct 76 ReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT 82 ConvertibleToReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT 99 EXPECT_TRUE((BarIsCallable<TypeWithBarFunction, StructA&, const StructB&, in TEST() 102 (BarIsCallable<TypeWithBarFunction, StructA&, StructB&, StructC>::value)); in TEST() 104 (BarIsCallable<TypeWithBarFunction, StructA&, StructB, StructC>::value)); in TEST() 106 EXPECT_FALSE((BarIsCallable<int, StructA&, const StructB&, StructC>::value)); in TEST() 107 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction&, StructA&, const StructB&, in TEST() 109 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction, StructA, const StructB&, in TEST() 115 EXPECT_TRUE((BarIsCallableConv<TypeWithBarFunction, StructA&, const StructB&, in TEST() [all …]
|
/external/abseil-cpp/absl/meta/ |
D | type_traits_test.cc | 70 struct StructB {}; struct 76 ReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT 82 ConvertibleToReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT 99 EXPECT_TRUE((BarIsCallable<TypeWithBarFunction, StructA&, const StructB&, in TEST() 102 (BarIsCallable<TypeWithBarFunction, StructA&, StructB&, StructC>::value)); in TEST() 104 (BarIsCallable<TypeWithBarFunction, StructA&, StructB, StructC>::value)); in TEST() 106 EXPECT_FALSE((BarIsCallable<int, StructA&, const StructB&, StructC>::value)); in TEST() 107 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction&, StructA&, const StructB&, in TEST() 109 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction, StructA, const StructB&, in TEST() 115 EXPECT_TRUE((BarIsCallableConv<TypeWithBarFunction, StructA&, const StructB&, in TEST() [all …]
|
/external/cronet/stable/third_party/abseil-cpp/absl/meta/ |
D | type_traits_test.cc | 70 struct StructB {}; struct 76 ReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT 82 ConvertibleToReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT 99 EXPECT_TRUE((BarIsCallable<TypeWithBarFunction, StructA&, const StructB&, in TEST() 102 (BarIsCallable<TypeWithBarFunction, StructA&, StructB&, StructC>::value)); in TEST() 104 (BarIsCallable<TypeWithBarFunction, StructA&, StructB, StructC>::value)); in TEST() 106 EXPECT_FALSE((BarIsCallable<int, StructA&, const StructB&, StructC>::value)); in TEST() 107 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction&, StructA&, const StructB&, in TEST() 109 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction, StructA, const StructB&, in TEST() 115 EXPECT_TRUE((BarIsCallableConv<TypeWithBarFunction, StructA&, const StructB&, in TEST() [all …]
|
/external/angle/third_party/abseil-cpp/absl/meta/ |
D | type_traits_test.cc | 70 struct StructB {}; struct 76 ReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT 82 ConvertibleToReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT 95 EXPECT_TRUE((BarIsCallable<TypeWithBarFunction, StructA&, const StructB&, in TEST() 98 (BarIsCallable<TypeWithBarFunction, StructA&, StructB&, StructC>::value)); in TEST() 100 (BarIsCallable<TypeWithBarFunction, StructA&, StructB, StructC>::value)); in TEST() 102 EXPECT_FALSE((BarIsCallable<int, StructA&, const StructB&, StructC>::value)); in TEST() 103 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction&, StructA&, const StructB&, in TEST() 105 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction, StructA, const StructB&, in TEST()
|
/external/clang/test/Index/ |
D | complete-hiding.c | 5 struct StructB { }; struct 14 struct StructB { }; in f() struct
|
/external/openscreen/third_party/abseil/src/absl/meta/ |
D | type_traits_test.cc | 44 struct StructB {}; struct 50 ReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT 56 ConvertibleToReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT 73 EXPECT_TRUE((BarIsCallable<TypeWithBarFunction, StructA&, const StructB&, in TEST() 76 (BarIsCallable<TypeWithBarFunction, StructA&, StructB&, StructC>::value)); in TEST() 78 (BarIsCallable<TypeWithBarFunction, StructA&, StructB, StructC>::value)); in TEST() 80 EXPECT_FALSE((BarIsCallable<int, StructA&, const StructB&, StructC>::value)); in TEST() 81 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction&, StructA&, const StructB&, in TEST() 83 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction, StructA, const StructB&, in TEST() 89 EXPECT_TRUE((BarIsCallableConv<TypeWithBarFunction, StructA&, const StructB&, in TEST() [all …]
|
/external/skia/resources/sksl/spirv/ |
D | SpecializedFieldAccess.sksl | 1 struct StructB { 6 StructB structB;
|
/external/skia/tests/ |
D | RefCntTest.cpp | 309 struct StructB; in DEF_TEST() 311 sk_sp<StructB> b; in DEF_TEST() 314 struct StructB : public SkRefCnt { in DEF_TEST() struct 316 ~StructB() override {} // Some clang versions don't emit this implicitly. in DEF_TEST() argument 321 a->b.reset(new StructB); in DEF_TEST()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/meta/ |
D | type_traits_test.cc | 48 struct StructB {}; struct 54 ReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT 60 ConvertibleToReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT 77 EXPECT_TRUE((BarIsCallable<TypeWithBarFunction, StructA&, const StructB&, in TEST() 80 (BarIsCallable<TypeWithBarFunction, StructA&, StructB&, StructC>::value)); in TEST() 82 (BarIsCallable<TypeWithBarFunction, StructA&, StructB, StructC>::value)); in TEST() 84 EXPECT_FALSE((BarIsCallable<int, StructA&, const StructB&, StructC>::value)); in TEST() 85 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction&, StructA&, const StructB&, in TEST() 87 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction, StructA, const StructB&, in TEST() 93 EXPECT_TRUE((BarIsCallableConv<TypeWithBarFunction, StructA&, const StructB&, in TEST() [all …]
|
/external/go-cmp/cmp/ |
D | compare_test.go | 2053 x: ts.StructB{X: "NotEqual"}, 2054 y: ts.StructB{X: "not_equal"}, 2059 x: ts.StructB{X: "NotEqual"}, 2060 y: ts.StructB{X: "not_equal"}, 2066 x: &ts.StructB{X: "NotEqual"}, 2067 y: &ts.StructB{X: "not_equal"}, 2158 x: ts.StructB1{StructB: ts.StructB{X: "NotEqual"}, X: "equal"}, 2159 y: ts.StructB1{StructB: ts.StructB{X: "not_equal"}, X: "equal"}, 2165 x: ts.StructB1{StructB: ts.StructB{X: "NotEqual"}, X: "NotEqual"}, 2166 y: ts.StructB1{StructB: ts.StructB{X: "not_equal"}, X: "not_equal"}, [all …]
|
D | options_test.go | 41 args: []interface{}{ts.StructA{}, ts.StructB{}, ts.StructA{}}, 45 args: []interface{}{ts.StructA{}, &ts.StructB{}, ts.StructA{}},
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | validation_test_interfaces.mojom | 13 struct StructB { 83 Method2(StructB param0, StructA param1); 101 Method20(map<StructB, uint8> param0);
|
/external/go-cmp/cmp/testdata/ |
D | diffs | 1345 <<< TestDiff/EqualMethod/StructB/ValueInequal 1346 teststructs.StructB{ 1350 >>> TestDiff/EqualMethod/StructB/ValueInequal 1385 StructB: Inverse(Addr, &teststructs.StructB{X: "NotEqual"}), 1392 StructB: Inverse(Addr, &teststructs.StructB{X: "NotEqual"}), 1437 StructB: &{X: "NotEqual"}, 1444 StructB: &{X: "NotEqual"},
|
/external/bazelbuild-rules_go/third_party/ |
D | org_golang_x_tools-deletegopls.patch | 94579 - StructB 94583 - B *StructB 94587 - B StructB 94610 - StructB 94614 - B *StructB 94618 - B StructB 94627 - StructB: StructB{}, 94644 - StructB 94648 - B *StructB 94652 - B StructB [all …]
|