/llvm-project/libcxx/test/libcxx/containers/unord/ |
H A D | key_value_traits.pass.cpp | 20 typedef std::__hash_key_value_types<Tp> Traits; testKeyValueTrait() typedef 28 typedef std::__hash_key_value_types<Tp> Traits; testKeyValueTrait() typedef 36 typedef std::__hash_key_value_types<Tp> Traits; testKeyValueTrait() typedef 44 typedef std::__hash_key_value_types<Tp> Traits; testKeyValueTrait() typedef [all...] |
/llvm-project/libcxx/test/libcxx/containers/associative/ |
H A D | tree_key_value_traits.pass.cpp | 20 typedef std::__tree_key_value_types<Tp> Traits; testKeyValueTrait() typedef 28 typedef std::__tree_key_value_types<Tp> Traits; testKeyValueTrait() typedef 36 typedef std::__tree_key_value_types<Tp> Traits; testKeyValueTrait() typedef 44 typedef std::__tree_key_value_types<Tp> Traits; testKeyValueTrait() typedef [all...] |
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
H A D | source.pass.cpp | 107 struct Traits { in test_sfinae() struct 108 using iterator_category = std::input_iterator_tag; in test_sfinae() 109 using value_type = const char; in test_sfinae() 110 using pointer = const char*; in test_sfinae() 111 using reference = const char&; in test_sfinae() 112 using difference_type = std::ptrdiff_t; in test_sfinae()
|
/llvm-project/libcxx/test/std/namespace/ |
H A D | addressable_functions.sh.cpp | 109 typedef std::char_traits<char> Traits; in get_ostreammanip_tu1() typedef 125 typedef std::char_traits<wchar_t> Traits; in get_wostreammanip_tu1() typedef 141 typedef std::char_traits<char> Traits; in get_istreammanip_tu1() typedef 155 typedef std::char_traits<wchar_t> Traits; in get_wistreammanip_tu1() typedef
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
H A D | source.pass.cpp | 198 struct Traits { in test_sfinae() struct 199 using iterator_category = std::input_iterator_tag; in test_sfinae() 200 using value_type = const char; in test_sfinae() 201 using pointer = const char*; in test_sfinae() 202 using reference = const char&; in test_sfinae() 203 using difference_type = std::ptrdiff_t; in test_sfinae()
|
/llvm-project/llvm/unittests/DebugInfo/PDB/ |
H A D | HashTableTest.cpp | 51 IdentityHashTraits Traits; in TEST() local 69 IdentityHashTraits Traits; in TEST() local 85 IdentityHashTraits Traits; in TEST() local 108 IdentityHashTraits Traits; in TEST() local 128 IdentityHashTraits Traits; in TEST() local 143 IdentityHashTraits Traits; in TEST() local 244 FooBarHashTraits Traits; in TEST() local
|
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/ |
H A D | ranges_destroy.pass.cpp | 57 using Traits = std::allocator_traits<decltype(alloc)>; in test() typedef 76 using Traits = std::allocator_traits<decltype(alloc)>; in test() typedef 108 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef 133 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef 160 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef 188 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef
|
H A D | ranges_destroy_at.pass.cpp | 65 using Traits = std::allocator_traits<decltype(alloc)>; in test() typedef 84 using Traits = std::allocator_traits<decltype(alloc)>; in test() typedef 108 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef 128 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef
|
H A D | ranges_destroy_n.pass.cpp | 53 using Traits = std::allocator_traits<decltype(alloc)>; in test() typedef 84 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef 110 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef
|
/llvm-project/libcxx/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/ |
H A D | string_alloc.pass.cpp | 67 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef 77 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef 119 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef 129 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 218 const_iterator find_as(const Key &K, TraitsT &Traits) const { in find_as() 250 bool set_as(const Key &K, ValueT V, TraitsT &Traits) { in set_as() 255 ValueT get(const Key &K, TraitsT &Traits) const { in get() 273 bool set_as_internal(const Key &K, ValueT V, TraitsT &Traits, in set_as_internal() 301 void grow(TraitsT &Traits) { in grow()
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
H A D | path.append.pass.cpp | 352 struct Traits { in test_sfinae() struct 353 using iterator_category = std::input_iterator_tag; in test_sfinae() 354 using value_type = const char; in test_sfinae() 355 using pointer = const char*; in test_sfinae() 356 using reference = const char&; in test_sfinae() 357 using difference_type = std::ptrdiff_t; in test_sfinae()
|
H A D | path.concat.pass.cpp | 320 struct Traits { in test_sfinae() struct 321 using iterator_category = std::input_iterator_tag; in test_sfinae() 322 using value_type = const char; in test_sfinae() 323 using pointer = const char*; in test_sfinae() 324 using reference = const char&; in test_sfinae() 325 using difference_type = std::ptrdiff_t; in test_sfinae()
|
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.traits/ |
H A D | promise_type.pass.cpp | 50 using Traits = std::coroutine_traits<T, Args...>; in check_type() typedef 57 using Traits = std::coroutine_traits<T, Args...>; in check_no_type() typedef
|
/llvm-project/clang/include/clang/AST/ |
H A D | CommentBriefParser.h | 32 const CommandTraits &Traits; variable
|
H A D | JSONNodeDumper.h | 131 const comments::CommandTraits *Traits; variable 190 const comments::CommandTraits *Traits) in JSONNodeDumper() argument 441 JSONDumper(raw_ostream & OS,const SourceManager & SrcMgr,ASTContext & Ctx,const PrintingPolicy & PrintPolicy,const comments::CommandTraits * Traits) JSONDumper() argument
|
/llvm-project/libcxx/test/libcxx/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/ |
H A D | assert.deallocate.pass.cpp | 29 using Traits = std::allocator_traits<Alloc>; in main() typedef
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/ |
H A D | generic_string_alloc.pass.cpp | 45 using Traits = std::char_traits<CharT>; in doAllocTest() typedef
|
/llvm-project/libcxx/test/std/input.output/syncstream/osyncstream/ |
H A D | assign.pass.cpp | 29 using Traits = std::char_traits<CharT>; in test() typedef
|
/llvm-project/libcxx/test/std/strings/string.view/string.view.comparison/ |
H A D | less_equal.pass.cpp | 35 typedef typename SV::traits_type Traits; in test() typedef
|
H A D | equal.pass.cpp | 35 typedef typename SV::traits_type Traits; in test() typedef
|
H A D | greater_equal.pass.cpp | 35 typedef typename SV::traits_type Traits; in test() typedef
|
H A D | not_equal.pass.cpp | 35 typedef typename SV::traits_type Traits; in test() typedef
|
H A D | less.pass.cpp | 35 typedef typename SV::traits_type Traits; in test() typedef
|
H A D | greater.pass.cpp | 35 typedef typename SV::traits_type Traits; in test() typedef
|