Searched refs:test_const (Results 1 – 9 of 9) sorted by relevance
23 test_const(const S& s) in test_const() function55 test_const(S("")); in main()56 test_const(S("abcde")); in main()57 test_const(S("abcdefghij")); in main()58 test_const(S("abcdefghijklmnopqrst")); in main()63 test_const(S("")); in main()64 test_const(S("abcde")); in main()65 test_const(S("abcdefghij")); in main()66 test_const(S("abcdefghijklmnopqrst")); in main()
35 test_const(const F& f) in test_const() function63 test_const(std::bind(A_void_0())); in main()68 test_const(std::bind<void>(A_void_0())); in main()73 test_const(std::bind<void>(A_int_0())); in main()
31 test_const(const F& f, R expected) in test_const() function49 test_const(std::bind(A_int_0()), 5); in main()54 test_const(std::bind<int>(A_int_0()), 5); in main()
49 static void test_const() in test_const() function78 CALL_SUBTEST(test_const()); in test_cxx11_tensor_forced_eval()
10 define void @test_const(i32 %val) {11 ; CHECK-LABEL: test_const:
6 define void @test_const(%dag* %dst) {7 ; CHECK-LABEL: name: test_const
25 …void test_const() const { // expected-note 2{{member function 'test3::test_const' is declared cons… in test_const() function in test3
39 .method public test_const-string-jumbo()V65 .method public test_const-string-jumbo-autofix()V