Searched refs:false_type (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.cpp18 const bool false_type::value;
H A Dsanitizer_type_traits.h22 struct false_type { struct in namespace:__sanitizer
36 struct is_same : public false_type {};
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOptionVisitor.h44 template <typename> static std::false_type check(...);
H A DRefactoringActionRulesInternal.h99 std::true_type, std::false_type>::type {};
109 std::true_type, std::false_type>::type {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_options.h54 template <class Option> struct is_valid_option : std::false_type {};
72 struct extract_sentinel_tracking<> : std::false_type, is_implicit {};
H A DBitmaskEnum.h70 struct is_bitmask_enum : std::false_type {};
H A DDenseMapInfo.h250 static unsigned getHashValueImpl(const Tuple &values, std::false_type) {
269 static bool isEqualImpl(const Tuple &lhs, const Tuple &rhs, std::false_type) {
H A DSTLExtras.h92 using value_t = std::false_type;
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h202 struct LosslessArithmeticConvertibleImpl : public false_type {};
222 : public false_type {}; // NOLINT
243 : public false_type {}; // NOLINT
248 : public false_type {}; // NOLINT
253 : public false_type {}; // NOLINT
371 template <typename T> struct is_reference : public false_type {};
375 template <typename T1, typename T2> struct type_equals : public false_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Dtype_traits.h104 struct is_trivially_copy_constructible<T &&> : std::false_type {};
122 static std::false_type get(...);
130 static std::false_type get(...);
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-message.h217 inline void StreamHelper(internal::false_type /*is_pointer*/,
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc532 TEST(TypeTraitsTest, false_type) {
533 EXPECT_FALSE(false_type::value);
H A Dgmock-matchers_test.cc4827 EXPECT_THAT(std::false_type(), IsFalse());
4828 EXPECT_THAT(std::false_type(), Not(IsTrue()));
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h995 struct HasValueType : false_type {};
1006 struct IsRecursiveContainerImpl<C, false, HV> : public false_type {};
1013 struct IsRecursiveContainerImpl<C, true, false> : public false_type {};
H A Dgtest-port.h2348 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
2352 struct is_same : public false_type {};
2359 struct is_pointer : public false_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h646 template <typename Enum> struct EnumTraits : public std::false_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp306 template <AggregationType T> struct DependentFalseType : std::false_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1053 static void dispatchRecalculateHash(NodeTy *, std::false_type) {}
1059 static void dispatchResetHash(NodeTy *, std::false_type) {}
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h901 template <typename> static std::false_type check(...);
920 template <typename> static std::false_type check(...);
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2492 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj,
2505 // thus cannot be a pointer. Therefore we pass false_type() as
2507 return MatchAndExplainImpl(false_type(), *p, listener);
2567 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj,
2591 // false_type() as the first argument.
2592 return MatchAndExplainImpl(false_type(), *p, listener);
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp902 struct always_false : std::false_type {};
909 std::false_type static test(...);
1547 static auto test(...)->std::false_type;
6565 void measure(Fun&& fun, std::false_type) {
6663 void call(Chronometer meter, std::false_type) const {
6796 TimingOf<Clock, Fun(int)> measure_one(Fun&& fun, int iters, std::false_type) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h66 struct has_same_member_pointer_type : std::false_type {};

Completed in 423 milliseconds