Home
last modified time | relevance | path

Searched refs:ContainerT (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h240 template<typename ContainerT>
241 void appendTo(ContainerT &To) const {
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1112 static void CheckKeyForObjCARCConversion(Sema &S, QualType ContainerT, in CheckKeyForObjCARCConversion() argument
1114 if (ContainerT.isNull()) in CheckKeyForObjCARCConversion()
1122 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp127 template <typename ContainerT>
128 static string containerStr (const ContainerT& c, int wrapLengthParam = 0, int numIndentationSpaces … in containerStr()
160 template <typename ContainerT, typename T>
161 static inline bool contains (const ContainerT& c, const T& key) in contains()