Home
last modified time | relevance | path

Searched refs:TEST_CONSTEXPR_CXX14 (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/support/
Dconstexpr_char_traits.hpp28 static TEST_CONSTEXPR_CXX14 void assign(char_type& __c1, const char_type& __c2) TEST_NOEXCEPT in assign()
37 …static TEST_CONSTEXPR_CXX14 int compare(const char_type* __s1, const char_type* __s2,…
38 static TEST_CONSTEXPR_CXX14 size_t length(const char_type* __s);
39 …static TEST_CONSTEXPR_CXX14 const char_type* find(const char_type* __s, size_t __n, const char_typ…
40 …static TEST_CONSTEXPR_CXX14 char_type* move(char_type* __s1, const char_type* __s2, size_t _…
41 …static TEST_CONSTEXPR_CXX14 char_type* copy(char_type* __s1, const char_type* __s2, size_t _…
42 static TEST_CONSTEXPR_CXX14 char_type* assign(char_type* __s, size_t __n, char_type __a);
62 TEST_CONSTEXPR_CXX14 int
76 TEST_CONSTEXPR_CXX14 size_t
86 TEST_CONSTEXPR_CXX14 const _CharT*
[all …]
Dtest_macros.h100 # define TEST_CONSTEXPR_CXX14 constexpr macro
102 # define TEST_CONSTEXPR_CXX14 macro
113 #define TEST_CONSTEXPR_CXX14 macro
Darchetypes.hpp141 TEST_CONSTEXPR_CXX14 ValueBase& operator=(int xvalue) noexcept { in operator =()
171 TEST_CONSTEXPR_CXX14 ValueBase& operator=(ValueBase const& o) noexcept { in operator =()
176 TEST_CONSTEXPR_CXX14 ValueBase& operator=(ValueBase&& o) noexcept { in operator =()