Searched refs:teststruct (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A 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*
|
| H A 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*
|
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A 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') 141 fields = list(teststruct.get_children()) 375 teststruct = get_cursor(tu, 'a') 376 fields = list(teststruct.get_children()) 379 self.assertEqual(teststruct.type.get_size(), total) 411 teststruct = get_cursor(tu, 'Test') 412 children = list(teststruct.get_children()) [all …]
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A 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}}
|