Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp86 template <typename T, typename... U> struct __length { struct in Ice::ARM32::__anon8557af0e0111::SizeOf
87 static constexpr std::size_t value = 1 + __length<U...>::value;
90 template <typename T> struct __length<T> { struct in Ice::ARM32::__anon8557af0e0111::SizeOf
91 static constexpr std::size_t value = 1;