Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h63 using Decayed = typename std::decay<T>::type;
64 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
73 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeNodes.def87 NON_CANONICAL_TYPE(Decayed, AdjustedType)
H A DType.h2617 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2626 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2633 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
6828 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
6837 QualType Decayed = getDecayedType();
6838 (void)AttributedType::stripOuterNullability(Decayed);
6839 return cast<PointerType>(Decayed)->getPointeeType();
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2006 case Type::Decayed: in getTypeInfoImpl()
2897 QualType Decayed; in getDecayedType() local
2905 Decayed = getArrayDecayedType(T); in getDecayedType()
2912 Decayed = getPointerType(T); in getDecayedType()
2915 AdjustedType::Profile(ID, T, Decayed); in getDecayedType()
2921 QualType Canonical = getCanonicalType(Decayed); in getDecayedType()
2927 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
H A DASTStructuralEquivalence.cpp349 case Type::Decayed: in IsStructurallyEquivalent()
H A DTypePrinter.cpp247 case Type::Decayed: in canPrefixQualifiers()
H A DItaniumMangle.cpp1916 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2062 case Type::Decayed: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp2774 case Type::Decayed: in UnwrapTypeForDebugInfo()
2938 case Type::Decayed: in CreateTypeNode()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4470 case clang::Type::Decayed: in GetTypeClass()
5341 case clang::Type::Decayed: in GetEncoding()
5508 case clang::Type::Decayed: in GetFormat()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3938 case Type::Decayed: in captureVariablyModifiedType()