44 lines · yaml
1header: test_small.h2header_template: test_small.h.def3merge_yaml_files:4 - merge1.yaml5 - merge2.yaml6macros:7 - macro_name: MACRO_C8 - macro_name: MACRO_D9 macro_header: test_small-macros.h10 - macro_name: MACRO_E11 macro_header: test_more-macros.h12functions:13 - name: func_c14 return_type: _Float1615 arguments:16 - type: int17 - type: float18 standards:19 - stdc20 guard: LIBC_TYPES_HAS_FLOAT1621 - name: func_d22 return_type: _Float1623 arguments:24 - type: int25 - type: float26 standards:27 - stdc28 guard: LIBC_TYPES_HAS_FLOAT1629 - name: func_e30 return_type: _Float1631 arguments:32 - type: float12833 standards:34 - stdc35 guard: LIBC_TYPES_HAS_FLOAT16_AND_FLOAT12836 - name: func_f37 return_type: _Float1638 arguments:39 - type: int40 - type: double41 - type: float42 standards:43 - stdc44