Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp47 template <> struct HexType<support::ulittle16_t> { using type = yaml::Hex16; }; struct
48 template <> struct HexType<support::ulittle32_t> { using type = yaml::Hex32; }; struct
49 template <> struct HexType<support::ulittle64_t> { using type = yaml::Hex64; }; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp47 template <> struct HexType<support::ulittle16_t> { using type = yaml::Hex16; }; argument
48 template <> struct HexType<support::ulittle32_t> { using type = yaml::Hex32; }; argument
49 template <> struct HexType<support::ulittle64_t> { using type = yaml::Hex64; }; struct