Home
last modified time | relevance | path

Searched refs:teststruct (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/bindings/python/tests/cindex/
H A Dtest_type.py25 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 Dcomplex-init-list.c24 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 Dfsl-e5500.ll10 %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 Dfsl-e500mc.ll10 %struct.teststruct = type { [12 x i32], i32 }
12 define void @copy(ptr noalias nocapture sret(%struct.teststruct) %agg.result, ptr nocapture %in) no…