Home
last modified time | relevance | path

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

123

/llvm-project/libcxx/test/libcxx/containers/unord/
H A Dkey_value_traits.pass.cpp20 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 Dtree_key_value_traits.pass.cpp20 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 Dsource.pass.cpp107 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 Daddressable_functions.sh.cpp109 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 Dsource.pass.cpp198 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 DHashTableTest.cpp51 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 Dranges_destroy.pass.cpp57 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 Dranges_destroy_at.pass.cpp65 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 Dranges_destroy_n.pass.cpp53 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 Dstring_alloc.pass.cpp67 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 DHashTable.h218 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 Dpath.append.pass.cpp352 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 Dpath.concat.pass.cpp320 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 Dpromise_type.pass.cpp50 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 DCommentBriefParser.h32 const CommandTraits &Traits; variable
H A DJSONNodeDumper.h131 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 Dassert.deallocate.pass.cpp29 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 Dgeneric_string_alloc.pass.cpp45 using Traits = std::char_traits<CharT>; in doAllocTest() typedef
/llvm-project/libcxx/test/std/input.output/syncstream/osyncstream/
H A Dassign.pass.cpp29 using Traits = std::char_traits<CharT>; in test() typedef
/llvm-project/libcxx/test/std/strings/string.view/string.view.comparison/
H A Dless_equal.pass.cpp35 typedef typename SV::traits_type Traits; in test() typedef
H A Dequal.pass.cpp35 typedef typename SV::traits_type Traits; in test() typedef
H A Dgreater_equal.pass.cpp35 typedef typename SV::traits_type Traits; in test() typedef
H A Dnot_equal.pass.cpp35 typedef typename SV::traits_type Traits; in test() typedef
H A Dless.pass.cpp35 typedef typename SV::traits_type Traits; in test() typedef
H A Dgreater.pass.cpp35 typedef typename SV::traits_type Traits; in test() typedef

123