Searched refs:teststruct (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/bindings/python/tests/cindex/ |
H A D | test_type.py | 25 struct teststruct { 40 struct teststruct { 50 teststruct = get_cursor(tu, "teststruct") 51 self.assertIsNotNone(teststruct, "Could not find teststruct.") 52 fields = list(teststruct.get_children()) 148 teststruct = get_cursor(tu, "teststruct") 149 self.assertIsNotNone(teststruct, "Did [all...] |
/llvm-project/clang/test/Sema/ |
H A D | complex-init-list.c | 24 struct teststruct { _Complex float x; }; argument 30 struct teststruct valid3 = { { 1.0f, 2.0f} }; // expected-warning {{specifying real and imaginary c… 38 struct teststruct invalid1 = { 1, 2 }; // expected-warning {{excess elements}}
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | fsl-e5500.ll | 10 %struct.teststruct = type { [24 x i32], i32 } 12 define void @copy(ptr noalias nocapture sret(%struct.teststruct) %agg.result, ptr nocapture %in) no…
|
H A D | fsl-e500mc.ll | 10 %struct.teststruct = type { [12 x i32], i32 } 12 define void @copy(ptr noalias nocapture sret(%struct.teststruct) %agg.result, ptr nocapture %in) no…
|