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

1 2 3 4 5 6 7 8

  /external/clang/include/clang/StaticAnalyzer/Frontend/
ModelConsumer.h 20 #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;
FrontendActions.h 14 #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/
SpecialCaseList.h 51 #include "llvm/ADT/StringMap.h"
90 StringMap<StringMap<Entry>> Entries;
91 StringMap<StringMap<std::string>> Regexps;
Host.h 17 #include "llvm/ADT/StringMap.h"
70 bool getHostCPUFeatures(StringMap<bool> &Features);
  /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;
  /frameworks/compile/mclinker/include/mcld/LD/
MergedStringTable.h 14 #include <llvm/ADT/StringMap.h>
26 typedef llvm::StringMap<size_t> StringMapTy;
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryAreaFactory.h 16 #include <llvm/ADT/StringMap.h>
63 llvm::StringMap<MemoryArea*> m_AreaMap;
  /external/llvm/include/llvm/AsmParser/
SlotMapping.h 17 #include "llvm/ADT/StringMap.h"
36 StringMap<Type *> NamedTypes;
  /external/llvm/lib/Object/
RecordStreamer.h 21 StringMap<State> Symbols;
28 typedef StringMap<State>::const_iterator const_iterator;
  /external/llvm/unittests/ADT/
StringMapTest.cpp 1 //===- 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_t>::value_type::Create
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 21 ParseModelFileAction::ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies)
ModelInjector.h 29 #include "llvm/ADT/StringMap.h"
69 llvm::StringMap<Stmt *> Bodies;
ModelConsumer.cpp 29 ModelConsumer::ModelConsumer(llvm::StringMap<Stmt *> &Bodies)
  /external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
FelixHost.java 33 import org.apache.felix.framework.util.StringMap;
62 StringMap configMap = new StringMap(false);
  /external/clang/include/clang/Frontend/
LayoutOverrideSource.h 15 #include "llvm/ADT/StringMap.h"
39 llvm::StringMap<Layout> Layouts;
  /external/llvm/include/llvm/ProfileData/
InstrProfWriter.h 32 StringMap<ProfilingData> FunctionData;
SampleProfWriter.h 42 std::error_code write(const StringMap<FunctionSamples> &ProfileMap) {
74 writeHeader(const StringMap<FunctionSamples> &ProfileMap) = 0;
90 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override {
115 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfStringPool.h 13 #include "llvm/ADT/StringMap.h"
30 StringMap<EntryTy, BumpPtrAllocator &> Pool;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.h 26 mutable StringMap<std::unique_ptr<WebAssemblySubtarget>> SubtargetMap;
  /external/llvm/tools/dsymutil/
NonRelocatableStringpool.h 23 /// \brief Entries are stored into the StringMap and simply linked
26 typedef StringMap<std::pair<uint32_t, StringMapEntryBase *>, BumpPtrAllocator>
  /frameworks/compile/slang/
slang_rs_export_element.h 24 #include "llvm/ADT/StringMap.h"
49 typedef llvm::StringMap<const ElementInfo*> ElementInfoMapTy;
  /external/llvm/include/llvm/TableGen/
SetTheory.h 52 #include "llvm/ADT/StringMap.h"
98 StringMap<std::unique_ptr<Operator>> Operators;
101 StringMap<std::unique_ptr<Expander>> Expanders;
  /external/llvm/include/llvm/IR/
FunctionInfo.h 20 #include "llvm/ADT/StringMap.h"
146 typedef StringMap<FunctionInfoList> FunctionInfoMapTy;
153 /// module ID assigned to each module during the plugin step. The StringMap
155 typedef StringMap<uint64_t> ModulePathStringTableTy;
197 iterator_range<StringMap<uint64_t>::const_iterator>
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 15 #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/
BufferCache.java 25 import org.eclipse.jetty.util.StringMap;
36 private final StringMap _stringMap=new StringMap(StringMap.CASE_INSENSTIVE);
165 ",stringMap="+_stringMap+

Completed in 497 milliseconds

1 2 3 4 5 6 7 8