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

  /external/llvm/tools/dsymutil/
NonRelocatableStringpool.h 48 const MapTy::MapEntryTy *getFirstEntry() const {
54 const MapTy::MapEntryTy *getNextEntry(const MapTy::MapEntryTy *E) const {
55 return static_cast<const MapTy::MapEntryTy *>(E->getValue().second);
63 MapTy::MapEntryTy Sentinel, *Last;
MachOUtils.cpp 496 Entry = static_cast<MapTy::MapEntryTy *>(Entry->getValue().second))
  /external/llvm/include/llvm/ADT/
StringMap.h 222 typedef StringMapEntry<ValueTy> MapEntryTy;
224 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {}
226 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {}
229 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))), Allocator(A) {}
232 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))),
236 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {
310 bool insert(MapEntryTy *KeyValue) {
340 MapEntryTy::Create(KV.first, Allocator, std::move(KV.second));
357 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
368 void remove(MapEntryTy *KeyValue)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 167 static int compareEntry(const Table::MapEntryTy *const *LHS,
168 const Table::MapEntryTy *const *RHS) {
178 SmallVector<const Table::MapEntryTy *, 32> Keys;
  /external/llvm/lib/IR/
Type.cpp 439 typedef StringMap<StructType *>::MapEntryTy EntryTy;

Completed in 3717 milliseconds