Home
last modified time | relevance | path

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

/external/libcxx/test/std/strings/basic.string/string.ops/string.accessors/
Ddata.pass.cpp23 test_const(const S& s) in test_const() function
55 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()
/external/llvm-project/libcxx/test/std/strings/basic.string/string.ops/string.accessors/
Ddata.pass.cpp22 test_const(const S& s) in test_const() function
54 test_const(S("")); in main()
55 test_const(S("abcde")); in main()
56 test_const(S("abcdefghij")); in main()
57 test_const(S("abcdefghijklmnopqrst")); in main()
62 test_const(S("")); in main()
63 test_const(S("abcde")); in main()
64 test_const(S("abcdefghij")); in main()
65 test_const(S("abcdefghijklmnopqrst")); in main()
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dinvoke_void_0.pass.cpp35 test_const(const F& f) in test_const() function
63 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()
Dinvoke_int_0.pass.cpp31 test_const(const F& f, R expected) in test_const() function
49 test_const(std::bind(A_int_0()), 5); in main()
54 test_const(std::bind<int>(A_int_0()), 5); in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
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()
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()
/external/llvm-project/mlir/test/Dialect/Tosa/
Dconstant_folding.mlir3 // CHECK-LABEL: func @test_const
4 func @test_const(%arg0 : index) -> tensor<4xi32> {
Dops.mlir452 func @test_const(%arg0 : index) -> tensor<4xi32> {
/external/eigen/unsupported/test/
Dcxx11_tensor_forced_eval.cpp49 static void test_const() in test_const() function
78 CALL_SUBTEST(test_const()); in test_cxx11_tensor_forced_eval()
/external/llvm/test/CodeGen/ARM/
Dmsr-it-block.ll10 define void @test_const(i32 %val) {
11 ; CHECK-LABEL: test_const:
/external/llvm-project/llvm/test/CodeGen/ARM/
Dmsr-it-block.ll10 define void @test_const(i32 %val) {
11 ; CHECK-LABEL: test_const:
/external/llvm-project/llvm/test/Transforms/InstCombine/AMDGPU/
Dfmul_legacy.ll23 define float @test_const(float %x) {
24 ; CHECK-LABEL: @test_const(
Dfma_legacy.ll53 define float @test_const(float %x, float %z) {
54 ; CHECK-LABEL: @test_const(
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dtranslate-constant-dag.ll6 define void @test_const(%dag* %dst) {
7 ; CHECK-LABEL: name: test_const
/external/clang/test/SemaCXX/
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
/external/llvm-project/clang/test/SemaCXX/
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
/external/python/jinja/tests/
Dtest_lexnparse.py539 def test_const(self, env): member in TestSyntax
/external/python/cpython3/Lib/test/
Dtest_argparse.py703 def test_const(self): member in TestBooleanOptionalAction
/external/smali/smali-integration-tests/src/test/smali/jumbo-string-tests/
DFormat31c.smali39 .method public test_const-string-jumbo()V
65 .method public test_const-string-jumbo-autofix()V