Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/utils/
Dgenerate_feature_test_macro_components.py34 feature_test_macros = sorted([ add_version_header(x) for x in [ variable
564 for tc in feature_test_macros:
603 for tc in feature_test_macros:
761 headers = set([h for tc in feature_test_macros for h in tc["headers"]])
763 test_list = [tc for tc in feature_test_macros if h in tc["headers"]]
868 for tc in feature_test_macros: