Home
last modified time | relevance | path

Searched refs:Decayed (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatVariadicDetails.h49 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/
DFormatVariadicDetails.h62 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/
DFormatVariadicDetails.h62 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/
DVirtualNearMissCheck.cpp125 if (const auto *Decayed = Type->getAs<DecayedType>()) in getDecayedType() local
126 return Decayed->getDecayedType(); in getDecayedType()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-predef.hpp176 template<class T, class Decayed = rxu::decay_t<T>>
177 struct is_observable : detail::is_observable<Decayed>
Drx-operators.hpp37 template<class T, class Decayed = rxu::decay_t<T>>
38 struct is_operator : detail::is_operator<Decayed>
Drx-coordination.hpp36 template<class T, class Decayed = rxu::decay_t<T>>
37 struct is_coordination : detail::is_coordination<Decayed>
Drx-util.hpp816 template <class T, class Decayed = decay_t<T>>
817 struct is_duration : detail::is_duration<Decayed> {};
/external/llvm-project/clang/include/clang/Serialization/
DTypeBitCodes.def52 TYPE_BIT_CODE(Decayed, DECAYED, 41)
/external/clang/include/clang/AST/
DTypeNodes.def85 NON_CANONICAL_TYPE(Decayed, AdjustedType)
DType.h2258 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/
DType.h2681 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/
DASTContext.cpp1737 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()
DTypePrinter.cpp216 case Type::Decayed: in canPrefixQualifiers()
DItaniumMangle.cpp1801 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
DASTImporter.cpp511 case Type::Decayed: in IsStructurallyEquivalent()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp2205 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()
DASTStructuralEquivalence.cpp686 case Type::Decayed: in IsStructurallyEquivalent()
DTypePrinter.cpp249 case Type::Decayed: in canPrefixQualifiers()
DItaniumMangle.cpp2045 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1704 case Type::Decayed: in EmitVariablyModifiedType()
DCGDebugInfo.cpp2424 case Type::Decayed: in CreateTypeNode()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp2057 case Type::Decayed: in EmitVariablyModifiedType()
DCGDebugInfo.cpp3117 case Type::Decayed: in UnwrapTypeForDebugInfo()
3292 case Type::Decayed: in CreateTypeNode()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp4093 case clang::Type::Decayed: in GetTypeClass()
4958 case clang::Type::Decayed: in GetEncoding()
5108 case clang::Type::Decayed: in GetFormat()

12