/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatVariadicDetails.h | 49 using Decayed = typename std::decay<T>::type; 50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &, 59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | FormatVariadicDetails.h | 62 using Decayed = std::decay_t<T>; 63 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &, 72 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FormatVariadicDetails.h | 62 using Decayed = typename std::decay<T>::type; 63 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &, 72 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | VirtualNearMissCheck.cpp | 125 if (const auto *Decayed = Type->getAs<DecayedType>()) in getDecayedType() local 126 return Decayed->getDecayedType(); in getDecayedType()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-predef.hpp | 176 template<class T, class Decayed = rxu::decay_t<T>> 177 struct is_observable : detail::is_observable<Decayed>
|
D | rx-operators.hpp | 37 template<class T, class Decayed = rxu::decay_t<T>> 38 struct is_operator : detail::is_operator<Decayed>
|
D | rx-coordination.hpp | 36 template<class T, class Decayed = rxu::decay_t<T>> 37 struct is_coordination : detail::is_coordination<Decayed>
|
D | rx-util.hpp | 816 template <class T, class Decayed = decay_t<T>> 817 struct is_duration : detail::is_duration<Decayed> {};
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | TypeBitCodes.def | 52 TYPE_BIT_CODE(Decayed, DECAYED, 41)
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 85 NON_CANONICAL_TYPE(Decayed, AdjustedType)
|
D | Type.h | 2258 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed; 2266 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) { 2279 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
|
/external/llvm-project/clang/include/clang/AST/ |
D | Type.h | 2681 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed; 2690 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical); 2697 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; } 7201 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) { 7210 QualType Decayed = getDecayedType(); 7211 (void)AttributedType::stripOuterNullability(Decayed); 7212 return cast<PointerType>(Decayed)->getPointeeType();
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1737 case Type::Decayed: in getTypeInfoImpl() 2395 QualType Decayed; in getDecayedType() local 2403 Decayed = getArrayDecayedType(T); in getDecayedType() 2410 Decayed = getPointerType(T); in getDecayedType() 2413 AdjustedType::Profile(ID, T, Decayed); in getDecayedType() 2419 QualType Canonical = getCanonicalType(Decayed); in getDecayedType() 2425 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
|
D | TypePrinter.cpp | 216 case Type::Decayed: in canPrefixQualifiers()
|
D | ItaniumMangle.cpp | 1801 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
|
D | ASTImporter.cpp | 511 case Type::Decayed: in IsStructurallyEquivalent()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 2205 case Type::Decayed: in getTypeInfoImpl() 3196 QualType Decayed; in getDecayedType() local 3204 Decayed = getArrayDecayedType(T); in getDecayedType() 3211 Decayed = getPointerType(T); in getDecayedType() 3214 AdjustedType::Profile(ID, T, Decayed); in getDecayedType() 3220 QualType Canonical = getCanonicalType(Decayed); in getDecayedType() 3226 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
|
D | ASTStructuralEquivalence.cpp | 686 case Type::Decayed: in IsStructurallyEquivalent()
|
D | TypePrinter.cpp | 249 case Type::Decayed: in canPrefixQualifiers()
|
D | ItaniumMangle.cpp | 2045 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1704 case Type::Decayed: in EmitVariablyModifiedType()
|
D | CGDebugInfo.cpp | 2424 case Type::Decayed: in CreateTypeNode()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 2057 case Type::Decayed: in EmitVariablyModifiedType()
|
D | CGDebugInfo.cpp | 3117 case Type::Decayed: in UnwrapTypeForDebugInfo() 3292 case Type::Decayed: in CreateTypeNode()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 4093 case clang::Type::Decayed: in GetTypeClass() 4958 case clang::Type::Decayed: in GetEncoding() 5108 case clang::Type::Decayed: in GetFormat()
|