Home
last modified time | relevance | path

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

123

/external/llvm-project/pstl/include/pstl/internal/
Dalgorithm_impl.h41 /*__is_vector=*/std::false_type) noexcept in __brick_any_of()
57 _IsVector __is_vector, /*parallel=*/std::false_type) noexcept in __pattern_any_of()
94 …rwardIterator __first, _ForwardIterator __last, _Function __f, /*vector=*/std::false_type) noexcept in __brick_walk1()
111 /*parallel=*/std::false_type) noexcept in __pattern_walk1()
133 /*parallel=*/std::false_type) noexcept in __pattern_walk_brick()
154 …brick_walk1_n(_ForwardIterator __first, _Size __n, _Function __f, /*_IsVectorTag=*/std::false_type) in __brick_walk1_n()
171 /*is_parallel=*/std::false_type) noexcept in __pattern_walk1_n()
190 /*is_parallel=*/std::false_type) noexcept in __pattern_walk_brick_n()
216 /*vector=*/std::false_type) noexcept in __brick_walk2()
234 /*vector=*/std::false_type) noexcept in __brick_walk2_n()
[all …]
Dnumeric_impl.h38 /*is_vector=*/std::false_type) noexcept in __brick_transform_reduce()
61 /*is_parallel=*/std::false_type) noexcept in __pattern_transform_reduce()
96 _UnaryOperation __unary_op, /*is_vector=*/std::false_type) noexcept in __brick_transform_reduce()
117 /*is_parallel=*/std::false_type) noexcept in __pattern_transform_reduce()
150 /*Inclusive*/ std::false_type, /*is_vector=*/std::false_type) noexcept in __brick_transform_scan()
166 /*Inclusive*/ std::true_type, /*is_vector=*/std::false_type) noexcept in __brick_transform_scan()
217 … _Inclusive, _IsVector __is_vector, /*is_parallel=*/std::false_type) noexcept in __pattern_transform_scan()
297 _BinaryOperation __op, /*is_vector*/ std::false_type) noexcept in __brick_adjacent_difference()
324 /*is_parallel*/ std::false_type) noexcept in __pattern_adjacent_difference()
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()
Dexecution_impl.h31 std::false_type __lazy_and(_Tp, std::false_type) in __lazy_and()
51 __lazy_or(_Tp __a, std::false_type) in __lazy_or()
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()
74 __invoke_if_else(std::false_type, _F1, _F2 __f2) in __invoke_if_else()
/external/libcxx/test/support/
Dcharconv_test_helpers.h51 _fits_in(T v, false_type, true_type /* T signed*/, true_type /* X signed */) in _fits_in() argument
58 _fits_in(T v, false_type, true_type /* T signed */, false_type /* X unsigned*/) in _fits_in() argument
65 _fits_in(T v, false_type, false_type /* T unsigned */, ...) in _fits_in() argument
/external/llvm-project/libcxx/test/support/
Dcharconv_test_helpers.h50 _fits_in(T v, false_type, true_type /* T signed*/, true_type /* X signed */) in _fits_in() argument
57 _fits_in(T v, false_type, true_type /* T signed */, false_type /* X unsigned*/) in _fits_in() argument
64 _fits_in(T v, false_type, false_type /* T unsigned */, ...) in _fits_in() argument
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_type_traits.h22 struct false_type { struct
36 struct is_same : public false_type {}; argument
/external/tensorflow/tensorflow/core/framework/
Dtype_traits.h31 struct false_type { struct
37 struct is_quantized : false_type {}; argument
/external/clang/test/Headers/
Darm64-apple-ios-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
Dx86_64-apple-macosx-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
Dthumbv7-apple-ios-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
/external/llvm-project/clang/test/Headers/
Dx86_64-apple-macosx-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
Darm64-apple-ios-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
Dthumbv7-apple-ios-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
/external/llvm-project/llvm/test/tools/dsymutil/X86/
Dmodules-pruning.cpp34 struct false_type { struct
35 static const bool value = false;
/external/eigen/Eigen/src/Core/util/
DMeta.h55 struct false_type { enum { value = 0 }; }; struct
/external/llvm-project/clang/test/SemaCXX/
Dint-ptr-cast-SFINAE.cpp10 struct false_type { static const bool value = false; }; struct
/external/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/
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()
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dquiet_NaN.pass.cpp33 test_imp(std::false_type) in test_imp()
Dsignaling_NaN.pass.cpp33 test_imp(std::false_type) in test_imp()
/external/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dquiet_NaN.pass.cpp32 test_imp(std::false_type) in test_imp()
Dsignaling_NaN.pass.cpp32 test_imp(std::false_type) in test_imp()
/external/protobuf/src/google/protobuf/
Darena.h565 std::false_type, in DoCreateMaybeMessage()
588 std::false_type, in CreateNoMessage()
640 std::false_type) { in CreateInArenaStorageInternal()
649 std::false_type) { in RegisterDestructorInternal()
665 PROTOBUF_ALWAYS_INLINE void OwnInternal(T* object, std::false_type) { in OwnInternal()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-uppercase-literal-suffix.h9 using false_type = integral_constant<bool, false>; variable

123