Home
last modified time | relevance | path

Searched defs:test_const (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dinvoke_int_0.pass.cpp31 void test_const(const F& f, R expected) { in test_const() function
H A Dinvoke_void_0.pass.cpp36 test_const(const F& f) in test_const() function
/llvm-project/libcxx/test/std/strings/basic.string/string.ops/string.accessors/
H A Ddata.pass.cpp21 TEST_CONSTEXPR_CXX20 void test_const(const S& s) { in test_const() function
/llvm-project/mlir/test/python/dialects/linalg/opdsl/
H A Demit_misc.py19 def test_const(O=TensorDef(F32, S.M, S.N, output=True)): function
/llvm-project/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