Searched refs:Decayed (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DFormatVariadicDetails.h49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DType.h2298 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2306 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2315 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
6104 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
6113 QualType Decayed = getDecayedType(); local
6114 (void)AttributedType::stripOuterNullability(Decayed);
6115 return cast<PointerType>(Decayed)->getPointeeType();
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DType.h2302 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2310 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2319 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
6120 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
6129 QualType Decayed = getDecayedType(); local
6130 (void)AttributedType::stripOuterNullability(Decayed);
6131 return cast<PointerType>(Decayed)->getPointeeType();
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
H A DType.h2302 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2310 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2319 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
6120 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
6129 QualType Decayed = getDecayedType(); local
6130 (void)AttributedType::stripOuterNullability(Decayed);
6131 return cast<PointerType>(Decayed)->getPointeeType();
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DType.h2301 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2309 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2318 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
6179 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
6188 QualType Decayed = getDecayedType(); local
6189 (void)AttributedType::stripOuterNullability(Decayed);
6190 return cast<PointerType>(Decayed)->getPointeeType();
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
H A DType.h2301 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2309 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2318 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
6179 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
6188 QualType Decayed = getDecayedType(); local
6189 (void)AttributedType::stripOuterNullability(Decayed);
6190 return cast<PointerType>(Decayed)->getPointeeType();
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
H A DType.h2301 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2309 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2318 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
6179 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
6188 QualType Decayed = getDecayedType(); local
6189 (void)AttributedType::stripOuterNullability(Decayed);
6190 return cast<PointerType>(Decayed)->getPointeeType();
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
H A DType.h2301 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2309 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2318 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
6179 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
6188 QualType Decayed = getDecayedType(); local
6189 (void)AttributedType::stripOuterNullability(Decayed);
6190 return cast<PointerType>(Decayed)->getPointeeType();
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DType.h2298 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2306 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2315 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
6104 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
6113 QualType Decayed = getDecayedType(); local
6114 (void)AttributedType::stripOuterNullability(Decayed);
6115 return cast<PointerType>(Decayed)->getPointeeType();
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
H A DType.h2302 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2310 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2319 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
6120 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
6129 QualType Decayed = getDecayedType(); local
6130 (void)AttributedType::stripOuterNullability(Decayed);
6131 return cast<PointerType>(Decayed)->getPointeeType();
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
H A DType.h2302 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2310 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2319 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
6120 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
6129 QualType Decayed = getDecayedType(); local
6130 (void)AttributedType::stripOuterNullability(Decayed);
6131 return cast<PointerType>(Decayed)->getPointeeType();
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
H A DType.h2301 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2309 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2318 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
6179 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
6188 QualType Decayed = getDecayedType(); local
6189 (void)AttributedType::stripOuterNullability(Decayed);
6190 return cast<PointerType>(Decayed)->getPointeeType();

Completed in 544 milliseconds

12