Home
last modified time | relevance | path

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

/llvm-project/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py1721 def generate_std_test(test_list, std): argument
1723 for tc in test_list:
1747 def generate_std_tests(test_list):
1765 other_std_tests.append(generate_std_test(test_list, std))
1769 pre_std_test=generate_std_test(test_list, "c++11"),
1772 last_std_test=generate_std_test(test_list, std_dialects[-1]),
1778 def generate_synopsis(test_list):
1779 max_name_len = max([len(tc["name"]) for tc in test_list])
1789 for tc in test_list:
1803 test_list
1695 generate_std_test(test_list, std) global() argument
1752 generate_synopsis(test_list) global() argument
[all...]
/llvm-project/compiler-rt/test/msan/Linux/
H A Dxattr.cpp58 size_t test_list(ssize_t fun(char*, size_t), char **buf) { in test_list() function
133 attr_list_size = test_list(listxattr_wrapper, &attr_list); in main()
135 attr_list_size = test_list(llistxattr_wrapper, &attr_list); in main()
137 attr_list_size = test_list(flistxattr_wrapper, &attr_list); in main()
/llvm-project/lldb/test/API/commands/platform/basic/
H A DTestPlatformCommand.py33 def test_list(self): member in PlatformCommandTestCase
/llvm-project/llvm/utils/lit/tests/unit/
H A DShUtil.py81 def test_list(self): member in TestShParse
/llvm-project/polly/lib/External/isl/
H A Disl_test.c9172 static int test_list(isl_ctx *ctx) in test_list() function
10953 { "list", &test_list },