OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isNonFragile
(Results
1 - 2
of
2
) 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/Driver/ToolChains/
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
)
Completed in 77 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026