OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NormalCleanupDest
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp
634
assert(condition->getOperand(0) == CGF.
NormalCleanupDest
.getPointer());
869
NormalCleanupDest
= Address::invalid();
1302
if (!
NormalCleanupDest
.isValid())
1303
NormalCleanupDest
=
1305
return
NormalCleanupDest
;
CodeGenFunction.cpp
470
if (
NormalCleanupDest
.isValid() && isCoroutine()) {
473
cast<llvm::AllocaInst>(
NormalCleanupDest
.getPointer()), DT);
474
NormalCleanupDest
= Address::invalid();
CodeGenFunction.h
617
Address
NormalCleanupDest
= Address::invalid();
CGObjCMac.cpp
4498
addIfPresent(AllocasToIgnore, CGF.
NormalCleanupDest
);
Completed in 105 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026