Home
last modified time | relevance | path

Searched refs:test_const (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.ops/string.accessors/
H A Ddata.pass.cpp22 test_const(const S& s) in test_const() function
53 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()
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dinvoke_void_0.pass.cpp36 test_const(const F& f) in test_const() function
64 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()
H A Dinvoke_int_0.pass.cpp32 test_const(const F& f, R expected) in test_const() function
50 test_const(std::bind(A_int_0()), 5); in main()
55 test_const(std::bind<int>(A_int_0()), 5); in main()
/llvm-project-15.0.7/mlir/test/Dialect/Tosa/
H A Dconstant_folding.mlir3 // CHECK-LABEL: func @test_const
4 func.func @test_const(%arg0 : index) -> tensor<4xi32> {
H A Dops.mlir493 func.func @test_const(%arg0 : index) -> tensor<4xi32> {
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dmsr-it-block.ll10 define void @test_const(i32 %val) {
11 ; CHECK-LABEL: test_const:
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/AMDGPU/
H A Dfmul_legacy.ll23 define float @test_const(float %x) {
24 ; CHECK-LABEL: @test_const(
H A Dfma_legacy.ll53 define float @test_const(float %x, float %z) {
54 ; CHECK-LABEL: @test_const(
/llvm-project-15.0.7/mlir/test/python/dialects/linalg/opdsl/
H A Demit_misc.py19 def test_const(O=TensorDef(F32, S.M, S.N, output=True)): function
60 return test_const(outs=[init_result])
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dtranslate-constant-dag.ll6 define void @test_const(%dag* %dst) {
7 ; CHECK-LABEL: name: test_const
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp25 …void test_const() const { // expected-note 2{{member function 'test3::test_const' is declared cons… in test_const() function in test3