Home
last modified time | relevance | path

Searched refs:OldScope (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/objconv/objconv-2.52/source/
H A Dmac2mac.cpp39 int OldScope = 0; // Old scope of symbol. 0=local, 1=public, 2=external in MakeSymbolTable() local
59 if (symi == this->iextdefsym && this->nextdefsym) OldScope = 1; in MakeSymbolTable()
60 if (symi == this->iundefsym && this->nundefsym) OldScope = 2; in MakeSymbolTable()
61 NewScope = OldScope; in MakeSymbolTable()
77 action = cmd.SymbolChange(Name1, &Name2, SYMT_LOCAL + OldScope); in MakeSymbolTable()
91 if (OldScope == 1) { in MakeSymbolTable()
94 else if (OldScope == 2) { in MakeSymbolTable()
104 if (OldScope == 1) { in MakeSymbolTable()
108 else if (OldScope == 2) { in MakeSymbolTable()
123 if (OldScope != 1) { in MakeSymbolTable()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DDebugLoc.cpp213 MDNode *OldScope = Entry.first.get(); in deleted() local
215 assert(OldScope != 0 && OldInlinedAt != 0 && in deleted()
219 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&& in deleted()
221 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt)); in deleted()
267 MDNode *OldScope = Entry.first.get(); in allUsesReplacedWith() local
269 assert(OldScope != 0 && OldInlinedAt != 0 && in allUsesReplacedWith()
273 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&& in allUsesReplacedWith()
275 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt)); in allUsesReplacedWith()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dtree_scope_adopter.cc42 Document& old_document = OldScope().GetDocument(); in Execute()
57 Document& old_document = OldScope().GetDocument(); in MoveTreeToNewScope()
142 DCHECK(node.GetTreeScope() == OldScope()); in UpdateTreeScope()
H A Dtree_scope_adopter.h63 TreeScope& OldScope() const { return *old_scope_; } in OldScope() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dtree_scope_adopter.cc42 Document& old_document = OldScope().GetDocument(); in Execute()
57 Document& old_document = OldScope().GetDocument(); in MoveTreeToNewScope()
147 DCHECK(node.GetTreeScope() == OldScope()); in UpdateTreeScope()
H A Dtree_scope_adopter.h63 TreeScope& OldScope() const { return *old_scope_; } in OldScope() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParser.cpp377 Scope *OldScope = getCurScope(); in ExitScope() local
378 Actions.CurScope = OldScope->getParent(); in ExitScope()
381 delete OldScope; in ExitScope()
383 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParser.cpp377 Scope *OldScope = getCurScope(); in ExitScope() local
378 Actions.CurScope = OldScope->getParent(); in ExitScope()
381 delete OldScope; in ExitScope()
383 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParser.cpp384 Scope *OldScope = getCurScope(); in ExitScope() local
385 Actions.CurScope = OldScope->getParent(); in ExitScope()
388 delete OldScope; in ExitScope()
390 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Parse/
H A DParser.cpp422 Scope *OldScope = getCurScope(); in ExitScope() local
423 Actions.CurScope = OldScope->getParent(); in ExitScope()
426 delete OldScope; in ExitScope()
428 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Parse/
H A DParser.cpp421 Scope *OldScope = getCurScope(); in ExitScope() local
422 Actions.CurScope = OldScope->getParent(); in ExitScope()
425 delete OldScope; in ExitScope()
427 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Parse/
H A DParser.cpp388 Scope *OldScope = getCurScope(); in ExitScope() local
389 Actions.CurScope = OldScope->getParent(); in ExitScope()
392 delete OldScope; in ExitScope()
394 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParser.cpp422 Scope *OldScope = getCurScope(); in ExitScope() local
423 Actions.CurScope = OldScope->getParent(); in ExitScope()
426 delete OldScope; in ExitScope()
428 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParser.cpp421 Scope *OldScope = getCurScope(); in ExitScope() local
422 Actions.CurScope = OldScope->getParent(); in ExitScope()
425 delete OldScope; in ExitScope()
427 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Parse/
H A DParser.cpp389 Scope *OldScope = getCurScope(); in ExitScope() local
390 Actions.CurScope = OldScope->getParent(); in ExitScope()
393 delete OldScope; in ExitScope()
395 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Parse/
H A DParser.cpp388 Scope *OldScope = getCurScope(); in ExitScope() local
389 Actions.CurScope = OldScope->getParent(); in ExitScope()
392 delete OldScope; in ExitScope()
394 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Parse/
H A DParser.cpp389 Scope *OldScope = getCurScope(); in ExitScope() local
390 Actions.CurScope = OldScope->getParent(); in ExitScope()
393 delete OldScope; in ExitScope()
395 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParser.cpp422 Scope *OldScope = getCurScope(); in ExitScope() local
423 Actions.CurScope = OldScope->getParent(); in ExitScope()
426 delete OldScope; in ExitScope()
428 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Parse/
H A DParser.cpp422 Scope *OldScope = getCurScope(); in ExitScope() local
423 Actions.CurScope = OldScope->getParent(); in ExitScope()
426 delete OldScope; in ExitScope()
428 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParser.cpp421 Scope *OldScope = getCurScope(); in ExitScope() local
422 Actions.CurScope = OldScope->getParent(); in ExitScope()
425 delete OldScope; in ExitScope()
427 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParser.cpp422 Scope *OldScope = getCurScope(); in ExitScope() local
423 Actions.CurScope = OldScope->getParent(); in ExitScope()
426 delete OldScope; in ExitScope()
428 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Parse/
H A DParser.cpp422 Scope *OldScope = getCurScope(); in ExitScope() local
423 Actions.CurScope = OldScope->getParent(); in ExitScope()
426 delete OldScope; in ExitScope()
428 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/src/
H A Dxmerl_xsd.erl3027 OldScope = S#xsd_state.scope,
3031 {XMLEl2,S2#xsd_state{scope=OldScope}};
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl_xsd.erl3027 OldScope = S#xsd_state.scope,
3031 {XMLEl2,S2#xsd_state{scope=OldScope}};
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/src/
H A Dxmerl_xsd.erl3027 OldScope = S#xsd_state.scope,
3031 {XMLEl2,S2#xsd_state{scope=OldScope}};

12