Searched defs:TypeList (Results 1 - 19 of 19) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DTypeList.h1 //===-- TypeList.h ----------------------------------------------*- C++ -*-===//
19 class TypeList class in namespace:lldb_private
25 TypeList();
28 ~TypeList();
39 TypeList
83 DISALLOW_COPY_AND_ASSIGN (TypeList);
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DTypeList.java22 public interface TypeList { interface
25 * {@code TypeList} interface itself doesn't provide any
68 public TypeList withAddedType(Type type);
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DTypeList.java27 final class TypeList { class
31 TypeList(TypeId<?>[] types) { method in class:TypeList
47 return o instanceof TypeList && Arrays.equals(((TypeList) o).types, types);
/external/lldb/source/Symbol/
H A DTypeList.cpp1 //===-- TypeList.cpp --------------------------------------------*- C++ -*-===//
35 #include "lldb/Symbol/TypeList.h"
41 TypeList::TypeList() : function in class:TypeList
49 TypeList::~TypeList()
54 TypeList::Insert (const TypeSP& type_sp)
63 TypeList::InsertUnique (const TypeSP& type_sp)
84 //TypeList::FindType(lldb::user_id_t uid)
95 //TypeList
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h41 typedef std::vector<Type*> TypeList; typedef in class:llvm::ValueEnumerator
48 TypeList Types;
137 const TypeList &getTypes() const { return Types; }
H A DBitcodeWriter.cpp323 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); local
380 TypeVals.push_back(TypeList.size());
385 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
386 Type *T = TypeList[i];
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp31 template < typename T > struct TypeList struct
86 TypeList < int >::type >::Register ("Int", "TypedTestP1", 0);
90 TypeList < Types < int > >::type >::Register ("Int", "TypedTestP2", 0);
/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp493 ListInit *TypeList = R->getValueAsListInit("RetTypes"); local
494 for (unsigned i = 0, e = TypeList->getSize(); i != e; ++i) {
495 Record *TyEl = TypeList->getElementAsRecord(i);
527 TypeList = R->getValueAsListInit("ParamTypes");
528 for (unsigned i = 0, e = TypeList->getSize(); i != e; ++i) {
529 Record *TyEl = TypeList->getElementAsRecord(i);
H A DCodeGenRegisters.cpp673 std::vector<Record*> TypeList = R->getValueAsListOfDefs("RegTypes"); local
674 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
675 Record *Type = TypeList[i];
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-type-util.h3297 // The TypeList template makes it possible to use either a single type
3302 struct TypeList { struct in namespace:testing::internal
3316 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h3298 // The TypeList template makes it possible to use either a single type
3303 struct TypeList { typedef Types1<T> type; }; struct in namespace:testing::internal
3315 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-type-util.h3297 // The TypeList template makes it possible to use either a single type
3302 struct TypeList { struct in namespace:testing::internal
3316 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-type-util.h3298 // The TypeList template makes it possible to use either a single type
3303 struct TypeList { typedef Types1<T> type; }; struct in namespace:testing::internal
3315 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h3298 // The TypeList template makes it possible to use either a single type
3303 struct TypeList { typedef Types1<T> type; }; struct in namespace:testing::internal
3315 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-type-util.h3289 // The TypeList template makes it possible to use either a single type
3294 struct TypeList { typedef Types1<T> type; }; struct in namespace:testing::internal
3306 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h783 struct TypeList { struct in namespace:clang::ast_matchers::internal
786 typedef TypeList<T1, T2, T3, T4> self;
793 /// This type is used to do recursion. TypeList<>/EmptyTypeList indicates the
795 typedef typename TypeList<T2, T3, T4>::self tail;
803 struct TypeList<TypeList<Sub1, Sub2, Sub3, Sub4>, T2, T3, struct in namespace:clang::ast_matchers::internal
804 T4> : public TypeList<Sub1,
805 typename TypeList<Sub2, Sub3, Sub4>::self,
806 typename TypeList<T2, T3, T4>::self> {};
812 struct TypeList<TypeLis struct in namespace:clang::ast_matchers::internal
[all...]
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp83 typedef std::vector<Type*> TypeList; typedef in namespace:__anon26007
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h6989 // The TypeList template makes it possible to use either a single type
6994 struct TypeList { struct in namespace:testing::internal
7008 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal
17386 typedef ::testing::internal::TypeList< Types >::type \
17474 ::testing::internal::TypeList< Types >::type>::Register(\
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h6989 // The TypeList template makes it possible to use either a single type
6994 struct TypeList { struct in namespace:testing::internal
7008 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal
17386 typedef ::testing::internal::TypeList< Types >::type \
17474 ::testing::internal::TypeList< Types >::type>::Register(\

Completed in 640 milliseconds