OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentFnLexicalScope
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LexicalScopes.cpp
42
CurrentFnLexicalScope
= nullptr;
61
if (
CurrentFnLexicalScope
) {
62
constructScopeNest(
CurrentFnLexicalScope
);
179
assert(!
CurrentFnLexicalScope
);
180
CurrentFnLexicalScope
= &I->second;
289
if (Scope ==
CurrentFnLexicalScope
) {
313
if (Scope ==
CurrentFnLexicalScope
&& MBB->getParent() == MF)
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LexicalScopes.h
153
bool empty() { return
CurrentFnLexicalScope
== nullptr; }
157
return
CurrentFnLexicalScope
;
247
///
CurrentFnLexicalScope
- Top level scope for the current function.
249
LexicalScope *
CurrentFnLexicalScope
= nullptr;
Completed in 29 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026