HomeSort by relevance Sort by last modified time
    Searched full:cxx98 (Results 1 - 8 of 8) sorted by null

  /external/clang/test/Driver/
std.cpp 1 // RUN: %clang -std=c++98 %s -Wno-c++0x-compat -fsyntax-only 2>&1 | FileCheck -check-prefix=CXX98 %s
3 // RUN: %clang -std=c++03 %s -Wno-c++0x-compat -fsyntax-only 2>&1 | FileCheck -check-prefix=CXX98 %s
16 // CXX98: undeclared identifier 'typeof'
17 // CXX98: undeclared identifier 'decltype'
  /external/clang/include/clang/Frontend/
LangStandards.def 87 LANGSTANDARD(cxx98, "c++98",
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 612 cxx98,
613 cxx03 = cxx98,
611 cxx98, enumerator in enum:cxx_dialect
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 612 cxx98,
613 cxx03 = cxx98,
611 cxx98, enumerator in enum:cxx_dialect
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 612 cxx98,
613 cxx03 = cxx98,
611 cxx98, enumerator in enum:cxx_dialect
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 612 cxx98,
613 cxx03 = cxx98,
611 cxx98, enumerator in enum:cxx_dialect
    [all...]
  /external/clang/test/Preprocessor/
init.c 22 // RUN: %clang_cc1 -x c++ -std=c++98 -E -dM < /dev/null | FileCheck -check-prefix CXX98 %s
24 // CXX98:#define __GNUG__
25 // CXX98:#define __GXX_RTTI 1
26 // CXX98:#define __GXX_WEAK__ 1
27 // CXX98:#define __cplusplus 199711L
28 // CXX98:#define __private_extern__ extern
    [all...]
  /external/clang/www/
cxx_status.html 29 <h2 id="cxx98">C++98 implementation status</h2>

Completed in 277 milliseconds