HomeSort by relevance Sort by last modified time
    Searched refs:isNonFragile (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/include/clang/Basic/
ObjCRuntime.h 80 bool isNonFragile() const {
93 /// The inverse of isNonFragile(): does this runtime follow the set of
95 bool isFragile() const { return !isNonFragile(); }
107 else if ((getKind() == MacOSX) && isNonFragile() &&
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 80 bool isNonFragile() const {
93 /// The inverse of isNonFragile(): does this runtime follow the set of
95 bool isFragile() const { return !isNonFragile(); }
107 else if ((getKind() == MacOSX) && isNonFragile() &&
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 80 bool isNonFragile() const {
93 /// The inverse of isNonFragile(): does this runtime follow the set of
95 bool isFragile() const { return !isNonFragile(); }
107 else if ((getKind() == MacOSX) && isNonFragile() &&
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 80 bool isNonFragile() const {
93 /// The inverse of isNonFragile(): does this runtime follow the set of
95 bool isFragile() const { return !isNonFragile(); }
107 else if ((getKind() == MacOSX) && isNonFragile() &&
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 80 bool isNonFragile() const {
93 /// The inverse of isNonFragile(): does this runtime follow the set of
95 bool isFragile() const { return !isNonFragile(); }
107 else if ((getKind() == MacOSX) && isNonFragile() &&
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 80 bool isNonFragile() const {
93 /// The inverse of isNonFragile(): does this runtime follow the set of
95 bool isFragile() const { return !isNonFragile(); }
107 else if ((getKind() == MacOSX) && isNonFragile() &&
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 80 bool isNonFragile() const {
93 /// The inverse of isNonFragile(): does this runtime follow the set of
95 bool isFragile() const { return !isNonFragile(); }
107 else if ((getKind() == MacOSX) && isNonFragile() &&
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 80 bool isNonFragile() const {
93 /// The inverse of isNonFragile(): does this runtime follow the set of
95 bool isFragile() const { return !isNonFragile(); }
107 else if ((getKind() == MacOSX) && isNonFragile() &&
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 80 bool isNonFragile() const {
93 /// The inverse of isNonFragile(): does this runtime follow the set of
95 bool isFragile() const { return !isNonFragile(); }
107 else if ((getKind() == MacOSX) && isNonFragile() &&
  /external/clang/include/clang/Driver/
ToolChain.h 353 virtual ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const;
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 156 if (CI.getLangOpts().ObjCRuntime.isNonFragile())
  /external/clang/lib/Driver/
ToolChain.cpp 397 ObjCRuntime ToolChain::getDefaultObjCRuntime(bool isNonFragile) const {
398 return ObjCRuntime(isNonFragile ? ObjCRuntime::GNUstep : ObjCRuntime::GCC,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 395 virtual ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 395 virtual ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 395 virtual ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 395 virtual ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 395 virtual ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 395 virtual ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 395 virtual ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 395 virtual ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const;
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 560 if (LangOpts.ObjCRuntime.isNonFragile()) {
    [all...]

Completed in 994 milliseconds

1 2