Searched defs:h8 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp144 Hex8 h8; member in struct:BuiltInTypes
167 io.mapRequired("h8", bt.h8);
195 "h8: 0xFF\n"
215 EXPECT_EQ(map.h8, Hex8(255));
241 map.h8 = 254;
269 EXPECT_EQ(map.h8, Hex8(254));

Completed in 71 milliseconds