/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_type_traits.h | 20 struct true_type { struct 41 struct is_same<T, T> : public true_type {}; argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | PR77189.cpp | 9 struct true_type { struct 17 struct test<Value, 0> : true_type {}; argument
|
H A D | instantiate-incomplete-typo-suggested-error-limit.cpp | 32 using true_type = integral_constant<bool, true>; typedef
|
/llvm-project/clang/test/Headers/ |
H A D | arm64-apple-ios-types.cpp | 4 struct true_type { struct 13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
|
H A D | x86_64-apple-macosx-types.cpp | 4 struct true_type { struct 13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
|
H A D | thumbv7-apple-ios-types.cpp | 4 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 D | modules-pruning.cpp | 37 struct true_type { struct 38 static const bool value = true;
|
/llvm-project/clang/test/SemaCXX/ |
H A D | int-ptr-cast-SFINAE.cpp | 9 struct true_type { static const bool value = true; }; struct
|
H A D | builtins-elementwise-math.cpp | 4 struct true_type { struct 13 template <class T> struct is_const<const T> : true_type {}; argument
|
/llvm-project/libcxx/test/support/ |
H A D | charconv_test_helpers.h | 48 _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 D | memory_impl.h | 45 /*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 D | algorithm_impl.h | 49 /*__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 D | utils.h | 43 __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 D | numeric_impl.h | 49 /*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 D | RConversionRuleParser.h | 2 typedef integral_constant<bool, true> true_type; typedef
|
/llvm-project/libc/src/__support/CPP/type_traits/ |
H A D | true_type.h | 16 using true_type = cpp::bool_constant<true>; global() variable
|
/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/ |
H A D | stress_test_metafunctions.sh.cpp | 52 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 D | to_chars_integral.h | 51 __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 D | quiet_NaN.pass.cpp | 22 test_imp(std::true_type) in test_imp()
|
H A D | signaling_NaN.pass.cpp | 22 test_imp(std::true_type) in test_imp()
|
/llvm-project/libcxx/include/__memory/ |
H A D | swap_allocator.h | 25 …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 D | integral_constant.h | 13 using true_type = integral_constant<bool, true>; variable
|
H A D | system-header-simulation.h | 15 using true_type = bool_constant<true>; variable
|
/llvm-project/libcxx/include/__type_traits/ |
H A D | integral_constant.h | 34 typedef integral_constant<bool, true> true_type; global() typedef
|
/llvm-project/third-party/unittest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 363 std::true_type /* convertible_to_matcher */, in CastImpl() 381 std::true_type /* convertible_to_T */) { in CastImpl()
|