HomeSort by relevance Sort by last modified time
    Searched refs:test_const (Results 1 - 8 of 8) sorted by null

  /external/libcxx/test/std/strings/basic.string/string.ops/string.accessors/
data.pass.cpp 23 test_const(const S& s) function
55 test_const(S(""));
56 test_const(S("abcde"));
57 test_const(S("abcdefghij"));
58 test_const(S("abcdefghijklmnopqrst"));
63 test_const(S(""));
64 test_const(S("abcde"));
65 test_const(S("abcdefghij"));
66 test_const(S("abcdefghijklmnopqrst"));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.ops/string.accessors/
data.pass.cpp 23 test_const(const S& s) function
55 test_const(S(""));
56 test_const(S("abcde"));
57 test_const(S("abcdefghij"));
58 test_const(S("abcdefghijklmnopqrst"));
63 test_const(S(""));
64 test_const(S("abcde"));
65 test_const(S("abcdefghij"));
66 test_const(S("abcdefghijklmnopqrst"));
  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_int_0.pass.cpp 31 test_const(const F& f, R expected) function
49 test_const(std::bind(A_int_0()), 5);
54 test_const(std::bind<int>(A_int_0()), 5);
invoke_void_0.pass.cpp 35 test_const(const F& f) function
63 test_const(std::bind(A_void_0()));
68 test_const(std::bind<void>(A_void_0()));
73 test_const(std::bind<void>(A_int_0()));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_int_0.pass.cpp 31 test_const(const F& f, R expected) function
49 test_const(std::bind(A_int_0()), 5);
54 test_const(std::bind<int>(A_int_0()), 5);
invoke_void_0.pass.cpp 35 test_const(const F& f) function
63 test_const(std::bind(A_void_0()));
68 test_const(std::bind<void>(A_void_0()));
73 test_const(std::bind<void>(A_int_0()));
  /external/eigen/unsupported/test/
cxx11_tensor_forced_eval.cpp 49 static void test_const() function
78 CALL_SUBTEST(test_const());
  /external/clang/test/SemaCXX/
err_typecheck_assign_const.cpp 25 void test_const() const { // expected-note 2{{member function 'test3::test_const' is declared const here}} function in class:test3
26 field = 4; // expected-error{{cannot assign to non-static data member within const member function 'test_const'}}

Completed in 115 milliseconds