Home
last modified time | relevance | path

Searched defs:source_root (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/engine/drivers/
H A Dlist_tests_test.cpp101 create_helpers(const atf::tests::tc* tc, const fs::path& source_root, in create_helpers()
136 run_helpers(const fs::path& source_root, in run_helpers()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/
H A Dgenerate_header_inclusion_tests.py17 script_name, source_root, test_path = get_libcxx_paths() variable
H A Dgenerate_header_tests.py21 script_name, source_root, include_path, libcxx_test_path = get_libcxx_paths() variable
H A Dgenerate_feature_test_macro_components.py22 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake1173 set(source_root "${LLVM_MAIN_SRC_DIR}") variable
1188 set(source_root "${LLVM_MAIN_SRC_DIR}") variable
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dkyuafile.cpp607 engine::kyuafile::source_root(void) const in source_root() function in engine::kyuafile
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTest.py204 def __init__(self, name, source_root, exec_root, config): argument