Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node_options.h84 template <class... Options> struct extract_tag;
86 struct extract_tag<ilist_tag<Tag>, Options...> {
90 struct extract_tag<Option1, Options...> : extract_tag<Options...> {};
91 template <> struct extract_tag<> { typedef void type; };
126 typename extract_tag<Options...>::type>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_node_options.h82 template <class... Options> struct extract_tag;
84 struct extract_tag<ilist_tag<Tag>, Options...> {
88 struct extract_tag<Option1, Options...> : extract_tag<Options...> {};
89 template <> struct extract_tag<> { typedef void type; };
124 typename extract_tag<Options...>::type>
/third_party/boost/boost/lockfree/detail/
Dtagged_ptr_ptrcompression.hpp47 static tag_t extract_tag(volatile compressed_ptr_t const & i) in extract_tag() function in boost::lockfree::detail::tagged_ptr
129 return extract_tag(ptr); in get_tag()