Home
last modified time | relevance | path

Searched defs:true_type (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.h20 struct true_type { struct
41 struct is_same<T, T> : public true_type {}; argument
/llvm-project/clang/test/SemaTemplate/
H A DPR77189.cpp9 struct true_type { struct
17 struct test<Value, 0> : true_type {}; argument
H A Dinstantiate-incomplete-typo-suggested-error-limit.cpp32 using true_type = integral_constant<bool, true>; typedef
/llvm-project/clang/test/Headers/
H A Darm64-apple-ios-types.cpp4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
H A Dx86_64-apple-macosx-types.cpp4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
H A Dthumbv7-apple-ios-types.cpp4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
/llvm-project/llvm/test/tools/dsymutil/X86/
H A Dmodules-pruning.cpp37 struct true_type { struct
38 static const bool value = true;
/llvm-project/clang/test/SemaCXX/
H A Dint-ptr-cast-SFINAE.cpp9 struct true_type { static const bool value = true; }; struct
H A Dbuiltins-elementwise-math.cpp4 struct true_type { struct
13 template <class T> struct is_const<const T> : true_type {}; argument
/llvm-project/libcxx/test/support/
H A Dcharconv_test_helpers.h48 _fits_in(T, true_type /* non-narrowing*/, ...) in _fits_in() argument
55 _fits_in(T v, false_type, true_type /* T signed*/, true_type /* X signed */) in _fits_in() argument
62 _fits_in(T v, false_type, true_type /* T signed */, false_type /* X unsigned*/) in _fits_in() argument
/llvm-project/pstl/include/pstl/internal/
H A Dmemory_impl.h45 /*vector=*/std::true_type) noexcept in __brick_uninitialized_move()
68 …oy(_RandomAccessIterator __first, _RandomAccessIterator __last, /*vector*/ std::true_type) noexcept in __brick_destroy()
96 /*vector=*/std::true_type) noexcept in __brick_uninitialized_copy()
H A Dalgorithm_impl.h49 /*__is_vector=*/std::true_type) noexcept in __brick_any_of()
104 /*vector=*/std::true_type) noexcept in __brick_walk1()
170 /*vectorTag=*/std::true_type) noexcept in __brick_walk1_n()
235 /*vector=*/std::true_type) noexcept in __brick_walk2()
253 /*vector=*/std::true_type) noexcept in __brick_walk2_n()
377 _RandomAccessIterator3 __first3, _Function __f, /*vector=*/std::true_type) noexcept in __brick_walk3()
428 … _RandomAccessIterator2 __last2, _BinaryPredicate __p, /* is_vector = */ std::true_type) noexcept in __brick_equal()
484 _BinaryPredicate __p, /* is_vector = */ std::true_type) noexcept in __brick_equal()
529 /*is_vector=*/std::true_type) noexcept in __brick_find_if()
671 … _RandomAccessIterator2 __s_last, _BinaryPredicate __pred, /*__is_vector=*/std::true_type) noexcept in __brick_find_end()
[all …]
H A Dutils.h43 __invoke_if(std::true_type, _Fp __f) in __invoke_if()
61 void __invoke_if_not(std::true_type, _Fp) in __invoke_if_not()
H A Dnumeric_impl.h49 /*is_vector=*/std::true_type) noexcept in __brick_transform_reduce()
111 /*is_vector=*/std::true_type) noexcept in __brick_transform_reduce()
177 /*Inclusive*/ std::true_type, /*is_vector=*/std::false_type) noexcept in __brick_transform_scan()
200 /*is_vector=*/std::true_type) noexcept in __brick_transform_scan()
217 /*is_vector=*/std::true_type) noexcept in __brick_transform_scan()
329 /*is_vector=*/std::true_type) noexcept in __brick_adjacent_difference()
/llvm-project/clang/test/Modules/Inputs/PR27754/
H A DRConversionRuleParser.h2 typedef integral_constant<bool, true> true_type; typedef
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dtrue_type.h16 using true_type = cpp::bool_constant<true>; global() variable
/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_metafunctions.sh.cpp52 void Foo3(TEST_AND < REPEAT_1000(TRUE_T) true_type, false_type > t3) { sink(&t3); } in Foo3()
53 … Foo4(TEST_AND < REPEAT_1000(TRUE_T) REPEAT_1000(TRUE_T) true_type, false_type > t4) { sink(&t4); } in Foo4()
/llvm-project/libcxx/include/__charconv/
H A Dto_chars_integral.h51 __to_chars_itoa(char * __first,char * __last,_Tp __value,true_type) __to_chars_itoa() argument
100 __to_chars_integral(char * __first,char * __last,_Tp __value,int __base,true_type) __to_chars_integral() argument
/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
H A Dquiet_NaN.pass.cpp22 test_imp(std::true_type) in test_imp()
H A Dsignaling_NaN.pass.cpp22 test_imp(std::true_type) in test_imp()
/llvm-project/libcxx/include/__memory/
H A Dswap_allocator.h25 …FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 void __swap_allocator(_Alloc& __a1, _Alloc& __a2, true_type) in __swap_allocator() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/
H A Dintegral_constant.h13 using true_type = integral_constant<bool, true>; variable
H A Dsystem-header-simulation.h15 using true_type = bool_constant<true>; variable
/llvm-project/libcxx/include/__type_traits/
H A Dintegral_constant.h34 typedef integral_constant<bool, true> true_type; global() typedef
/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h363 std::true_type /* convertible_to_matcher */, in CastImpl()
381 std::true_type /* convertible_to_T */) { in CastImpl()

12