OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:useEHCleanupForArray
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp
474
bool
useEHCleanupForArray
)
476
useEHCleanupForArray
(
useEHCleanupForArray
) {}
481
bool
useEHCleanupForArray
;
485
bool
useEHCleanupForArray
=
486
flags.isForNormalCleanup() && this->
useEHCleanupForArray
;
488
CGF.emitDestroy(addr, type, destroyer,
useEHCleanupForArray
);
2114
bool
useEHCleanupForArray
) {
2116
destroyer,
useEHCleanupForArray
);
2126
bool
useEHCleanupForArray
) {
[
all
...]
CGClass.cpp
1636
bool
useEHCleanupForArray
;
1640
bool
useEHCleanupForArray
)
1642
useEHCleanupForArray
(
useEHCleanupForArray
) {}
1653
flags.isForNormalCleanup() &&
useEHCleanupForArray
);
CGObjC.cpp
1594
bool
useEHCleanupForArray
;
1598
bool
useEHCleanupForArray
)
1600
useEHCleanupForArray
(
useEHCleanupForArray
) {}
1606
flags.isForNormalCleanup() &&
useEHCleanupForArray
);
Completed in 21 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026