HomeSort by relevance Sort by last modified time
    Searched refs:MapVector (Results 1 - 25 of 50) sorted by null

1 2

  /external/webrtc/webrtc/base/
linux.h 30 // ConfigParser::MapVector key_val_pairs;
42 typedef std::vector<SimpleMap> MapVector;
49 virtual bool Parse(MapVector* key_val_pairs);
104 ConfigParser::MapVector sections_;
linux_unittest.cc 78 ConfigParser::MapVector key_val_pairs;
  /frameworks/compile/mclinker/include/mcld/LD/
IdenticalCodeFolding.h 12 #include <llvm/ADT/MapVector.h>
34 typedef llvm::MapVector<LDSection*, ObjectAndId> KeptSections;
  /external/llvm/lib/CodeGen/AsmPrinter/
DbgValueHistoryCalculator.h 13 #include "llvm/ADT/MapVector.h"
37 typedef MapVector<InlinedVariable, InstrRanges> InstrRangesMap;
DwarfDebug.h 25 #include "llvm/ADT/MapVector.h"
202 MapVector<const MDNode *, DwarfCompileUnit *> CUMap;
205 MapVector<const MDNode *, DwarfCompileUnit *> SPMap;
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 20 #include "llvm/ADT/MapVector.h"
83 virtual void ReadMismatchingDeleteExpressions(llvm::MapVector<
189 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) {}
MultiplexExternalSemaSource.h 216 void ReadMismatchingDeleteExpressions(llvm::MapVector<
321 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap)
  /external/llvm/lib/Target/WebAssembly/
Relooper.h 17 #include "llvm/ADT/MapVector.h"
72 typedef MapVector<Block *, Branch *> BlockBranchMap;
73 typedef MapVector<Block *, std::unique_ptr<Branch>> OwningBlockBranchMap;
  /external/llvm/include/llvm/ADT/
MapVector.h 1 //===- llvm/ADT/MapVector.h - Map w/ deterministic value order --*- C++ -*-===//
32 class MapVector {
70 void swap(MapVector &RHS) {
170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) {
190 /// \brief A MapVector that performs no allocations if smaller than a certain
194 : MapVector<KeyT, ValueT, SmallDenseMap<KeyT, unsigned, N>,
  /external/llvm/include/llvm/Analysis/
VectorUtils.h 18 #include "llvm/ADT/MapVector.h"
125 MapVector<Instruction*, uint64_t>
  /external/llvm/include/llvm/MC/
ConstantPools.h 18 #include "llvm/ADT/MapVector.h"
73 // We use the MapVector for the map type to ensure stable iteration of
78 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy;
  /external/clang/include/clang/AST/
CXXInheritance.h 22 #include "llvm/ADT/MapVector.h"
272 typedef llvm::MapVector<unsigned, ValuesT> MapType;
357 : public llvm::MapVector<const CXXMethodDecl *, OverridingMethods> { };
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 13 #include "llvm/ADT/MapVector.h"
194 typedef MapVector<uint64_t, uint64_t> ConstantPool;
195 typedef MapVector<const MCSymbol *, uint64_t> FnStackSizeMap;
AsmPrinter.h 19 #include "llvm/ADT/MapVector.h"
108 MapVector<const MCSymbol *, GOTEquivUsePair> GlobalGOTEquivs;
  /external/llvm/unittests/ADT/
MapVectorTest.cpp 1 //===- unittest/ADT/MapVectorTest.cpp - MapVector unit tests ----*- C++ -*-===//
11 #include "llvm/ADT/MapVector.h"
18 MapVector<int, int> MV1, MV2;
19 std::pair<MapVector<int, int>::iterator, bool> R;
43 MapVector<int, int> MV;
44 std::pair<MapVector<int, int>::iterator, bool> R;
84 MapVector<int, int> MV;
107 MapVector<int, int> MV;
128 MapVector<int, int> MV;
  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 258 typedef Map<Matrix<Scalar,Dynamic,1>, Alignment > MapVector;
260 if(rd==1) MapVector(C+j*ldc+ib,actual_b) += B[0+d_end+j*ldb] * ConstMapVector(A+(d_end+0)*lda+ib, actual_b);
262 else if(rd==2) MapVector(C+j*ldc+ib,actual_b) += B[0+d_end+j*ldb] * ConstMapVector(A+(d_end+0)*lda+ib, actual_b)
265 else MapVector(C+j*ldc+ib,actual_b) += B[0+d_end+j*ldb] * ConstMapVector(A+(d_end+0)*lda+ib, actual_b)
  /external/llvm/include/llvm/ProfileData/
SampleProfWriter.h 16 #include "llvm/ADT/MapVector.h"
123 MapVector<StringRef, uint32_t> NameTable;
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 17 #include "llvm/ADT/MapVector.h"
    [all...]
  /external/v8/test/cctest/
types-fuzz.h 66 for (MapVector::iterator it = maps.begin(); it != maps.end(); ++it) {
167 typedef std::vector<Handle<i::Map> > MapVector;
171 MapVector maps;
  /external/webrtc/talk/media/devices/
linuxdevicemanager.cc 182 rtc::ConfigParser::MapVector all_values;
193 for (rtc::ConfigParser::MapVector::iterator i = all_values.begin();
  /external/clang/include/clang/Serialization/
ASTWriter.h 27 #include "llvm/ADT/MapVector.h"
241 llvm::MapVector<const IdentifierInfo *, serialization::IdentID> IdentifierIDs;
291 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs;
345 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 442 MapVector<Instruction *, uint64_t>
455 MapVector<Instruction *, uint64_t> MinBWs;
501 return MapVector<Instruction *, uint64_t>();
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 213 llvm::MapVector<FieldDecl *,
283 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) {
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 20 #include "llvm/ADT/MapVector.h"
79 MapVector<Instruction*, ConstantRange > SeenInsts;
82 MapVector<Instruction*, Value*> ConvertedInsts;
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 13 #include "llvm/ADT/MapVector.h"
187 typedef MapVector<object::SectionRef, DWARFSection,

Completed in 306 milliseconds

1 2