Home
last modified time | relevance | path

Searched refs:CurScope (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DScopedHashTable.h127 ScopedHashTableScope<K, V, KInfo> *CurScope; variable
132 ScopedHashTable() : CurScope(0) {} in ScopedHashTable()
134 assert(CurScope == 0 && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
151 assert(CurScope && "No scope active!"); in insert()
155 KeyEntry= new ScopedHashTableVal<K, V, KInfo>(CurScope->getLastValInScope(), in insert()
157 CurScope->setLastValInScope(KeyEntry); in insert()
177 PrevScope = HT.CurScope; in ScopedHashTableScope()
178 HT.CurScope = this; in ScopedHashTableScope()
184 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
185 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr;
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!");
195 insertIntoScope(CurScope, Key, Val);
209 ScopeTy *getCurScope() { return CurScope; }
210 const ScopeTy *getCurScope() const { return CurScope; }
230 PrevScope = HT.CurScope;
231 HT.CurScope = this;
237 assert(HT.CurScope == this && "Scope imbalance!");
238 HT.CurScope = PrevScope;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
195 insertIntoScope(CurScope, Key, Val); in insert()
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ADT/
H A DScopedHashTable.h164 ScopeTy *CurScope = nullptr; variable
175 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
196 insertIntoScope(CurScope, Key, Val); in insert()
210 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
211 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
231 PrevScope = HT.CurScope; in ScopedHashTableScope()
232 HT.CurScope = this; in ScopedHashTableScope()
238 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
239 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DScopedHashTable.h164 ScopeTy *CurScope = nullptr; variable
175 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
196 insertIntoScope(CurScope, Key, Val); in insert()
210 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
211 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
231 PrevScope = HT.CurScope; in ScopedHashTableScope()
232 HT.CurScope = this; in ScopedHashTableScope()
238 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
239 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
/dports/misc/tellico/tellico-3.4.2/src/3rdparty/btparse/
H A Dsym.c122 static Sym **CurScope = NULL; variable
187 if ( CurScope != NULL ) {rec->scope = *CurScope; *CurScope = rec;} in zzs_add()
256 if ( scope == NULL ) return( CurScope ); in zzs_scope()
257 CurScope = scope; in zzs_scope()
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/src/
H A Dsym.c126 static Sym **CurScope = NULL; variable
191 if ( CurScope != NULL ) {rec->scope = *CurScope; *CurScope = rec;} in zzs_add()
260 if ( scope == NULL ) return( CurScope ); in zzs_scope()
261 CurScope = scope; in zzs_scope()
/dports/textproc/btparse/btparse-0.35/src/
H A Dsym.c126 static Sym **CurScope = NULL; variable
191 if ( CurScope != NULL ) {rec->scope = *CurScope; *CurScope = rec;} in zzs_add()
260 if ( scope == NULL ) return( CurScope ); in zzs_scope()
261 CurScope = scope; in zzs_scope()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dsym.c121 static Sym **CurScope = NULL; variable
178 if ( CurScope != NULL ) {rec->scope = *CurScope; *CurScope = rec;}
264 if ( scope == NULL ) return( CurScope );
265 CurScope = scope;
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dsym.c121 static Sym **CurScope = NULL; variable
178 if ( CurScope != NULL ) {rec->scope = *CurScope; *CurScope = rec;}
264 if ( scope == NULL ) return( CurScope );
265 CurScope = scope;
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dsym.c121 static Sym **CurScope = NULL; variable
178 if ( CurScope != NULL ) {rec->scope = *CurScope; *CurScope = rec;}
264 if ( scope == NULL ) return( CurScope );
265 CurScope = scope;
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dsym.c121 static Sym **CurScope = NULL; variable
178 if ( CurScope != NULL ) {rec->scope = *CurScope; *CurScope = rec;}
264 if ( scope == NULL ) return( CurScope );
265 CurScope = scope;

1234567891011