OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNonFragile
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
ObjCRuntime.h
81
bool
isNonFragile
() const {
94
/// The inverse of
isNonFragile
(): does this runtime follow the set of
96
bool isFragile() const { return !
isNonFragile
(); }
108
else if ((getKind() == MacOSX) &&
isNonFragile
() &&
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp
167
if (CI.getLangOpts().ObjCRuntime.
isNonFragile
())
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h
570
virtual ObjCRuntime getDefaultObjCRuntime(bool
isNonFragile
) const;
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.h
481
ObjCRuntime getDefaultObjCRuntime(bool
isNonFragile
) const override;
Clang.cpp
392
if (runtime.
isNonFragile
())
3618
if (Runtime.
isNonFragile
()) {
6936
bool
isNonFragile
= objcABIVersion != 1;
6944
runtime = getToolChain().getDefaultObjCRuntime(
isNonFragile
);
6958
runtime = getToolChain().getDefaultObjCRuntime(
isNonFragile
);
6970
if (
isNonFragile
)
Darwin.cpp
835
ObjCRuntime Darwin::getDefaultObjCRuntime(bool
isNonFragile
) const {
840
if (
isNonFragile
)
/src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp
653
ObjCRuntime ToolChain::getDefaultObjCRuntime(bool
isNonFragile
) const {
654
return ObjCRuntime(
isNonFragile
? ObjCRuntime::GNUstep : ObjCRuntime::GCC,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
2381
if (CGM.getLangOpts().ObjCRuntime.
isNonFragile
()) {
3450
if (CGM.getLangOpts().ObjCRuntime.
isNonFragile
()) {
3467
if (CGM.getLangOpts().ObjCRuntime.
isNonFragile
()) {
4082
if (CGM.getLangOpts().ObjCRuntime.
isNonFragile
()) {
CGDebugInfo.cpp
592
RuntimeVers = LO.ObjCRuntime.
isNonFragile
() ? 2 : 1;
2800
if (CGM.getLangOpts().ObjCRuntime.
isNonFragile
()) {
CGObjCMac.cpp
2062
GV->setSection(CGM.getLangOpts().ObjCRuntime.
isNonFragile
()
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp
710
if (LangOpts.ObjCRuntime.
isNonFragile
()) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
2146
if (LangOpts.ObjCRuntime.
isNonFragile
()) {
2994
LangOpts.ObjCRuntime.
isNonFragile
() &&
4156
if (LangOpts.ObjCRuntime.
isNonFragile
()) {
5088
if (LangOpts.ObjCRuntime.
isNonFragile
()) {
SemaObjCProperty.cpp
1349
} else if (getLangOpts().ObjCRuntime.
isNonFragile
() &&
1576
getLangOpts().ObjCRuntime.
isNonFragile
() &&
2026
S.LangOpts.ObjCRuntime.
isNonFragile
())
SemaDecl.cpp
17133
if (LangOpts.ObjCRuntime.
isNonFragile
() &&
Completed in 89 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026