Searched refs:StringMap (Results 1 - 25 of 169) sorted by relevance

1234567

/external/clang/include/clang/StaticAnalyzer/Frontend/
H A DModelConsumer.h20 #include "llvm/ADT/StringMap.h"
30 /// This consumer collects the bodies of function definitions into a StringMap
34 ModelConsumer(llvm::StringMap<Stmt *> &Bodies);
39 llvm::StringMap<Stmt *> &Bodies;
H A DFrontendActions.h14 #include "llvm/ADT/StringMap.h"
40 /// parsed, the function definitions will be collected into a StringMap.
43 ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies);
51 llvm::StringMap<Stmt *> &Bodies;
/external/llvm/include/llvm/Support/
H A DSpecialCaseList.h51 #include "llvm/ADT/StringMap.h"
90 StringMap<StringMap<Entry>> Entries;
91 StringMap<StringMap<std::string>> Regexps;
H A DHost.h17 #include "llvm/ADT/StringMap.h"
70 bool getHostCPUFeatures(StringMap<bool> &Features);
/external/llvm/include/llvm/ADT/
H A DStringSet.h10 // 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;
/external/llvm/lib/Analysis/
H A DLibCallSemantics.cpp17 #include "llvm/ADT/StringMap.h"
22 /// This impl pointer in ~LibCallInfo is actually a StringMap. This
24 static StringMap<const LibCallFunctionInfo*> *getMap(void *Ptr) {
25 return static_cast<StringMap<const LibCallFunctionInfo*> *>(Ptr);
46 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl);
49 /// the StringMap to index it.
51 Impl = Map = new StringMap<const LibCallFunctionInfo*>();
56 // We now have the array of entries. Populate the StringMap.
/external/llvm/unittests/ADT/
H A DStringMapTest.cpp1 //===- llvm/unittest/ADT/StringMapMap.cpp - StringMap unit tests ----------===//
11 #include "llvm/ADT/StringMap.h"
21 StringMap<uint32_t> testMap;
54 StringMap<uint32_t>::iterator it = testMap.begin();
84 const StringMap<uint32_t>& constTestMap = testMap;
139 // StringMap has a tricky corner case when the map is small (<8 buckets) and
142 llvm::StringMap<int> Map(2);
173 for (StringMap<uint32_t>::iterator it = testMap.begin();
189 StringMap<uint32_t>::value_type* entry =
190 StringMap<uint32_
[all...]
/external/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp21 ParseModelFileAction::ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies)
H A DModelConsumer.cpp29 ModelConsumer::ModelConsumer(llvm::StringMap<Stmt *> &Bodies)
H A DModelInjector.h29 #include "llvm/ADT/StringMap.h"
69 llvm::StringMap<Stmt *> Bodies;
/external/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h51 bool write(const Module &M, StringMap<FunctionSamples> &P) {
63 bool write(StringMap<FunctionSamples> &ProfileMap) {
90 bool write(const Module &M, StringMap<FunctionSamples> &P) {
101 bool write(const Module &M, StringMap<FunctionSamples> &P) {
H A DInstrProfWriter.h20 #include "llvm/ADT/StringMap.h"
34 StringMap<CounterData> FunctionData;
H A DSampleProfReader.h17 #include "llvm/ADT/StringMap.h"
86 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
104 StringMap<FunctionSamples> Profiles;
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
H A DFelixHost.java33 import org.apache.felix.framework.util.StringMap;
62 StringMap configMap = new StringMap(false);
/external/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h15 #include "llvm/ADT/StringMap.h"
39 llvm::StringMap<Layout> Layouts;
/external/llvm/include/llvm/MC/
H A DStringTableBuilder.h14 #include "llvm/ADT/StringMap.h"
22 StringMap<size_t> StringIndexMap;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h13 #include "llvm/ADT/StringMap.h"
28 StringMap<std::pair<MCSymbol *, unsigned>, BumpPtrAllocator &> Pool;
/external/llvm/include/llvm/TableGen/
H A DSetTheory.h51 #include "llvm/ADT/StringMap.h"
98 StringMap<Operator*> Operators;
101 StringMap<Expander*> Expanders;
/external/llvm/lib/Object/
H A DRecordStreamer.h21 StringMap<State> Symbols;
28 typedef StringMap<State>::const_iterator const_iterator;
/external/clang/lib/Tooling/
H A DFileMatchTrie.cpp15 #include "llvm/ADT/StringMap.h"
110 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild =
138 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const {
145 for (llvm::StringMap<FileMatchTrieNode>::const_iterator
159 llvm::StringMap<FileMatchTrieNode> Children;
/external/jetty/src/java/org/eclipse/jetty/io/
H A DBufferCache.java25 import org.eclipse.jetty.util.StringMap;
36 private final StringMap _stringMap=new StringMap(StringMap.CASE_INSENSTIVE);
/external/llvm/include/llvm/
H A DPassRegistry.h23 #include "llvm/ADT/StringMap.h"
48 typedef StringMap<const PassInfo *> StringMapType;
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.h29 mutable StringMap<std::unique_ptr<X86Subtarget>> SubtargetMap;
/external/llvm/tools/dsymutil/
H A DDebugMap.h25 #include "llvm/ADT/StringMap.h"
128 iterator_range<StringMap<SymbolMapping>::const_iterator> symbols() const {
142 StringMap<SymbolMapping> Symbols;
/external/llvm/lib/Support/
H A DSpecialCaseList.cpp142 for (StringMap<StringMap<std::string>>::const_iterator I = Regexps.begin(),
145 for (StringMap<std::string>::const_iterator II = I->second.begin(),
160 StringMap<StringMap<Entry> >::const_iterator I = Entries.find(Section);
162 StringMap<Entry>::const_iterator II = I->second.find(Category);

Completed in 677 milliseconds

1234567