OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stable_begin
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp
191
InnermostNormalCleanup =
stable_begin
();
193
InnermostEHScope =
stable_begin
();
234
InnermostEHScope =
stable_begin
();
251
InnermostEHScope =
stable_begin
();
258
InnermostEHScope =
stable_begin
();
426
while (EHStack.
stable_begin
() != Old) {
1051
assert(Dest.getScopeDepth().encloses(EHStack.
stable_begin
())
1076
assert(Dest.getScopeDepth().encloses(EHStack.
stable_begin
())
1279
if (C == EHStack.
stable_begin
() &&
EHScopeStack.h
384
stable_iterator
stable_begin
() const {
function in class:clang::CodeGen::EHScopeStack
CGExprAgg.cpp
291
LifetimeEndBlock = CGF.EHStack.
stable_begin
();
535
cleanup = CGF.EHStack.
stable_begin
();
1358
Cleanups.push_back(CGF.EHStack.
stable_begin
());
1663
addCleanup(CGF.EHStack.
stable_begin
());
1742
addCleanup(CGF.EHStack.
stable_begin
());
1816
cleanup = CGF.EHStack.
stable_begin
();
CGCleanup.h
577
assert(sp.Size <=
stable_begin
().Size && "finding savepoint after pop");
CGCoroutine.cpp
504
auto old_top = CGF.EHStack.
stable_begin
();
506
auto top = CGF.EHStack.
stable_begin
();
CGExprCXX.cpp
1094
Cleanup = EHStack.
stable_begin
();
1263
Cleanup = EHStack.
stable_begin
();
1704
operatorDeleteCleanup = EHStack.
stable_begin
();
CodeGenFunction.cpp
365
bool HasCleanups = EHStack.
stable_begin
() != PrologueCleanupDepth;
1091
PrologueCleanupDepth = EHStack.
stable_begin
();
CGBlocks.cpp
2332
EHScopeStack::stable_iterator cleanupDepth = CGF.EHStack.
stable_begin
();
2362
EHScopeStack::stable_iterator cleanupDepth = CGF.EHStack.
stable_begin
();
CGException.cpp
399
EHScopeStack::stable_iterator cleanup = EHStack.
stable_begin
();
CGStmt.cpp
606
Dest.setScopeDepth(EHStack.
stable_begin
());
CodeGenFunction.h
853
CleanupStackDepth = CGF.EHStack.
stable_begin
();
870
return CGF.EHStack.
stable_begin
() != CleanupStackDepth;
CGDecl.cpp
2485
EHStack.
stable_begin
();
Completed in 152 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026