Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDFormatVariadicDetails.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);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDTypeBitCodes.def52 TYPE_BIT_CODE(Decayed, DECAYED, 41)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h2694 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2703 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2710 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
7084 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
7093 QualType Decayed = getDecayedType();
7094 (void)AttributedType::stripOuterNullability(Decayed);
7095 return cast<PointerType>(Decayed)->getPointeeType();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp2214 case Type::Decayed: in getTypeInfoImpl()
3148 QualType Decayed; in getDecayedType() local
3156 Decayed = getArrayDecayedType(T); in getDecayedType()
3163 Decayed = getPointerType(T); in getDecayedType()
3166 AdjustedType::Profile(ID, T, Decayed); in getDecayedType()
3172 QualType Canonical = getCanonicalType(Decayed); in getDecayedType()
3178 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
HDTypePrinter.cpp246 case Type::Decayed: in canPrefixQualifiers()
HDASTStructuralEquivalence.cpp483 case Type::Decayed: in IsStructurallyEquivalent()
HDItaniumMangle.cpp1976 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp2000 case Type::Decayed: in EmitVariablyModifiedType()
HDCGDebugInfo.cpp2935 case Type::Decayed: in UnwrapTypeForDebugInfo()
3106 case Type::Decayed: in CreateTypeNode()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp3901 case clang::Type::Decayed: in GetTypeClass()
4712 case clang::Type::Decayed: in GetEncoding()
4854 case clang::Type::Decayed: in GetFormat()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp4194 case Type::Decayed: in captureVariablyModifiedType()