Home
last modified time | relevance | path

Searched refs:Decayed (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
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);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFormatVariadicDetails.h61 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/
Drx-predef.hpp176 template<class T, class Decayed = rxu::decay_t<T>>
177 struct is_observable : detail::is_observable<Decayed>
Drx-operators.hpp37 template<class T, class Decayed = rxu::decay_t<T>>
38 struct is_operator : detail::is_operator<Decayed>
Drx-coordination.hpp36 template<class T, class Decayed = rxu::decay_t<T>>
37 struct is_coordination : detail::is_coordination<Decayed>
Drx-util.hpp816 template <class T, class Decayed = decay_t<T>>
817 struct is_duration : detail::is_duration<Decayed> {};
/external/clang/include/clang/AST/
DTypeNodes.def85 NON_CANONICAL_TYPE(Decayed, AdjustedType)
DType.h2258 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/
DASTContext.cpp1737 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()
DTypePrinter.cpp216 case Type::Decayed: in canPrefixQualifiers()
DItaniumMangle.cpp1801 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
DASTImporter.cpp511 case Type::Decayed: in IsStructurallyEquivalent()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1704 case Type::Decayed: in EmitVariablyModifiedType()
DCGDebugInfo.cpp2424 case Type::Decayed: in CreateTypeNode()
/external/clang/lib/Sema/
DSemaExpr.cpp3860 case Type::Decayed: in captureVariablyModifiedType()