HomeSort by relevance Sort by last modified time
    Searched full:cplusplus (Results 1 - 25 of 131) 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)
118 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/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/
README 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/
README 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/
README 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 681 .Case("has_nothrow_assign", LangOpts.CPlusPlus)
682 .Case("has_nothrow_copy", LangOpts.CPlusPlus)
683 .Case("has_nothrow_constructor", LangOpts.CPlusPlus)
684 .Case("has_trivial_assign", LangOpts.CPlusPlus)
685 .Case("has_trivial_copy", LangOpts.CPlusPlus)
686 .Case("has_trivial_constructor", LangOpts.CPlusPlus)
687 .Case("has_trivial_destructor", LangOpts.CPlusPlus)
688 .Case("has_virtual_destructor", LangOpts.CPlusPlus)
689 .Case("is_abstract", LangOpts.CPlusPlus)
690 .Case("is_base_of", LangOpts.CPlusPlus)
    [all...]
  /external/clang/test/Analysis/
virtualcall.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=experimental.cplusplus.VirtualCall -analyzer-store region -verify %s
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 12 // Don't have native <cplusplus> headers
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 12 // Don't have native <cplusplus> headers
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 12 // Don't have native <cplusplus> headers
  /prebuilts/ndk/android-ndk-r7/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) {
129 return Ctx.getLangOpts().CPlusPlus? Cl::CL_ClassTemporary
227 return Lang.CPlusPlus ? Cl::CL_LValue : Cl::CL_PRValue;
262 if (Lang.CPlusPlus)
304 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
312 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
319 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
399 (Ctx.getLangOpts().CPlusPlus &&
410 if (!Ctx.getLangOpts().CPlusPlus) return Cl::CL_PRValue
    [all...]
TemplateName.cpp 164 LO.CPlusPlus = true;
173 LO.CPlusPlus = true;
  /external/stlport/stlport/stl/config/
_android.h 12 // Don't have native <cplusplus> headers
  /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
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/
Makefile 25 # extern "C" { #include "lexyyc" } in a .cplusplus file.
  /external/clang/include/clang/Basic/
LangOptions.def 49 LANGOPT(CPlusPlus , 1, 0, "C++")
66 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'")
  /external/clang/lib/Basic/
Module.cpp 58 .Case("cplusplus", LangOpts.CPlusPlus)
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 136 if (!Features.CPlusPlus &&
144 if (Features.CPlusPlus &&
  /gdk/sources/llvm-ndk-cc/
Compiler.cpp 182 mLangOpts.CPlusPlus = 1;
289 if (mLangOpts.CPlusPlus == 1) {

Completed in 614 milliseconds

1 2 3 4 5 6