Searched refs:MapEntryTy (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DStringMap.h239 typedef StringMapEntry<ValueTy> MapEntryTy; typedef in class:llvm::StringMap
241 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {}
243 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {}
246 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))), Allocator(A) {}
249 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))),
253 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {
323 bool insert(MapEntryTy *KeyValue) {
348 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
361 MapEntryTy &GetOrCreateValue(StringRef Key, InitTy Val) {
365 return *static_cast<MapEntryTy*>(Bucke
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp159 static int compareEntry(const Table::MapEntryTy *const *LHS,
160 const Table::MapEntryTy *const *RHS) {
170 SmallVector<const Table::MapEntryTy *, 32> Keys;
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DType.cpp445 typedef StringMap<StructType *>::MapEntryTy EntryTy;
H A DConstants.cpp2267 StringMap<ConstantDataSequential*>::MapEntryTy &Slot =

Completed in 110 milliseconds