Home
last modified time | relevance | path

Searched defs:false_type (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.h24 struct false_type { struct
38 struct is_same : public false_type {}; argument
/llvm-project/clang/test/SemaTemplate/
H A DPR77189.cpp5 struct false_type { struct
14 struct test : false_type {}; argument
H A Dinstantiate-incomplete-typo-suggested-error-limit.cpp33 using false_type = integral_constant<bool, false>; typedef
H A Doverload-candidates.cpp90 typedef integral_constant<bool, false> false_type; typedef
/llvm-project/libcxx/test/support/
H A Dcharconv_test_helpers.h55 _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 Darm64-apple-ios-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
H A Dx86_64-apple-macosx-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
H A Dthumbv7-apple-ios-types.cpp8 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 Dmodules-pruning.cpp34 struct false_type { struct
35 static const bool value = false;
/llvm-project/clang/test/SemaCXX/
H A Dint-ptr-cast-SFINAE.cpp10 struct false_type { static const bool value = false; }; argument
H A Dbuiltins-elementwise-math.cpp8 struct false_type { struct
12 template <class T> struct is_const : false_type {}; argument
/llvm-project/pstl/include/pstl/internal/
H A Dmemory_impl.h32 /*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 Dalgorithm_impl.h41 /*__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 Dutils.h49 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 Dnumeric_impl.h38 /*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 Dfalse_type.h16 using false_type = cpp::bool_constant<false>; global() variable
/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_metafunctions.sh.cpp54 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 Dto_chars_integral.h63 __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 Dquiet_NaN.pass.cpp32 test_imp(std::false_type) in test_imp()
H A Dsignaling_NaN.pass.cpp32 test_imp(std::false_type) in test_imp()
/llvm-project/libcxx/include/__memory/
H A Dswap_allocator.h38 __swap_allocator(_Alloc&, _Alloc&, false_type) _NOEXCEPT {} in __swap_allocator() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/
H A Dintegral_constant.h12 using false_type = integral_constant<bool, false>; variable
H A Dsystem-header-simulation.h16 using false_type = bool_constant<false>; variable
/llvm-project/libcxx/include/__type_traits/
H A Dintegral_constant.h35 typedef integral_constant<bool, false> false_type; global() typedef
/llvm-project/libcxx/include/__random/
H A Dindependent_bits_engine.h149 inline _UIntType independent_bits_engine<_Engine, __w, _UIntType>::__eval(false_type) { in __eval() argument

12