Home
last modified time | relevance | path

Searched refs:MapVector (Results 1 – 25 of 50) sorted by relevance

12

/external/webrtc/webrtc/base/
Dlinux.h42 typedef std::vector<SimpleMap> MapVector; typedef
49 virtual bool Parse(MapVector* key_val_pairs);
104 ConfigParser::MapVector sections_;
Dlinux_unittest.cc78 ConfigParser::MapVector key_val_pairs; in TEST()
Dlinux.cc188 bool ConfigParser::Parse(MapVector* key_val_pairs) { in Parse()
/external/llvm/unittests/ADT/
DMapVectorTest.cpp18 MapVector<int, int> MV1, MV2; in TEST()
19 std::pair<MapVector<int, int>::iterator, bool> R; in TEST()
43 MapVector<int, int> MV; in TEST()
44 std::pair<MapVector<int, int>::iterator, bool> R; in TEST()
84 MapVector<int, int> MV; in TEST()
107 MapVector<int, int> MV; in TEST()
128 MapVector<int, int> MV; in TEST()
/external/llvm/include/llvm/ADT/
DMapVector.h32 class MapVector {
70 void swap(MapVector &RHS) { in swap()
170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if()
194 : MapVector<KeyT, ValueT, SmallDenseMap<KeyT, unsigned, N>,
/external/llvm/lib/Target/WebAssembly/
DRelooper.h72 typedef MapVector<Block *, Branch *> BlockBranchMap;
73 typedef MapVector<Block *, std::unique_ptr<Branch>> OwningBlockBranchMap;
/external/clang/include/clang/Sema/
DExternalSemaSource.h83 virtual void ReadMismatchingDeleteExpressions(llvm::MapVector<
189 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) {} in ReadLateParsedTemplates()
DMultiplexExternalSemaSource.h216 void ReadMismatchingDeleteExpressions(llvm::MapVector<
321 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap)
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp854 MapVector<ValueType, std::vector<SUnit *> > AliasMemDefs, NonAliasMemDefs; in buildSchedGraph()
855 MapVector<ValueType, std::vector<SUnit *> > AliasMemUses, NonAliasMemUses; in buildSchedGraph()
955 for (MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
961 for (MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
996 for (MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
1002 for (MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
1040 MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
1042 MapVector<ValueType, std::vector<SUnit *> >::iterator IE = in buildSchedGraph()
1065 MapVector<ValueType, std::vector<SUnit *> >::iterator J = in buildSchedGraph()
1067 MapVector<ValueType, std::vector<SUnit *> >::iterator JE = in buildSchedGraph()
[all …]
/external/clang/include/clang/AST/
DCXXInheritance.h272 typedef llvm::MapVector<unsigned, ValuesT> MapType;
357 : public llvm::MapVector<const CXXMethodDecl *, OverridingMethods> { };
/external/eigen/Eigen/src/SparseLU/
DSparseLU_gemm_kernel.h258 typedef Map<Matrix<Scalar,Dynamic,1>, Alignment > MapVector; in sparselu_gemm() typedef
260 …if(rd==1) MapVector(C+j*ldc+ib,actual_b) += B[0+d_end+j*ldb] * ConstMapVector(A+(d_end+0)*ld… in sparselu_gemm()
262 …else if(rd==2) MapVector(C+j*ldc+ib,actual_b) += B[0+d_end+j*ldb] * ConstMapVector(A+(d_end+0)*ld… in sparselu_gemm()
265 …else MapVector(C+j*ldc+ib,actual_b) += B[0+d_end+j*ldb] * ConstMapVector(A+(d_end+0)*ld… in sparselu_gemm()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h194 typedef MapVector<uint64_t, uint64_t> ConstantPool;
195 typedef MapVector<const MCSymbol *, uint64_t> FnStackSizeMap;
/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.h37 typedef MapVector<InlinedVariable, InstrRanges> InstrRangesMap;
DDwarfDebug.h202 MapVector<const MDNode *, DwarfCompileUnit *> CUMap;
205 MapVector<const MDNode *, DwarfCompileUnit *> SPMap;
/external/llvm/include/llvm/MC/
DConstantPools.h78 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy;
/external/v8/test/cctest/
Dtypes-fuzz.h67 for (MapVector::iterator it = maps.begin(); it != maps.end(); ++it) { in Types()
168 typedef std::vector<Handle<i::Map> > MapVector; typedef
172 MapVector maps;
/external/llvm/include/llvm/Analysis/
DVectorUtils.h125 MapVector<Instruction*, uint64_t>
/external/webrtc/talk/media/devices/
Dlinuxdevicemanager.cc182 rtc::ConfigParser::MapVector all_values; in GetVideoDeviceNameK2_4()
193 for (rtc::ConfigParser::MapVector::iterator i = all_values.begin(); in GetVideoDeviceNameK2_4()
/external/llvm/lib/Analysis/
DVectorUtils.cpp442 MapVector<Instruction *, uint64_t>
455 MapVector<Instruction *, uint64_t> MinBWs; in computeMinimumValueSizes()
501 return MapVector<Instruction *, uint64_t>(); in computeMinimumValueSizes()
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp200 typedef MapVector<const MachineBasicBlock *,
206 typedef MapVector<const MachineBasicBlock *,
211 typedef MapVector<const MachineInstr *, SetOfMachineInstr> InstrToInstrs;
214 typedef MapVector<const MachineBasicBlock *, BitVector> BlockToRegSet;
/external/llvm/include/llvm/ProfileData/
DSampleProfWriter.h123 MapVector<StringRef, uint32_t> NameTable;
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp213 llvm::MapVector<FieldDecl *, in ReadMismatchingDeleteExpressions()
283 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) { in ReadLateParsedTemplates()
/external/clang/include/clang/Serialization/
DASTWriter.h241 llvm::MapVector<const IdentifierInfo *, serialization::IdentID> IdentifierIDs;
291 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs;
345 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
DASTReader.h543 typedef llvm::MapVector<Decl *, uint64_t,
679 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> >
928 llvm::MapVector<IdentifierInfo *, SmallVector<uint32_t, 4> >
1805 void ReadMismatchingDeleteExpressions(llvm::MapVector<
1836 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap)
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp79 MapVector<Instruction*, ConstantRange > SeenInsts;
82 MapVector<Instruction*, Value*> ConvertedInsts;

12