Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py1016 def generate_std_test(test_list, std): argument
1018 for tc in test_list:
1032 def generate_std_tests(test_list): argument
1051 other_std_tests.append(generate_std_test(test_list, std))
1061 def generate_synopsis(test_list): argument
1062 max_name_len = max([len(tc["name"]) for tc in test_list])
1069 for tc in test_list:
1080 test_list = [tc for tc in feature_test_macros if h in tc["headers"]]
1082 for tc in test_list:
1114 synopsis=generate_synopsis(test_list),
[all …]
/llvm-project-15.0.7/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-15.0.7/lldb/test/API/commands/platform/basic/
H A DTestPlatformCommand.py29 def test_list(self): member in PlatformCommandTestCase
/llvm-project-15.0.7/llvm/utils/lit/tests/unit/
H A DShUtil.py77 def test_list(self): member in TestShParse
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test.c9076 static int test_list(isl_ctx *ctx) in test_list() function
10800 { "list", &test_list },