HomeSort by relevance Sort by last modified time
    Searched full:cplusplus (Results 1 - 25 of 143) 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 @import DependsOnModule.CXX; // expected-error{{module 'DependsOnModule.CXX' requires feature '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/include/clang/Frontend/
LangStandards.def 89 LineComment | CPlusPlus | Digraphs)
92 LineComment | CPlusPlus | Digraphs)
95 LineComment | CPlusPlus | Digraphs | GNUMode)
99 LineComment | CPlusPlus | CPlusPlus11 | Digraphs)
102 LineComment | CPlusPlus | CPlusPlus11 | Digraphs)
105 LineComment | CPlusPlus | CPlusPlus11 | Digraphs | GNUMode)
108 LineComment | CPlusPlus | CPlusPlus11 | Digraphs | GNUMode)
112 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus1y | Digraphs)
115 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus1y | Digraphs |
132 LineComment | CPlusPlus | Digraphs
    [all...]
LangStandard.h 25 CPlusPlus = (1 << 4),
70 bool isCPlusPlus() const { return Flags & frontend::CPlusPlus; }
  /external/clang/test/Analysis/
virtualcall.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.cplusplus.VirtualCall -analyzer-store region -verify %s
  /external/marisa-trie/
README 55 CPlusPlus
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /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 43 if (!Ctx.getLangOpts().CPlusPlus) {
93 return Lang.CPlusPlus ? ClassifyTemporary(E->getType()) : Cl::CL_PRValue;
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;
175 LO.CPlusPlus = true;
  /external/clang/include/clang/Basic/
LangOptions.def 50 LANGOPT(CPlusPlus , 1, 0, "C++")
64 LANGOPT(WChar , 1, CPlusPlus, "wchar_t keyword")
69 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'")
  /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 2244 milliseconds

1 2 3 4 5 6