Searched refs:test_const (Results 1 – 11 of 11) sorted by relevance
22 test_const(const S& s) in test_const() function53 test_const(S("")); in test()54 test_const(S("abcde")); in test()55 test_const(S("abcdefghij")); in test()56 test_const(S("abcdefghijklmnopqrst")); in test()61 test_const(S("")); in test()62 test_const(S("abcde")); in test()63 test_const(S("abcdefghij")); in test()64 test_const(S("abcdefghijklmnopqrst")); in test()
36 test_const(const F& f) in test_const() function64 test_const(std::bind(A_void_0())); in main()69 test_const(std::bind<void>(A_void_0())); in main()74 test_const(std::bind<void>(A_int_0())); in main()
32 test_const(const F& f, R expected) in test_const() function50 test_const(std::bind(A_int_0()), 5); in main()55 test_const(std::bind<int>(A_int_0()), 5); in main()
3 // CHECK-LABEL: func @test_const4 func.func @test_const(%arg0 : index) -> tensor<4xi32> {
493 func.func @test_const(%arg0 : index) -> tensor<4xi32> {
10 define void @test_const(i32 %val) {11 ; CHECK-LABEL: test_const:
23 define float @test_const(float %x) {24 ; CHECK-LABEL: @test_const(
53 define float @test_const(float %x, float %z) {54 ; CHECK-LABEL: @test_const(
19 def test_const(O=TensorDef(F32, S.M, S.N, output=True)): function60 return test_const(outs=[init_result])
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