Searched refs:cxx1z (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/Lexer/ |
D | cxx-features.cpp | 13 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macr… argument 15 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macr… argument 17 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx14 == 0 ? defined(__cpp_##macro) : __cpp_##macr… argument 19 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx1z == 0 ? defined(__cpp_##macro) : __cpp_##macr… argument
|
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
D | p6-0x.cpp | 65 constexpr bool cxx1z = __cplusplus > 201402L; variable 71 static_assert(is_same<func_type_noexcept_false, func_type_noexcept_true>::value == !cxx1z, ""); 72 static_assert(is_same<func_type_noexcept_false::val, func_type_noexcept_true::val>::value == !cxx1z… 73 static_assert(is_same<func_type_noexcept_false::ptr, func_type_noexcept_true::ptr>::value == !cxx1z… 74 static_assert(is_same<func_type_noexcept_false::ref, func_type_noexcept_true::ref>::value == !cxx1z…
|
/external/llvm-project/libcxx/docs/ |
D | Cxx1zStatus.rst | 31 .. _paper-status-cxx1z: 47 .. _issues-status-cxx1z:
|
D | index.rst | 141 * :ref:`C++17 - In Progress <cxx1z-status>`
|
/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 133 LANGSTANDARD(cxx1z, "c++1z",
|