Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_type.py45 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 …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Ddump.c6 struct teststruct { struct