HomeSort by relevance Sort by last modified time
    Searched refs:SmallMapVector (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/ADT/
MapVectorTest.cpp 152 SmallMapVector<int, int, 32> MV;
153 std::pair<SmallMapVector<int, int, 32>::iterator, bool> R;
193 SmallMapVector<int, int, 32> MV;
216 SmallMapVector<int, int, 32> MV;
237 SmallMapVector<int, int, 32> MV;
261 SmallMapVector<int, int, 1> MV;
262 std::pair<SmallMapVector<int, int, 1>::iterator, bool> R;
302 SmallMapVector<int, int, 1> MV;
325 SmallMapVector<int, int, 1> MV;
346 SmallMapVector<int, int, 1> MV
    [all...]
  /external/llvm/include/llvm/ADT/
MapVector.h 193 struct SmallMapVector
  /external/clang/include/clang/Serialization/
ASTReader.h 470 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 619 SmallMapVector<llvm::Value *, llvm::Constant *, 4> ReplaceWithConstMap;
    [all...]

Completed in 581 milliseconds