Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Dmethod-lookup-3.m62 @interface Test3B - (struct test3b) test3; @end interface
/external/llvm-project/clang/test/SemaObjC/
Dmethod-lookup-3.m62 @interface Test3B - (struct test3b) test3; @end interface
/external/python/cpython3/Lib/ctypes/test/
Dtest_structures.py506 class Test3B(Test3A): class
539 s = Test3B()
548 func.argtypes = (Test3B,)
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c102 } Test3B; typedef
119 _testfunc_array_in_struct2a(Test3B in) in _testfunc_array_in_struct2a()