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

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 44 #ifndef CXX1Y
65 #ifndef CXX1Y
74 #ifdef CXX1Y
120 // or a compound-statement that does not contain [CXX1Y]
160 #ifndef CXX1Y
167 #ifndef CXX1Y
174 #ifndef CXX1Y
181 #ifndef CXX1Y
189 #ifndef CXX1Y
197 #ifndef CXX1Y
    [all...]
p4.cpp 88 #ifndef CXX1Y
94 #ifndef CXX1Y
100 #ifndef CXX1Y
106 #ifndef CXX1Y
112 #ifndef CXX1Y
118 #ifndef CXX1Y
124 #ifndef CXX1Y
  /external/clang/test/SemaCXX/
cxx1y-constexpr-not-const.cpp 9 #ifdef CXX1Y
cxx1y-contextual-conversion-tweaks.cpp 37 #ifdef CXX1Y
95 #ifdef CXX1Y
149 #ifdef CXX1Y
172 #ifdef CXX1Y
PR10177.cpp 4 #ifndef CXX1Y
cxx98-compat-pedantic.cpp 51 #ifdef CXX1Y
  /external/clang/test/Lexer/
cxx-features.cpp 10 #define check(macro, cxx98, cxx11, cxx1y) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx98
12 #define check(macro, cxx98, cxx11, cxx1y) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx11
14 #define check(macro, cxx98, cxx11, cxx1y) cxx1y == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx1y
  /external/clang/test/PCH/
cxx1y-lambdas.mm 1 // RUN: %clang_cc1 -pedantic-errors -fblocks -std=c++1y -emit-pch %s -o %t-cxx1y
2 // RUN: %clang_cc1 -ast-print -pedantic-errors -fblocks -std=c++1y -include-pch %t-cxx1y %s | FileCheck -check-prefix=CHECK-PRINT %s
  /external/clang/test/Driver/
std.cpp 8 // RUN: not %clang -std=c++1y %s -fsyntax-only 2>&1 | FileCheck -check-prefix=CXX1Y %s
30 // CXX1Y: undeclared identifier 'typeof'
31 // CXX1Y-NOT: undeclared identifier 'decltype'
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3-1y.cpp 66 #ifdef CXX1Y
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p1-0x.cpp 36 #ifndef CXX1Y
  /external/clang/include/clang/Frontend/
LangStandards.def 110 LANGSTANDARD(cxx1y, "c++1y",
  /external/clang/test/CXX/basic/basic.types/
p10.cpp 10 #ifndef CXX1Y
  /external/llvm/autoconf/
configure.ac 619 dnl --enable-cxx1y : check whether or not to use -std=c++1y on the command line
620 AC_ARG_ENABLE(cxx1y,
621 AS_HELP_STRING([--enable-cxx1y],
628 *) AC_MSG_ERROR([Invalid setting for --enable-cxx1y. Use "yes" or "no"]) ;;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h 639 cxx1y
638 cxx1y enumerator in enum:cxx_dialect
    [all...]
  /external/clang/test/Preprocessor/
init.c 22 // RUN: %clang_cc1 -x c++ -std=c++1y -E -dM < /dev/null | FileCheck -check-prefix CXX1Y %s
24 // CXX1Y:#define __GNUG__
25 // CXX1Y:#define __GXX_EXPERIMENTAL_CXX0X__ 1
26 // CXX1Y:#define __GXX_RTTI 1
27 // CXX1Y:#define __GXX_WEAK__ 1
28 // CXX1Y:#define __cplusplus 201402L
29 // CXX1Y:#define __private_extern__ extern
    [all...]
  /external/llvm/
configure     [all...]

Completed in 368 milliseconds