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

  /external/chromium/third_party/libjingle/source/talk/base/
linux.h 45 // ConfigParser::MapVector key_val_pairs;
57 typedef std::vector<SimpleMap> MapVector;
64 virtual bool Parse(MapVector *key_val_pairs);
112 ConfigParser::MapVector cpu_info_;
linux.cc 130 bool ConfigParser::Parse(MapVector *key_val_pairs) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
linux.h 47 // ConfigParser::MapVector key_val_pairs;
59 typedef std::vector<SimpleMap> MapVector;
66 virtual bool Parse(MapVector* key_val_pairs);
121 ConfigParser::MapVector sections_;
linux_unittest.cc 95 ConfigParser::MapVector key_val_pairs;
linux.cc 205 bool ConfigParser::Parse(MapVector* key_val_pairs) {
  /external/llvm/unittests/ADT/
MapVectorTest.cpp 1 //===- unittest/ADT/MapVectorTest.cpp - MapVector unit tests ----*- C++ -*-===//
11 #include "llvm/ADT/MapVector.h"
17 MapVector<int, int> MV;
18 std::pair<MapVector<int, int>::iterator, bool> R;
  /external/clang/include/clang/AST/
CXXInheritance.h 22 #include "llvm/ADT/MapVector.h"
275 typedef llvm::MapVector<unsigned, ValuesT> MapType;
360 : public llvm::MapVector<const CXXMethodDecl *, OverridingMethods> { };
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 17 #include "llvm/ADT/MapVector.h"
703 MapVector<const Value *, SUnit *> AliasMemDefs, NonAliasMemDefs;
704 MapVector<const Value *, std::vector<SUnit *> > AliasMemUses, NonAliasMemUses;
798 for (MapVector<const Value *, SUnit *>::iterator I =
802 for (MapVector<const Value *, std::vector<SUnit *> >::iterator I =
836 for (MapVector<const Value *, SUnit *>::iterator I = AliasMemDefs.begin(),
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 54 class MapVector {
72 ~MapVector() {
659 typedef MapVector<const Value *, PtrState> MapTy;
    [all...]
  /external/llvm/include/llvm/ADT/
MapVector.h 1 //===- llvm/ADT/MapVector.h - Map with deterministic value order *- C++ -*-===//
33 class MapVector {
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.cc 182 talk_base::ConfigParser::MapVector all_values;
193 for (talk_base::ConfigParser::MapVector::iterator i = all_values.begin();
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 21 #include "llvm/ADT/MapVector.h"
363 typedef llvm::MapVector<const FileEntry *, ModuleFileInfo> ModuleFilesMap;
381 llvm::MapVector<const FileEntry *, ModuleFileInfo>::iterator Known
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 38 #include "llvm/ADT/MapVector.h"
413 typedef llvm::MapVector<Decl *, uint64_t,
590 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> >
829 llvm::MapVector<IdentifierInfo *, SmallVector<uint32_t, 4> >
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 745 talk_base::ConfigParser::MapVector all_values;
756 for (talk_base::ConfigParser::MapVector::iterator i = all_values.begin();
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 12 #include "llvm/ADT/MapVector.h"
37 typedef MapVector<PHINode *, BBValueVector> PhiMap;
38 typedef MapVector<BasicBlock *, BBVector> BB2BBVecMap;
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 26 #include "llvm/ADT/MapVector.h"
65 MapVector<MCSymbol*, MCSymbol*> TOC;
774 for (MapVector<MCSymbol*, MCSymbol*>::iterator I = TOC.begin(),
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 317 typedef llvm::MapVector<IdentifierInfo *,
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 44 #include "llvm/ADT/MapVector.h"
    [all...]
SemaLookup.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 22 #include "llvm/ADT/MapVector.h"
    [all...]
LoopVectorize.cpp 51 #include "llvm/ADT/MapVector.h"
497 typedef MapVector<PHINode*, InductionInfo> InductionList;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1159 milliseconds