/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_type_traits.h | 24 struct false_type { struct 38 struct is_same : public false_type {}; argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | PR77189.cpp | 5 struct false_type { struct 14 struct test : false_type {}; argument
|
H A D | instantiate-incomplete-typo-suggested-error-limit.cpp | 33 using false_type = integral_constant<bool, false>; typedef
|
H A D | overload-candidates.cpp | 90 typedef integral_constant<bool, false> false_type; typedef
|
/llvm-project/libcxx/test/support/ |
H A D | charconv_test_helpers.h | 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 69 _fits_in(T v, false_type, false_type /* T unsigned */, ...) in _fits_in() argument
|
/llvm-project/clang/test/Headers/ |
H A D | arm64-apple-ios-types.cpp | 8 struct false_type { struct 12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
|
H A D | x86_64-apple-macosx-types.cpp | 8 struct false_type { struct 12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
|
H A D | thumbv7-apple-ios-types.cpp | 8 struct false_type { struct 12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
|
/llvm-project/llvm/test/tools/dsymutil/X86/ |
H A D | modules-pruning.cpp | 34 struct false_type { struct 35 static const bool value = false;
|
/llvm-project/clang/test/SemaCXX/ |
H A D | int-ptr-cast-SFINAE.cpp | 10 struct false_type { static const bool value = false; }; argument
|
H A D | builtins-elementwise-math.cpp | 8 struct false_type { struct 12 template <class T> struct is_const : false_type {}; argument
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | memory_impl.h | 32 /*vector=*/std::false_type) noexcept in __brick_uninitialized_move() 58 __brick_destroy(_Iterator __first, _Iterator __last, /*vector*/ std::false_type) noexcept in __brick_destroy() 83 /*vector=*/std::false_type) noexcept in __brick_uninitialized_copy()
|
H A D | algorithm_impl.h | 41 /*__is_vector=*/std::false_type) noexcept in __brick_any_of() 96 …rwardIterator __first, _ForwardIterator __last, _Function __f, /*vector=*/std::false_type) noexcept in __brick_walk1() 161 …brick_walk1_n(_ForwardIterator __first, _Size __n, _Function __f, /*_IsVectorTag=*/std::false_type) in __brick_walk1_n() 224 /*vector=*/std::false_type) noexcept in __brick_walk2() 243 /*vector=*/std::false_type) noexcept in __brick_walk2_n() 367 _ForwardIterator3 __first3, _Function __f, /*vector=*/std::false_type) noexcept in __brick_walk3() 420 … _ForwardIterator2 __last2, _BinaryPredicate __p, /* IsVector = */ std::false_type) noexcept in __brick_equal() 476 /* IsVector = */ std::false_type) noexcept in __brick_equal() 521 /*is_vector=*/std::false_type) noexcept in __brick_find_if() 663 … _ForwardIterator2 __s_last, _BinaryPredicate __pred, /*__is_vector=*/std::false_type) noexcept in __brick_find_end() [all …]
|
H A D | utils.h | 49 void __invoke_if(std::false_type, _Fp) in __invoke_if() 55 __invoke_if_not(std::false_type, _Fp __f) in __invoke_if_not()
|
H A D | numeric_impl.h | 38 /*is_vector=*/std::false_type) noexcept in __brick_transform_reduce() 102 _UnaryOperation __unary_op, /*is_vector=*/std::false_type) noexcept in __brick_transform_reduce() 161 /*Inclusive*/ std::false_type, /*is_vector=*/std::false_type) noexcept in __brick_transform_scan() 177 /*Inclusive*/ std::true_type, /*is_vector=*/std::false_type) noexcept in __brick_transform_scan() 320 _BinaryOperation __op, /*is_vector*/ std::false_type) noexcept in __brick_adjacent_difference()
|
/llvm-project/libc/src/__support/CPP/type_traits/ |
H A D | false_type.h | 16 using false_type = cpp::bool_constant<false>; global() variable
|
/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/ |
H A D | stress_test_metafunctions.sh.cpp | 54 void Foo5(TEST_AND < false_type, REPEAT_1000(TRUE_T) true_type > t5) { sink(&t5); } in Foo5() 55 … Foo6(TEST_AND < false_type, REPEAT_1000(TRUE_T) REPEAT_1000(TRUE_T) true_type > t6) { sink(&t6); } in Foo6()
|
/llvm-project/libcxx/include/__charconv/ |
H A D | to_chars_integral.h | 63 __to_chars_itoa(char * __first,char * __last,_Tp __value,false_type) __to_chars_itoa() argument 76 __to_chars_itoa(char * __first,char * __last,__uint128_t __value,false_type) __to_chars_itoa() argument
|
/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
H A D | quiet_NaN.pass.cpp | 32 test_imp(std::false_type) in test_imp()
|
H A D | signaling_NaN.pass.cpp | 32 test_imp(std::false_type) in test_imp()
|
/llvm-project/libcxx/include/__memory/ |
H A D | swap_allocator.h | 38 __swap_allocator(_Alloc&, _Alloc&, false_type) _NOEXCEPT {} in __swap_allocator() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/ |
H A D | integral_constant.h | 12 using false_type = integral_constant<bool, false>; variable
|
H A D | system-header-simulation.h | 16 using false_type = bool_constant<false>; variable
|
/llvm-project/libcxx/include/__type_traits/ |
H A D | integral_constant.h | 35 typedef integral_constant<bool, false> false_type; global() typedef
|
/llvm-project/libcxx/include/__random/ |
H A D | independent_bits_engine.h | 149 inline _UIntType independent_bits_engine<_Engine, __w, _UIntType>::__eval(false_type) { in __eval() argument
|