Searched refs:Decayed (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatVariadicDetails.h | 49 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);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FormatVariadicDetails.h | 61 using Decayed = typename std::decay<T>::type; 62 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &, 71 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-predef.hpp | 176 template<class T, class Decayed = rxu::decay_t<T>> 177 struct is_observable : detail::is_observable<Decayed>
|
D | rx-operators.hpp | 37 template<class T, class Decayed = rxu::decay_t<T>> 38 struct is_operator : detail::is_operator<Decayed>
|
D | rx-coordination.hpp | 36 template<class T, class Decayed = rxu::decay_t<T>> 37 struct is_coordination : detail::is_coordination<Decayed>
|
D | rx-util.hpp | 816 template <class T, class Decayed = decay_t<T>> 817 struct is_duration : detail::is_duration<Decayed> {};
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 85 NON_CANONICAL_TYPE(Decayed, AdjustedType)
|
D | Type.h | 2258 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed; 2266 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) { 2279 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1737 case Type::Decayed: in getTypeInfoImpl() 2395 QualType Decayed; in getDecayedType() local 2403 Decayed = getArrayDecayedType(T); in getDecayedType() 2410 Decayed = getPointerType(T); in getDecayedType() 2413 AdjustedType::Profile(ID, T, Decayed); in getDecayedType() 2419 QualType Canonical = getCanonicalType(Decayed); in getDecayedType() 2425 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
|
D | TypePrinter.cpp | 216 case Type::Decayed: in canPrefixQualifiers()
|
D | ItaniumMangle.cpp | 1801 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
|
D | ASTImporter.cpp | 511 case Type::Decayed: in IsStructurallyEquivalent()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1704 case Type::Decayed: in EmitVariablyModifiedType()
|
D | CGDebugInfo.cpp | 2424 case Type::Decayed: in CreateTypeNode()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 3860 case Type::Decayed: in captureVariablyModifiedType()
|