OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CleanupKind
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
1928
unsigned
CleanupKind
= Record.readInt();
1930
if (
CleanupKind
== COK_Block)
1932
else if (
CleanupKind
== COK_CompoundLiteral)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp
307
CleanupKind
CleanupKind
;
312
CleanupKind
= CGF.getARCCleanupKind();
318
CleanupKind
= NormalAndEHCleanup;
322
CGF.pushDestroy(
CleanupKind
, ReferenceTemporary,
324
CleanupKind
& EHCleanup);
326
CGF.pushLifetimeExtendedDestroy(
CleanupKind
, ReferenceTemporary,
328
*Destroy,
CleanupKind
& EHCleanup);
Completed in 28 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026