Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A 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);
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def52 TYPE_BIT_CODE(Decayed, DECAYED, 41)
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2692 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2701 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2708 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
7242 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
7251 QualType Decayed = getDecayedType();
7252 (void)AttributedType::stripOuterNullability(Decayed);
7253 return cast<PointerType>(Decayed)->getPointeeType();
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2263 case Type::Decayed: in getTypeInfoImpl()
3254 QualType Decayed; in getDecayedType() local
3262 Decayed = getArrayDecayedType(T); in getDecayedType()
3269 Decayed = getPointerType(T); in getDecayedType()
3272 AdjustedType::Profile(ID, T, Decayed); in getDecayedType()
3278 QualType Canonical = getCanonicalType(Decayed); in getDecayedType()
3284 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
H A DASTStructuralEquivalence.cpp705 case Type::Decayed: in IsStructurallyEquivalent()
H A DTypePrinter.cpp252 case Type::Decayed: in canPrefixQualifiers()
H A DItaniumMangle.cpp2228 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2169 case Type::Decayed: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3175 case Type::Decayed: in UnwrapTypeForDebugInfo()
3345 case Type::Decayed: in CreateTypeNode()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4176 case clang::Type::Decayed: in GetTypeClass()
5085 case clang::Type::Decayed: in GetEncoding()
5235 case clang::Type::Decayed: in GetFormat()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4411 case Type::Decayed: in captureVariablyModifiedType()