Searched refs:docs_path (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/libcxx/utils/ |
| H A D | generate_feature_test_macro_components.py | 14 docs_path = os.path.join(src_root, 'docs') 15 assert os.path.exists(docs_path) 20 return script_name, src_root, include_path, docs_path, macro_test_path 22 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable 1217 table_doc_path = os.path.join(docs_path, 'FeatureTestMacroTable.rst')
|