Searched refs:Decayed (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | FormatVariadicDetails.h | 62 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/ |
| HD | TypeBitCodes.def | 52 TYPE_BIT_CODE(Decayed, DECAYED, 41)
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Type.h | 2694 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/ |
| HD | ASTContext.cpp | 2214 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()
|
| HD | TypePrinter.cpp | 246 case Type::Decayed: in canPrefixQualifiers()
|
| HD | ASTStructuralEquivalence.cpp | 483 case Type::Decayed: in IsStructurallyEquivalent()
|
| HD | ItaniumMangle.cpp | 1976 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CodeGenFunction.cpp | 2000 case Type::Decayed: in EmitVariablyModifiedType()
|
| HD | CGDebugInfo.cpp | 2935 case Type::Decayed: in UnwrapTypeForDebugInfo() 3106 case Type::Decayed: in CreateTypeNode()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | ClangASTContext.cpp | 3901 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/ |
| HD | SemaExpr.cpp | 4194 case Type::Decayed: in captureVariablyModifiedType()
|