HomeSort by: relevance | last modified time | path
    Searched refs:Decayed (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FormatVariadicDetails.h 62 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);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2692 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2696 /// Represents a pointer type decayed from an array or function type.
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();
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 2248 case Type::Decayed:
3239 QualType Decayed;
3247 Decayed = getArrayDecayedType(T);
3254 Decayed = getPointerType(T);
3257 AdjustedType::Profile(ID, T, Decayed);
3263 QualType Canonical = getCanonicalType(Decayed);
3269 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical);
10625 // Do array -> pointer decay. The builtin should use the decayed type.
TypePrinter.cpp 252 case Type::Decayed:
ASTStructuralEquivalence.cpp 704 case Type::Decayed:
ItaniumMangle.cpp 2221 case Type::Decayed:
3297 // decayed vla types (size 0) will just be skipped.
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 2155 case Type::Decayed:
CGDebugInfo.cpp 3193 case Type::Decayed:
3194 // Decayed and adjusted types use the adjusted type in LLVM and DWARF.
3363 case Type::Decayed:
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 4090 /// Check whether E is a pointer from a decayed array type (the decayed
4374 case Type::Decayed:
11804 // we already decayed those, so this is really the same as the relational
17351 // (decayed to pointers).

Completed in 98 milliseconds