Home
last modified time | relevance | path

Searched refs:test_return_string (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_test_python.py137 def test_return_string(): function
160 test_return_string()
Disl_test_cpp.cc75 test_return_string(ctx); in test_return()
Disl_test_cpp-checked.cc123 test_return_string(ctx); in test_return()
Disl_test_cpp-generic.cc179 void test_return_string(isl::ctx ctx) in test_return_string() function
/external/python/cpython3/Lib/test/
Dtest_os.py4185 def test_return_string(self): member in TestPEP519