/external/clang/test/Driver/ |
std.cpp | 1 // RUN: not %clang -std=c++98 %s -Wno-c++0x-compat -fsyntax-only 2>&1 | FileCheck -check-prefix=CXX98 %s 3 // RUN: not %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 | 32 // RUN: %clang_cc1 -x c++ -std=c++98 -E -dM < /dev/null | FileCheck -check-prefix CXX98 %s 34 // CXX98:#define __GNUG__ 35 // CXX98:#define __GXX_RTTI 1 36 // CXX98:#define __GXX_WEAK__ 1 37 // CXX98:#define __cplusplus 199711L 38 // CXX98:#define __private_extern__ extern [all...] |
/external/clang/www/ |
cxx_status.html | 30 <h2 id="cxx98">C++98 implementation status</h2>
|