Searched defs:test_const (Results 1 – 13 of 13) sorted by relevance
31 test_const(const F& f, R expected) in test_const() function
35 test_const(const F& f) in test_const() function
31 void test_const(const F& f, R expected) { in test_const() function
36 test_const(const F& f) in test_const() function
23 test_const(const S& s) in test_const() function
21 TEST_CONSTEXPR_CXX20 void test_const(const S& s) { in test_const() function
49 static void test_const() in test_const() function
388 test_const() in test_const() function
25 …void test_const() const { // expected-note 2{{member function 'test3::test_const' is declared cons… in test_const() function in test3
114 template<class F> void test_const( F const & f ) in test_const() function
124 template<class F> void test_const( F const & f ) in test_const() function
539 def test_const(self, env): member in TestSyntax
760 def test_const(self): member in TestBooleanOptionalAction