/external/clang/test/Analysis/ |
D | initializer.cpp | 153 struct MyStruct { struct 154 MyStruct(int i); 155 MyStruct(OtherStruct os); 161 const MyStruct &myStruct(5); in referenceInitializeLocal() 166 const MyStruct &myStruct1(5), myStruct2(5), &myStruct3(5); in referenceInitializeMultipleLocals() 173 const MyStruct &myStruct(OtherStruct(5)); in referenceInitializeLocalWithCleanup() 178 const MyStruct &ms; // expected-note {{reference member declared here}} 179 const MyStruct &msWithCleanups; // expected-note {{reference member declared here}}
|
/external/compiler-rt/test/tsan/Darwin/ |
D | libcxx-shared-ptr-recursive.mm | 14 struct MyStruct { 16 ~MyStruct() { 17 fprintf(stderr, "~MyStruct\n"); 25 std::shared_ptr<MyStruct> shared(new MyStruct()); 33 // CHECK: ~MyStruct
|
D | libcxx-shared-ptr.mm | 12 struct MyStruct { struct 16 ~MyStruct() { 26 std::shared_ptr<MyStruct> shared(new MyStruct()); argument 30 std::weak_ptr<MyStruct> weak(shared); 34 std::shared_ptr<MyStruct> strong = weak.lock();
|
D | libcxx-shared-ptr-stress.mm | 15 struct MyStruct { struct 24 virtual ~MyStruct() { argument 39 std::shared_ptr<MyStruct> shared(new MyStruct()); argument 40 std::weak_ptr<MyStruct> weak(shared); 44 std::shared_ptr<MyStruct> shared_copy(shared); 50 std::shared_ptr<MyStruct> weak_copy = weak.lock();
|
D | gcd-groups-destructor.mm | 11 struct MyStruct { struct 12 virtual ~MyStruct() { 25 std::shared_ptr<MyStruct> shared(new MyStruct()); argument
|
/external/clang/test/CodeGenObjCXX/ |
D | property-reference.mm | 4 struct MyStruct { struct 11 MyStruct _foo; argument 14 @property (assign, readwrite) const MyStruct& foo; 16 - (const MyStruct&) foo; 17 - (void) setFoo:(const MyStruct&)inFoo; argument 22 MyStruct myStruct; 26 const MyStruct& currentMyStruct = myClass.foo; 29 // CHECK: [[C:%.*]] = call dereferenceable({{[0-9]+}}) %struct.MyStruct* bitcast (i8* (i8*, i8*, ..… 30 // CHECK: store %struct.MyStruct* [[C]], %struct.MyStruct** [[D:%.*]]
|
/external/llvm/test/CodeGen/NVPTX/ |
D | globals_lowering.ll | 3 %MyStruct = type { i32, i32, float } 4 @Gbl = internal addrspace(3) global [1024 x %MyStruct] zeroinitializer 10 …d float, float addrspace(3)* getelementptr inbounds ([1024 x %MyStruct], [1024 x %MyStruct] addrsp… 13 …at %add, float addrspace(3)* getelementptr inbounds ([1024 x %MyStruct], [1024 x %MyStruct] addrsp…
|
/external/llvm/test/Transforms/LoopDataPrefetch/AArch64/ |
D | opt-remark.ll | 10 ; 1 struct MyStruct { 15 ; 6 int f(struct MyStruct *p, int N) { 25 %struct.MyStruct = type { i32, [2044 x i8] } 27 @my_struct = common global %struct.MyStruct* null, align 8 29 define i32 @f(%struct.MyStruct* nocapture readnone %p, i32 %N) !dbg !6 { 35 %0 = load %struct.MyStruct*, %struct.MyStruct** @my_struct, align 8, !dbg !10, !tbaa !11 45 …%field = getelementptr inbounds %struct.MyStruct, %struct.MyStruct* %0, i64 %indvars.iv, i32 0, !d… 76 !18 = !{!"MyStruct", !19, i64 0, !13, i64 4}
|
/external/llvm/test/Transforms/GVN/ |
D | pre-new-inst.ll | 3 %MyStruct = type { i32, i32 } 5 %addr = alloca %MyStruct 14 %addr64 = bitcast %MyStruct* %addr to i64* 19 %addr32 = getelementptr %MyStruct, %MyStruct* %addr, i32 0, i32 0
|
/external/eigen/test/ |
D | dynalloc.cpp | 69 struct MyStruct struct 151 MyStruct foo0; VERIFY(internal::UIntPtr(foo0.avec.data())%ALIGNMENT==0); in test_dynalloc() 158 MyStruct *foo0 = new MyStruct(); VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc() 168 MyStruct *foo0 = new MyStruct[N]; VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc()
|
/external/compiler-rt/test/BlocksRuntime/ |
D | josh.C | 11 struct MyStruct { struct 19 MyStruct first; // works in test() argument 22 MyStruct inner; // fails to compile! in test()
|
D | objectassign.c | 36 struct MyStruct { struct 41 typedef struct MyStruct *__attribute__((NSObject)) MyStruct_t; argument 49 struct MyStruct X; in main()
|
D | objectRRGC.c | 37 struct MyStruct { struct 42 typedef struct MyStruct *__attribute__((NSObject)) MyStruct_t; argument 46 struct MyStruct X; in main()
|
/external/clang/test/CodeGen/ |
D | address-space.c | 33 } MyStruct; typedef 38 void test4(MyStruct __attribute__((address_space(2))) *pPtr) { in test4() 39 MyStruct s = pPtr[0]; in test4()
|
D | 2007-04-05-UnPackedStruct.c | 9 struct MyStruct { struct 15 struct MyStruct MS = { tB, 0 }; in bar() argument
|
D | 2007-04-05-PackedStruct.c | 10 struct MyStruct { struct 17 struct MyStruct MS = { tB, 0 }; in bar() argument
|
/external/clang/test/SemaCXX/ |
D | warn-unused-local-typedef.cpp | 230 struct MyStruct { }; in placement_new_and_delete() struct 231 char memory[sizeof(MyStruct)]; in placement_new_and_delete() 234 typedef MyStruct A_t1; in placement_new_and_delete() 235 MyStruct *a = new (p) A_t1(); in placement_new_and_delete() 237 typedef MyStruct A_t2; in placement_new_and_delete()
|
/external/clang/test/CodeGenCUDA/ |
D | address-spaces.cu | 17 struct MyStruct { struct 45 __shared__ MyStruct a; in func0() 46 MyStruct *ap = &a; // composite type in func0()
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | array_types.ll | 54 %MyStruct = type { i32, i32, [3 x i32] } 56 define i32 @ArrayInStruct(%MyStruct %s) sanitize_memory { 57 %x = extractvalue %MyStruct %s, 2, 1
|
/external/fmtlib/doc/ |
D | api.rst | 71 struct MyStruct { double a, b; }; 74 const char *&format_str, const MyStruct &s) { 75 f.writer().write("[MyStruct: a={:.1f}, b={:.2f}]", s.a, s.b); 78 MyStruct m = { 1, 2 }; 80 // s == "m=[MyStruct: a=1.0, b=2.00]"
|
/external/clang/test/Index/Inputs/ |
D | foo.h | 6 struct MyStruct { struct
|
D | t2.c | 9 struct MyStruct *ms; in bar_func()
|
D | t1.c | 24 struct MyStruct ms; in field_test()
|
/external/clang/test/Index/ |
D | usrs.m | 18 } MyStruct; typedef 119 // CHECK: usrs.m c:@SA@MyStruct Extent=[15:9 - 18:2] 120 // CHECK: usrs.m c:@SA@MyStruct@FI@wa Extent=[16:3 - 16:9] 121 // CHECK: usrs.m c:@SA@MyStruct@FI@moo Extent=[17:3 - 17:10] 122 // CHECK: usrs.m c:usrs.m@T@MyStruct Extent=[15:1 - 18:11] 194 // CHECK-source: usrs.m:18:3: TypedefDecl=MyStruct:18:3 (Definition) Extent=[15:1 - 18:11]
|
/external/llvm/docs/ |
D | GetElementPtr.rst | 147 %MyStruct = uninitialized global { float*, i32 } 149 %idx = getelementptr { float*, i32 }, { float*, i32 }* %MyStruct, i64 0, i32 1 152 structure ``%MyStruct``. When people first look at it, they wonder why the ``i64 157 #. The type of ``%MyStruct`` is *not* ``{ float*, i32 }`` but rather ``{ float*, 158 i32 }*``. That is, ``%MyStruct`` is a pointer to a structure containing a 162 instruction (``%MyStruct``) which is ``{ float*, i32 }*``. 165 ``%MyStruct``. Since the first argument to the GEP instruction must always
|