Home
last modified time | relevance | path

Searched refs:MyUnion (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dcast-emit.c6 } MyUnion; typedef
7 void unionf(MyUnion a);
9 f((MyUnion)1.0f); in uniontest()
/external/clang/test/CodeGen/
Dcast-emit.c6 } MyUnion; typedef
7 void unionf(MyUnion a);
9 f((MyUnion)1.0f); in uniontest()
/external/python/cpython3/Lib/ctypes/test/
Dtest_cast.py94 class MyUnion(Union): class
96 self.assertRaises(TypeError, cast, array, MyUnion)