Searched refs:true_type (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.cpp17 const bool true_type::value;
H A Dsanitizer_type_traits.h18 struct true_type { struct in namespace:__sanitizer
39 struct is_same<T, T> : public true_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A DError.h35 struct is_error_code_enum<llvm::cxxdump_error> : std::true_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DError.h37 template <> struct is_error_code_enum<llvm::readobj_error> : std::true_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_options.h52 /// std::true_type to get static assertions passing in \a simple_ilist and \a
69 template <> struct extract_sentinel_tracking<> : std::true_type, is_implicit {};
76 : std::true_type {};
90 template <class Tag> struct is_valid_option<ilist_tag<Tag>> : std::true_type {};
96 template <> struct check_options<> : std::true_type {};
H A DBitmaskEnum.h75 : std::true_type {};
H A DDenseMapInfo.h259 static unsigned getHashValueImpl(const Tuple &values, std::true_type) {
277 static bool isEqualImpl(const Tuple &lhs, const Tuple &rhs, std::true_type) {
H A DPointerIntPair.h135 struct is_trivially_copyable<PointerIntPair<PointerTy, IntBits, IntType, PtrTraits, Info>> : std::true_type {
H A DPointerSumType.h254 template <typename MemberT> struct Checker<MemberT> : std::true_type {
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DError.h64 template <> struct is_error_code_enum<lld::YamlReaderError> : std::true_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewError.h31 struct is_error_code_enum<llvm::codeview::cv_error_code> : std::true_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h31 struct is_error_code_enum<llvm::msf::msf_error_code> : std::true_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAError.h30 struct is_error_code_enum<llvm::pdb::dia_error_code> : std::true_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h30 struct is_error_code_enum<llvm::pdb::pdb_error_code> : std::true_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h38 struct is_error_code_enum<llvm::pdb::raw_error_code> : std::true_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Dtype_traits.h102 struct is_trivially_copy_constructible<T &> : std::true_type {};
113 struct is_trivially_move_constructible<T &> : std::true_type {};
115 struct is_trivially_move_constructible<T &&> : std::true_type {};
121 static auto get(F*) -> decltype(std::declval<F &>() = std::declval<const F &>(), std::true_type{});
129 static auto get(F*) -> decltype(std::declval<F &>() = std::declval<F &&>(), std::true_type{});
185 class is_trivially_copyable<T*> : public std::true_type {
H A DErrc.h84 template <> struct is_error_code_enum<llvm::errc> : std::true_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h91 struct is_error_code_enum<llvm::object::object_error> : std::true_type {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h648 template <> struct EnumTraits<Attribute> : public std::true_type {
653 template <> struct EnumTraits<Form> : public std::true_type {
658 template <> struct EnumTraits<Index> : public std::true_type {
663 template <> struct EnumTraits<Tag> : public std::true_type {
668 template <> struct EnumTraits<LineNumberOps> : public std::true_type {
673 template <> struct EnumTraits<LocationAtom> : public std::true_type {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
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/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h134 struct is_error_code_enum<clang::serialized_diags::SDError> : std::true_type {};
H A DPrecompiledPreamble.h322 struct is_error_code_enum<clang::BuildPreambleError> : std::true_type {};
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h207 : public true_type {}; // NOLINT
212 : public true_type {}; // NOLINT
217 : public true_type {}; // NOLINT
372 template <typename T> struct is_reference<T&> : public true_type {};
376 template <typename T> struct type_equals<T, T> : public true_type {};
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-message.h209 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h278 template <> struct is_error_code_enum<llvm::BitcodeError> : std::true_type {};

Completed in 221 milliseconds

12