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

  /external/llvm/include/llvm/ADT/
StringMap.h 216 typedef StringMapEntry<ValueTy> MapEntryTy;
218 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {}
220 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {}
223 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))), Allocator(A) {}
226 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))),
297 bool insert(MapEntryTy *KeyValue) {
327 MapEntryTy::Create(KV.first, Allocator, std::move(KV.second));
344 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
355 void remove(MapEntryTy *KeyValue) {
360 MapEntryTy &V = *I
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 164 static int compareEntry(const Table::MapEntryTy *const *LHS,
165 const Table::MapEntryTy *const *RHS) {
175 SmallVector<const Table::MapEntryTy *, 32> Keys;
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 311 const MapTy::MapEntryTy *getFirstEntry() const {
317 const MapTy::MapEntryTy *getNextEntry(const MapTy::MapEntryTy *E) const {
318 return static_cast<const MapTy::MapEntryTy *>(E->getValue().second);
326 MapTy::MapEntryTy Sentinel, *Last;
    [all...]
  /external/llvm/lib/IR/
Type.cpp 441 typedef StringMap<StructType *>::MapEntryTy EntryTy;

Completed in 373 milliseconds