/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib.hpp | 68 struct Traits : SIMDImpl::Traits struct 71 using IsaImpl = AVXImpl; 80 using Float = SIMD128Impl::Float; 81 using Double = SIMD128Impl::Double; 82 using Integer = SIMD128Impl::Integer; 83 using Vec4 = SIMD128Impl::Vec4; 84 using Mask = SIMD128Impl::Mask; 124 struct Traits : SIMDImpl::Traits struct 127 using IsaImpl = AVXImpl; 136 using Float = SIMD256Impl::Float; [all …]
|
/external/libcxx/test/libcxx/containers/associative/ |
D | tree_key_value_traits.pass.cpp | 21 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/ |
D | key_value_traits.pass.cpp | 21 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/llvm-project/libcxx/test/libcxx/containers/unord/ |
D | key_value_traits.pass.cpp | 20 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 28 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 36 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 44 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
|
/external/llvm-project/libcxx/test/libcxx/containers/associative/ |
D | tree_key_value_traits.pass.cpp | 20 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 28 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 36 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 44 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
D | source.pass.cpp | 101 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/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
D | source.pass.cpp | 103 struct Traits { in test_sfinae() struct 104 using iterator_category = std::input_iterator_tag; in test_sfinae() 105 using value_type = const char; in test_sfinae() 106 using pointer = const char*; in test_sfinae() 107 using reference = const char&; in test_sfinae() 108 using difference_type = std::ptrdiff_t; in test_sfinae()
|
/external/llvm-project/libcxx/test/std/namespace/ |
D | addressable_functions.sh.cpp | 102 typedef std::char_traits<char> Traits; in get_ostreammanip_tu1() typedef 117 typedef std::char_traits<wchar_t> Traits; in get_wostreammanip_tu1() typedef 132 typedef std::char_traits<char> Traits; in get_istreammanip_tu1() typedef 145 typedef std::char_traits<wchar_t> Traits; in get_wistreammanip_tu1() typedef
|
/external/llvm-project/llvm/unittests/DebugInfo/PDB/ |
D | HashTableTest.cpp | 50 IdentityHashTraits Traits; in TEST() local 68 IdentityHashTraits Traits; in TEST() local 84 IdentityHashTraits Traits; in TEST() local 107 IdentityHashTraits Traits; in TEST() local 127 IdentityHashTraits Traits; in TEST() local 142 IdentityHashTraits Traits; in TEST() local 243 FooBarHashTraits Traits; in TEST() local
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
D | source.pass.cpp | 193 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/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
D | source.pass.cpp | 194 struct Traits { in test_sfinae() struct 195 using iterator_category = std::input_iterator_tag; in test_sfinae() 196 using value_type = const char; in test_sfinae() 197 using pointer = const char*; in test_sfinae() 198 using reference = const char&; in test_sfinae() 199 using difference_type = std::ptrdiff_t; in test_sfinae()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | map_serialization.h | 24 using Traits = MapTraits<UserType>; variable 48 using Traits = typename Base::Traits; variable 68 using Traits = typename Base::Traits; variable
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/ |
D | string_alloc.pass.cpp | 54 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/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/ |
D | string_alloc.pass.cpp | 57 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef 67 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef 98 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef 108 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 222 const_iterator find_as(const Key &K, TraitsT &Traits) const { in find_as() 254 bool set_as(const Key &K, ValueT V, TraitsT &Traits) { in set_as() 259 ValueT get(const Key &K, TraitsT &Traits) const { in get() 277 bool set_as_internal(const Key &K, ValueT V, TraitsT &Traits, in set_as_internal() 305 void grow(TraitsT &Traits) { in grow()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 222 const_iterator find_as(const Key &K, TraitsT &Traits) const { in find_as() 254 bool set_as(const Key &K, ValueT V, TraitsT &Traits) { in set_as() 259 ValueT get(const Key &K, TraitsT &Traits) const { in get() 277 bool set_as_internal(const Key &K, ValueT V, TraitsT &Traits, in set_as_internal() 305 void grow(TraitsT &Traits) { in grow()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.append.pass.cpp | 291 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()
|
D | path.concat.pass.cpp | 303 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/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.append.pass.cpp | 290 struct Traits { in test_sfinae() struct 291 using iterator_category = std::input_iterator_tag; in test_sfinae() 292 using value_type = const char; in test_sfinae() 293 using pointer = const char*; in test_sfinae() 294 using reference = const char&; in test_sfinae() 295 using difference_type = std::ptrdiff_t; in test_sfinae()
|
D | path.concat.pass.cpp | 305 struct Traits { in test_sfinae() struct 306 using iterator_category = std::input_iterator_tag; in test_sfinae() 307 using value_type = const char; in test_sfinae() 308 using pointer = const char*; in test_sfinae() 309 using reference = const char&; in test_sfinae() 310 using difference_type = std::ptrdiff_t; in test_sfinae()
|
/external/skqp/src/core/ |
D | SkLRUCache.h | 90 struct Traits { struct 111 SkTHashTable<Entry*, K, Traits> fMap; argument
|
/external/skia/src/core/ |
D | SkLRUCache.h | 101 struct Traits { struct 122 SkTHashTable<Entry*, K, Traits> fMap; argument
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.traits/ |
D | promise_type.pass.cpp | 53 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/llvm-project/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.traits/ |
D | promise_type.pass.cpp | 54 using Traits = coro::coroutine_traits<T, Args...>; in check_type() typedef 61 using Traits = coro::coroutine_traits<T, Args...>; in check_no_type() typedef
|
/external/llvm-project/clang/include/clang/AST/ |
D | JSONNodeDumper.h | 131 const comments::CommandTraits *Traits; variable 189 const comments::CommandTraits *Traits) in JSONNodeDumper() 416 const comments::CommandTraits *Traits) in JSONDumper()
|