Searched refs:teststruct (Results 1 – 11 of 11) sorted by relevance
/external/clang/bindings/python/tests/cindex/ |
D | test_type.py | 30 teststruct = get_cursor(tu, 'teststruct') 31 assert teststruct is not None, "Could not find teststruct." 32 fields = list(teststruct.get_children()) 107 teststruct = get_cursor(tu, 'teststruct') 108 assert teststruct is not None, "Didn't find teststruct??" 109 fields = list(teststruct.get_children()) 346 teststruct = get_cursor(tu, 'a') 347 fields = list(teststruct.get_children()) 349 assert teststruct.type.get_align() == align 350 assert teststruct.type.get_size() == total [all …]
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | fsl-e500mc.ll | 10 %struct.teststruct = type { [12 x i32], i32 } 12 define void @copy(%struct.teststruct* noalias nocapture sret(%struct.teststruct) %agg.result, %stru… 16 %0 = bitcast %struct.teststruct* %agg.result to i8* 17 %1 = bitcast %struct.teststruct* %in to i8*
|
D | fsl-e5500.ll | 10 %struct.teststruct = type { [24 x i32], i32 } 12 define void @copy(%struct.teststruct* noalias nocapture sret(%struct.teststruct) %agg.result, %stru… 16 %0 = bitcast %struct.teststruct* %agg.result to i8* 17 %1 = bitcast %struct.teststruct* %in to i8*
|
/external/llvm-project/clang/bindings/python/tests/cindex/ |
D | test_type.py | 45 teststruct = get_cursor(tu, 'teststruct') 46 self.assertIsNotNone(teststruct, "Could not find teststruct.") 47 fields = list(teststruct.get_children()) 139 teststruct = get_cursor(tu, 'teststruct') 140 self.assertIsNotNone(teststruct, "Didn't find teststruct??") 141 fields = list(teststruct.get_children()) 375 teststruct = get_cursor(tu, 'a') 376 fields = list(teststruct.get_children()) 378 self.assertEqual(teststruct.type.get_align(), align) 379 self.assertEqual(teststruct.type.get_size(), total) [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fsl-e5500.ll | 10 %struct.teststruct = type { [24 x i32], i32 } 12 define void @copy(%struct.teststruct* noalias nocapture sret %agg.result, %struct.teststruct* nocap… 16 %0 = bitcast %struct.teststruct* %agg.result to i8* 17 %1 = bitcast %struct.teststruct* %in to i8*
|
D | fsl-e500mc.ll | 10 %struct.teststruct = type { [12 x i32], i32 } 12 define void @copy(%struct.teststruct* noalias nocapture sret %agg.result, %struct.teststruct* nocap… 16 %0 = bitcast %struct.teststruct* %agg.result to i8* 17 %1 = bitcast %struct.teststruct* %in to i8*
|
/external/clang/test/Sema/ |
D | complex-init-list.c | 24 struct teststruct { _Complex float x; }; argument 29 struct teststruct valid3 = { { 1.0f, 2.0f} }; // expected-warning {{specifying real and imaginary c… 36 struct teststruct invalid1 = { 1, 2 }; // expected-warning {{excess elements}}
|
/external/llvm-project/clang/test/Sema/ |
D | complex-init-list.c | 24 struct teststruct { _Complex float x; }; argument 29 struct teststruct valid3 = { { 1.0f, 2.0f} }; // expected-warning {{specifying real and imaginary c… 36 struct teststruct invalid1 = { 1, 2 }; // expected-warning {{excess elements}}
|
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_struct_sqlite/ |
D | main.c | 19 typedef struct teststruct { struct
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1769 struct teststruct { struct 1779 …return(strcmp((const char *)((struct teststruct *)string1)->key, (const char *)((struct teststruct… in compare_teststruct() argument 1808 struct teststruct tests[] = { in TestBounds() 1882 qsort(tests, arraySize, sizeof(struct teststruct), compare_teststruct); in TestBounds()
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 1519 struct teststruct { struct 1525 …return(strcmp((const char *)((struct teststruct *)string1)->key, (const char *)((struct teststruct… in compare_teststruct() argument 1547 struct teststruct tests[] = { in TestBounds() 1619 qsort(tests, arraySize, sizeof(struct teststruct), compare_teststruct); in TestBounds()
|