Home
last modified time | relevance | path

Searched refs:SmallMapVector (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/ADT/
DMapVectorTest.cpp152 SmallMapVector<int, int, 32> MV; in TEST()
153 std::pair<SmallMapVector<int, int, 32>::iterator, bool> R; in TEST()
193 SmallMapVector<int, int, 32> MV; in TEST()
216 SmallMapVector<int, int, 32> MV; in TEST()
237 SmallMapVector<int, int, 32> MV; in TEST()
261 SmallMapVector<int, int, 1> MV; in TEST()
262 std::pair<SmallMapVector<int, int, 1>::iterator, bool> R; in TEST()
302 SmallMapVector<int, int, 1> MV; in TEST()
325 SmallMapVector<int, int, 1> MV; in TEST()
346 SmallMapVector<int, int, 1> MV; in TEST()
/external/llvm/include/llvm/ADT/
DMapVector.h193 struct SmallMapVector struct
/external/clang/include/clang/Serialization/
DASTReader.h453 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates;
956 llvm::SmallMapVector<IdentifierInfo *, SmallVector<NamedDecl*, 2>, 16>
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1506 llvm::SmallMapVector<ModuleFile*, Decl*, 16> FirstInModule; in VisitRedeclarable()