Home
last modified time | relevance | path

Searched defs:Traits (Results 1 – 25 of 71) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib.hpp69 struct Traits : SIMDImpl::Traits struct
72 using IsaImpl = AVXImpl;
81 using Float = SIMD128Impl::Float;
82 using Double = SIMD128Impl::Double;
83 using Integer = SIMD128Impl::Integer;
84 using Vec4 = SIMD128Impl::Vec4;
85 using Mask = SIMD128Impl::Mask;
126 struct Traits : SIMDImpl::Traits struct
129 using IsaImpl = AVXImpl;
138 using Float = SIMD256Impl::Float;
[all …]
/external/libcxx/test/libcxx/containers/associative/
Dtree_key_value_traits.pass.cpp21 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
29 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
37 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
45 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
/external/libcxx/test/libcxx/containers/unord/
Dkey_value_traits.pass.cpp21 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
29 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
37 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
45 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
Dsource.pass.cpp101 struct Traits { in test_sfinae() struct
102 using iterator_category = std::input_iterator_tag; in test_sfinae()
103 using value_type = const char; in test_sfinae()
104 using pointer = const char*; in test_sfinae()
105 using reference = const char&; in test_sfinae()
106 using difference_type = std::ptrdiff_t; in test_sfinae()
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp193 struct Traits { in test_sfinae() struct
194 using iterator_category = std::input_iterator_tag; in test_sfinae()
195 using value_type = const char; in test_sfinae()
196 using pointer = const char*; in test_sfinae()
197 using reference = const char&; in test_sfinae()
198 using difference_type = std::ptrdiff_t; in test_sfinae()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dmap_serialization.h24 using Traits = MapTraits<UserType>; variable
48 using Traits = typename Base::Traits; variable
68 using Traits = typename Base::Traits; variable
Dnative_struct_serialization.h58 using Traits = IPC::ParamTraits<UserType>; member
Dnative_enum_serialization.h25 using Traits = IPC::ParamTraits<UserType>; member
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/
Dstring_alloc.pass.cpp54 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef
64 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef
95 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef
105 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef
/external/skqp/src/core/
DSkLRUCache.h90 struct Traits { struct
111 SkTHashTable<Entry*, K, Traits> fMap; argument
/external/skia/src/core/
DSkLRUCache.h90 struct Traits { struct
111 SkTHashTable<Entry*, K, Traits> fMap; argument
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.append.pass.cpp291 struct Traits { in test_sfinae() struct
292 using iterator_category = std::input_iterator_tag; in test_sfinae()
293 using value_type = const char; in test_sfinae()
294 using pointer = const char*; in test_sfinae()
295 using reference = const char&; in test_sfinae()
296 using difference_type = std::ptrdiff_t; in test_sfinae()
Dpath.concat.pass.cpp303 struct Traits { in test_sfinae() struct
304 using iterator_category = std::input_iterator_tag; in test_sfinae()
305 using value_type = const char; in test_sfinae()
306 using pointer = const char*; in test_sfinae()
307 using reference = const char&; in test_sfinae()
308 using difference_type = std::ptrdiff_t; in test_sfinae()
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.traits/
Dpromise_type.pass.cpp53 using Traits = coro::coroutine_traits<T, Args...>; in check_type() typedef
60 using Traits = coro::coroutine_traits<T, Args...>; in check_no_type() typedef
/external/clang/include/clang/AST/
DCommentBriefParser.h33 const CommandTraits &Traits; variable
DCommentSema.h45 CommandTraits &Traits; variable
DCommentParser.h52 const CommandTraits &Traits; variable
/external/eigen/Eigen/src/Core/
DBooleanRedux.h20 typedef typename Derived::ExpressionTraits Traits; typedef
DTranspositions.h18 typedef internal::traits<Derived> Traits; typedef
/external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Ddb_deallocate.pass.cpp33 using Traits = std::allocator_traits<Alloc>; in main() typedef
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/
Dgeneric_string_alloc.pass.cpp41 using Traits = std::char_traits<CharT>; in main() typedef
/external/libcxx/test/std/input.output/filesystems/class.path/path.itr/
Diterator.pass.cpp40 using Traits = std::iterator_traits<It>; in checkIteratorConcepts() typedef
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dallocate.pass.cpp51 using Traits = std::allocator_traits<Alloc>; in testAllocForSizeThrows() typedef
/external/clang/unittests/AST/
DCommentParser.cpp51 CommandTraits Traits; member in clang::comments::__anon320555580111::CommentParserTest
161 const CommandTraits &Traits, in HasBlockCommandAt()
183 const CommandTraits &Traits, in HasParamCommandAt()
231 const CommandTraits &Traits, in HasTParamCommandAt()
264 const CommandTraits &Traits, in HasInlineCommandAt()
284 const CommandTraits &Traits, in HasInlineCommandAt()
302 const CommandTraits &Traits, in HasInlineCommandAt()
462 const CommandTraits &Traits, in HasVerbatimBlockAt()
491 const CommandTraits &Traits, in HasVerbatimBlockAt()
511 const CommandTraits &Traits, in HasVerbatimBlockAt()
[all …]
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dunderflow.pass.cpp115 typedef std::char_traits<wchar_t> Traits; in main() typedef

123