OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isForEHCleanup
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
EHScopeStack.h
169
bool
isForEHCleanup
() const { return flags & F_IsForEH; }
170
bool isForNormalCleanup() const { return !
isForEHCleanup
(); }
CGException.cpp
1721
llvm::ConstantInt::get(CGF.ConvertType(ArgTys[0]), F.
isForEHCleanup
());
1728
if (!F.
isForEHCleanup
() && F.hasExitSwitch()) {
CGObjCMac.cpp
4341
if (flags.
isForEHCleanup
()) return;
Completed in 58 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026