Home
last modified time | relevance | path

Searched defs:PointerUnionTest (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DPointerUnionTest.cpp20 float f;
21 int i;
22 double d;
23 long long l;
25 PU a, b, c, n;
26 PU3 i3, f3, l3;
27 PU4 i4, f4, l4, d4;
28 PU4 i4null, f4null, l4null, d4null;
30 PointerUnionTest() in PointerUnionTest() argument
61 TEST_F(PointerUnionTest, Null) { in TEST_F() argument
[all …]