Searched refs:Decayed (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FormatVariadicDetails.h | 63 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 D | TypeNodes.def | 87 NON_CANONICAL_TYPE(Decayed, AdjustedType)
|
| H A D | Type.h | 2617 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 D | ASTContext.cpp | 2006 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 D | ASTStructuralEquivalence.cpp | 349 case Type::Decayed: in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 247 case Type::Decayed: in canPrefixQualifiers()
|
| H A D | ItaniumMangle.cpp | 1916 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2062 case Type::Decayed: in EmitVariablyModifiedType()
|
| H A D | CGDebugInfo.cpp | 2774 case Type::Decayed: in UnwrapTypeForDebugInfo() 2938 case Type::Decayed: in CreateTypeNode()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 4470 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 D | SemaExpr.cpp | 3938 case Type::Decayed: in captureVariablyModifiedType()
|