HomeSort by relevance Sort by last modified time
    Searched full:cplusplus (Results 26 - 50 of 180) sorted by null

12 3 4 5 6 7 8

  /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
  /prebuilts/ndk/9/sources/cxx-stl/EH/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;
143 return Ctx.getLangOpts().CPlusPlus ? ClassifyTemporary(E->getType())
241 return Lang.CPlusPlus ? Cl::CL_LValue : Cl::CL_PRValue;
276 if (Lang.CPlusPlus)
325 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
333 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
340 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
421 (Ctx.getLangOpts().CPlusPlus &&
432 if (!Ctx.getLangOpts().CPlusPlus) return Cl::CL_PRValue
    [all...]
TemplateName.cpp 164 LO.CPlusPlus = true;
175 LO.CPlusPlus = true;
  /external/chromium_org/third_party/mesa/src/bin/
mklib 117 echo ' -cplusplus link with C++ runtime'
141 CPLUSPLUS=0
204 '-cplusplus')
205 CPLUSPLUS=1
315 if [ $CPLUSPLUS = 1 ] ; then
448 if [ $CPLUSPLUS = 1 ] ; then
543 if [ $CPLUSPLUS = 1 ] ; then
617 if [ $CPLUSPLUS = 1 ] ; then
728 if [ $CPLUSPLUS = 1 ] ; then
795 if [ $CPLUSPLUS = 1 ] ; the
    [all...]
  /external/mesa3d/bin/
mklib 117 echo ' -cplusplus link with C++ runtime'
141 CPLUSPLUS=0
204 '-cplusplus')
205 CPLUSPLUS=1
315 if [ $CPLUSPLUS = 1 ] ; then
448 if [ $CPLUSPLUS = 1 ] ; then
543 if [ $CPLUSPLUS = 1 ] ; then
617 if [ $CPLUSPLUS = 1 ] ; then
728 if [ $CPLUSPLUS = 1 ] ; then
795 if [ $CPLUSPLUS = 1 ] ; the
    [all...]
  /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'")
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jmc.h 59 #endif /* cplusplus */
  /ndk/docs/
sidenav.html 16 <li><a href="CPLUSPLUS-SUPPORT.html" target="content">C++ Support</a></li>
  /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
  /external/harfbuzz_ng/test/api/
Makefile.am 48 test-cplusplus \
50 test_cplusplus_SOURCES = test-cplusplus.cc
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
Makefile 86 -cplusplus \
  /external/mesa3d/src/gallium/targets/libgl-xlib/
Makefile 86 -cplusplus \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
Makefile 191 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
198 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
  /external/clang/test/Analysis/
MismatchedDeallocator-checker-test.mm 124 // new/delete oparators are subjects of cplusplus.NewDelete.
158 // Check for intersection with cplusplus.NewDelete bounded with
NewDelete-checker-test.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete -std=c++11 -fblocks -verify %s
2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.cplusplus.NewDeleteLeaks -DLEAKS -std=c++11 -fblocks -verify %s
  /external/mesa3d/src/gallium/targets/egl-static/
Makefile 191 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
198 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
  /external/clang/lib/Parse/
Parser.cpp 232 if (Kind == OutsideFunction && getLangOpts().CPlusPlus) {
731 if (getLangOpts().CPlusPlus && NextToken().is(tok::kw_template)) {
741 if (getLangOpts().CPlusPlus) {
764 if (getLangOpts().CPlusPlus && NextToken().is(tok::kw_template)) {
799 if (getLangOpts().CPlusPlus && Tok.is(tok::equal)) {
810 (getLangOpts().CPlusPlus &&
822 if (!getLangOpts().CPlusPlus &&
826 if (getLangOpts().CPlusPlus && Tok.is(tok::equal)) {
899 if (Tok.is(tok::string_literal) && getLangOpts().CPlusPlus &&
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 112 return getLangOpts().CPlusPlus;
232 !(getLangOpts().CPlusPlus && NewSSPtr &&
460 if (getLangOpts().CPlusPlus) {
510 bool CheckTemplate = R.getSema().getLangOpts().CPlusPlus &&
561 << Name << TagName << SemaRef.getLangOpts().CPlusPlus
633 if (getLangOpts().CPlusPlus)
658 if (!getLangOpts().CPlusPlus && !SecondTry &&
678 if (getLangOpts().CPlusPlus && NextToken.is(tok::less) &&
765 if (getLangOpts().CPlusPlus && NextToken.is(tok::less) &&
789 if (getLangOpts().CPlusPlus && NextToken.is(tok::less) &
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 373 if (S.getLangOpts().CPlusPlus) {
386 if (S.getLangOpts().CPlusPlus) {
397 if (S.getLangOpts().CPlusPlus) {
412 if (S.getLangOpts().CPlusPlus) {
479 if (S.getLangOpts().CPlusPlus) {
    [all...]

Completed in 1806 milliseconds

12 3 4 5 6 7 8