Home
last modified time | relevance | path

Searched refs:cxx1z (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Lexer/
Dcxx-features.cpp13 #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/
Dp6-0x.cpp65 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/
DCxx1zStatus.rst31 .. _paper-status-cxx1z:
47 .. _issues-status-cxx1z:
Dindex.rst141 * :ref:`C++17 - In Progress <cxx1z-status>`
/external/clang/include/clang/Frontend/
DLangStandards.def133 LANGSTANDARD(cxx1z, "c++1z",