HomeSort by relevance Sort by last modified time
    Searched full:cplusplus (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/clang/test/Modules/Inputs/DependsOnModule.framework/
module.map 8 requires cplusplus
  /external/clang/test/Modules/
requires.m 4 @__experimental_modules_import DependsOnModule.CXX; // expected-error{{module 'DependsOnModule.CXX' requires feature 'cplusplus'}}
  /external/clang/include/clang/Frontend/
LangStandards.def 89 BCPLComment | CPlusPlus | Digraphs)
92 BCPLComment | CPlusPlus | Digraphs)
95 BCPLComment | CPlusPlus | Digraphs | GNUMode)
99 BCPLComment | CPlusPlus | CPlusPlus0x | Digraphs)
102 BCPLComment | CPlusPlus | CPlusPlus0x | Digraphs)
105 BCPLComment | CPlusPlus | CPlusPlus0x | Digraphs | GNUMode)
108 BCPLComment | CPlusPlus | CPlusPlus0x | Digraphs | GNUMode)
124 BCPLComment | CPlusPlus | Digraphs)
LangStandard.h 25 CPlusPlus = (1 << 4),
69 bool isCPlusPlus() const { return Flags & frontend::CPlusPlus; }
  /ndk/sources/cxx-stl/gnu-libstdc++/
README 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/
README 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/
README 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/
README 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/
README 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 710 .Case("has_nothrow_assign", LangOpts.CPlusPlus)
711 .Case("has_nothrow_copy", LangOpts.CPlusPlus)
712 .Case("has_nothrow_constructor", LangOpts.CPlusPlus)
713 .Case("has_trivial_assign", LangOpts.CPlusPlus)
714 .Case("has_trivial_copy", LangOpts.CPlusPlus)
715 .Case("has_trivial_constructor", LangOpts.CPlusPlus)
716 .Case("has_trivial_destructor", LangOpts.CPlusPlus)
717 .Case("has_virtual_destructor", LangOpts.CPlusPlus)
718 .Case("is_abstract", LangOpts.CPlusPlus)
719 .Case("is_base_of", LangOpts.CPlusPlus)
    [all...]
  /external/clang/test/Analysis/
virtualcall.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.cplusplus.VirtualCall -analyzer-store region -verify %s
  /external/stlport/stlport/stl/config/
_android.h 12 // Don't have native <cplusplus> headers
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 12 // Don't have native <cplusplus> headers
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 12 // Don't have native <cplusplus> headers
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 12 // Don't have native <cplusplus> headers
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 12 // Don't have native <cplusplus> headers
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 12 // Don't have native <cplusplus> headers
  /external/clang/lib/AST/
ExprClassification.cpp 42 return Lang.CPlusPlus && E->getType()->isRecordType() ?
58 if (!Ctx.getLangOpts().CPlusPlus) {
142 return Ctx.getLangOpts().CPlusPlus ? ClassifyTemporary(E->getType())
240 return Lang.CPlusPlus ? Cl::CL_LValue : Cl::CL_PRValue;
275 if (Lang.CPlusPlus)
317 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
325 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
332 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
412 (Ctx.getLangOpts().CPlusPlus &&
423 if (!Ctx.getLangOpts().CPlusPlus) return Cl::CL_PRValue
    [all...]
TemplateName.cpp 164 LO.CPlusPlus = true;
173 LO.CPlusPlus = true;
  /external/clang/include/clang/Basic/
LangOptions.def 49 LANGOPT(CPlusPlus , 1, 0, "C++")
60 LANGOPT(WChar , 1, CPlusPlus, "wchar_t keyword")
65 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'")
  /ndk/build/tools/toolchain-patches/llvm/
0006-Define-__ANDROID__-macro-on-androideabi-targets.patch 24 if (Opts.CPlusPlus)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cppdefault.h 40 const char cplusplus; /* Only look here if we're compiling C++. */ member in struct:default_include
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cppdefault.h 40 const char cplusplus; /* Only look here if we're compiling C++. */ member in struct:default_include
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cppdefault.h 40 const char cplusplus; /* Only look here if we're compiling C++. */ member in struct:default_include
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cppdefault.h 40 const char cplusplus; /* Only look here if we're compiling C++. */ member in struct:default_include

Completed in 750 milliseconds

1 2 3 4 5 6