/external/llvm/include/llvm/ADT/ |
StringSet.h | 10 // StringSet - A set-like wrapper for the StringMap. 17 #include "llvm/ADT/StringMap.h" 21 /// StringSet - A wrapper for StringMap that provides set-like functionality. 23 class StringSet : public llvm::StringMap<char, AllocatorTy> { 24 typedef llvm::StringMap<char, AllocatorTy> base;
|
StringMap.h | 1 //===--- StringMap.h - String Hash table map interface ----------*- C++ -*-===// 10 // This file defines the StringMap class. 30 /// various datatypes in a stringmap to allow them to be initialized when an 51 /// StringMapImpl - This is the base class of StringMap that is shared among 115 /// a StringMap. It contains the Value itself and the key: the string length 231 /// StringMap - This is an unconventional map that is specialized for handling 236 class StringMap : public StringMapImpl { 241 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} 242 explicit StringMap(unsigned InitialSize) 245 explicit StringMap(AllocatorTy A [all...] |
/external/llvm/lib/Analysis/ |
LibCallSemantics.cpp | 17 #include "llvm/ADT/StringMap.h" 21 /// getMap - This impl pointer in ~LibCallInfo is actually a StringMap. This 23 static StringMap<const LibCallFunctionInfo*> *getMap(void *Ptr) { 24 return static_cast<StringMap<const LibCallFunctionInfo*> *>(Ptr); 45 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl); 48 /// the StringMap to index it. 50 Impl = Map = new StringMap<const LibCallFunctionInfo*>(); 55 // We now have the array of entries. Populate the StringMap.
|
/frameworks/rs/cpu_ref/linkloader/include/ |
ELFSectionHeaderTable.h | 23 #include <llvm/ADT/StringMap.h> 35 llvm::StringMap<ELFSectionHeaderTy *> name_map;
|
ELFSectionSymTab.h | 22 #include <llvm/ADT/StringMap.h> 34 llvm::StringMap<ELFSymbolTy *> name_map;
|
/external/llvm/lib/Transforms/Utils/ |
SpecialCaseList.cpp | 72 StringMap<StringMap<std::string> > Regexps; 129 for (StringMap<StringMap<std::string> >::const_iterator I = Regexps.begin(), 132 for (StringMap<std::string>::const_iterator II = I->second.begin(), 141 for (StringMap<StringMap<Entry> >::iterator I = Entries.begin(), 144 for (StringMap<Entry>::const_iterator II = I->second.begin(), 199 StringMap<StringMap<Entry> >::const_iterator I = Entries.find(Section) [all...] |
/external/llvm/include/llvm/Transforms/Utils/ |
SpecialCaseList.h | 48 #include "llvm/ADT/StringMap.h" 93 StringMap<StringMap<Entry> > Entries;
|
/external/llvm/include/llvm/Support/ |
Host.h | 17 #include "llvm/ADT/StringMap.h" 70 bool getHostCPUFeatures(StringMap<bool> &Features);
|
/external/chromium/chrome/browser/importer/ |
mork_reader.h | 117 typedef std::map<IDString, std::string> StringMap; 129 StringMap* map); 151 StringMap value_map_;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfCompileUnit.h | 20 #include "llvm/ADT/StringMap.h" 70 StringMap<DIE*> GlobalNames; 74 StringMap<DIE*> GlobalTypes; 78 StringMap<std::vector<DIE*> > AccelNames; 79 StringMap<std::vector<DIE*> > AccelObjC; 80 StringMap<std::vector<DIE*> > AccelNamespace; 81 StringMap<std::vector<std::pair<DIE*, unsigned> > > AccelTypes; 108 const StringMap<DIE*> &getGlobalNames() const { return GlobalNames; } 109 const StringMap<DIE*> &getGlobalTypes() const { return GlobalTypes; } 111 const StringMap<std::vector<DIE*> > &getAccelNames() const [all...] |
/external/clang/include/clang/Frontend/ |
LayoutOverrideSource.h | 15 #include "llvm/ADT/StringMap.h" 39 llvm::StringMap<Layout> Layouts;
|
/frameworks/compile/slang/ |
slang_rs_export_element.h | 24 #include "llvm/ADT/StringMap.h" 49 typedef llvm::StringMap<const ElementInfo*> ElementInfoMapTy;
|
/external/clang/include/clang/Basic/ |
FileSystemStatCache.h | 20 #include "llvm/ADT/StringMap.h" 101 llvm::StringMap<FileData, llvm::BumpPtrAllocator> StatCalls; 103 typedef llvm::StringMap<FileData, llvm::BumpPtrAllocator>::const_iterator
|
/external/llvm/unittests/ADT/ |
StringMapTest.cpp | 1 //===- llvm/unittest/ADT/StringMapMap.cpp - StringMap unit tests ----------===// 11 #include "llvm/ADT/StringMap.h" 20 StringMap<uint32_t> testMap; 53 StringMap<uint32_t>::iterator it = testMap.begin(); 83 const StringMap<uint32_t>& constTestMap = testMap; 138 // StringMap has a tricky corner case when the map is small (<8 buckets) and 141 llvm::StringMap<int> Map(2); 172 for (StringMap<uint32_t>::iterator it = testMap.begin(); 205 StringMap<uint32_t>::value_type* entry = 206 StringMap<uint32_t>::value_type::Create [all...] |
/external/llvm/utils/TableGen/ |
SetTheory.h | 51 #include "llvm/ADT/StringMap.h" 98 StringMap<Operator*> Operators; 101 StringMap<Expander*> Expanders;
|
/external/chromium_org/net/proxy/ |
proxy_config_service_android_unittest.cc | 48 typedef std::map<std::string, std::string> StringMap; 54 ProxyConfigServiceAndroidTestBase(const StringMap& initial_configuration) 83 StringMap::const_iterator it = configuration_.find(key); 104 StringMap configuration_; 113 : ProxyConfigServiceAndroidTestBase(StringMap()) {} 123 StringMap MakeInitialConfiguration() { 124 StringMap initial_configuration;
|
/external/llvm/lib/Support/ |
DynamicLibrary.cpp | 18 #include "llvm/ADT/StringMap.h" 25 static llvm::StringMap<void *> *ExplicitSymbols = 0; 49 ExplicitSymbols = new StringMap<void*>(); 133 StringMap<void *>::iterator i = ExplicitSymbols->find(symbolName);
|
/external/clang/lib/Tooling/ |
FileMatchTrie.cpp | 15 #include "llvm/ADT/StringMap.h" 108 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild = 136 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const { 143 for (llvm::StringMap<FileMatchTrieNode>::const_iterator 157 llvm::StringMap<FileMatchTrieNode> Children;
|
/external/llvm/lib/Target/NVPTX/ |
NVVMReflect.cpp | 20 #include "llvm/ADT/StringMap.h" 46 StringMap<int> VarMap; 57 NVVMReflect(const StringMap<int> &Mapping) 60 for (StringMap<int>::const_iterator I = Mapping.begin(), E = Mapping.end(); 77 ModulePass *llvm::createNVVMReflectPass(const StringMap<int>& Mapping) {
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_extension_helper.h | 94 typedef std::map<std::string, std::string> StringMap; 117 StringMap id_to_name_;
|
/external/llvm/tools/lto/ |
LTOModule.h | 19 #include "llvm/ADT/StringMap.h" 41 typedef llvm::StringMap<uint8_t> StringSet; 56 llvm::StringMap<NameAndAttributes> _undefines;
|
/external/llvm/utils/FileCheck/ |
FileCheck.cpp | 22 #include "llvm/ADT/StringMap.h" 108 /// The VariableTable StringMap provides the current values of filecheck 111 StringMap<StringRef> &VariableTable) const; 116 const StringMap<StringRef> &VariableTable) const; 136 const StringMap<StringRef> &VariableTable) const; 382 StringMap<StringRef> &VariableTable) const { 412 StringMap<StringRef>::iterator it = 454 const StringMap<StringRef> &VariableTable) const { 472 const StringMap<StringRef> &VariableTable) const{ 491 StringMap<StringRef>::const_iterator it = VariableTable.find(Var) [all...] |
/external/clang/include/clang/Lex/ |
Pragma.h | 18 #include "llvm/ADT/StringMap.h" 93 llvm::StringMap<PragmaHandler*> Handlers;
|
/external/clang/include/clang/Serialization/ |
GlobalModuleIndex.h | 23 #include "llvm/ADT/StringMap.h" 107 llvm::StringMap<unsigned> UnresolvedModules;
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
CheckerRegistry.h | 128 mutable llvm::StringMap<size_t> Packages;
|