Searched refs:ScopedHashTableScope (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ScopedHashTable.h | 85 class ScopedHashTableScope { 90 ScopedHashTableScope *PrevScope; 97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT); 98 ScopedHashTableScope(ScopedHashTableScope &) = delete; 99 ScopedHashTableScope &operator=(ScopedHashTableScope &) = delete; 100 ~ScopedHashTableScope(); 102 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope() 103 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope() 156 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>; 160 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>; [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 16857 …ScopedHashTableScope<llvm::MachineInstr*, unsigned int, llvm::MachineInstrExpressionTrait, llvm::R… 16862 …ScopedHashTableScope<llvm::MachineInstr*, unsigned int, llvm::MachineInstrExpressionTrait, llvm::R… 16863 …ScopedHashTableScope<llvm::MachineInstr*, unsigned int, llvm::MachineInstrExpressionTrait, llvm::R… 16868 …ScopedHashTableScope<llvm::MachineInstr*, unsigned int, llvm::MachineInstrExpressionTrait, llvm::R… 18221 …ScopedHashTableScope<llvm::Value*, std::pair<llvm::Value*, unsigned int>, llvm::DenseMapInfo<llvm:…
|