brintos

brintos / llvm-project-archived public Read only

0
0
Text · 9.3 KiB · 8a0ad65 Raw
428 lines · yaml
1header: stdbit.h2header_template: stdbit.h.def3macros: []4types: []5enums: []6objects: []7functions:8  - name: stdc_bit_ceil_uc9    standards:10      - stdc11    return_type: unsigned char12    arguments:13      - type: unsigned char14  - name: stdc_bit_ceil_ui15    standards:16      - stdc17    return_type: unsigned int18    arguments:19      - type: unsigned int20  - name: stdc_bit_ceil_ul21    standards:22      - stdc23    return_type: unsigned long24    arguments:25      - type: unsigned long26  - name: stdc_bit_ceil_ull27    standards:28      - stdc29    return_type: unsigned long long30    arguments:31      - type: unsigned long long32  - name: stdc_bit_ceil_us33    standards:34      - stdc35    return_type: unsigned short36    arguments:37      - type: unsigned short38  - name: stdc_bit_floor_uc39    standards:40      - stdc41    return_type: unsigned char42    arguments:43      - type: unsigned char44  - name: stdc_bit_floor_ui45    standards:46      - stdc47    return_type: unsigned int48    arguments:49      - type: unsigned int50  - name: stdc_bit_floor_ul51    standards:52      - stdc53    return_type: unsigned long54    arguments:55      - type: unsigned long56  - name: stdc_bit_floor_ull57    standards:58      - stdc59    return_type: unsigned long long60    arguments:61      - type: unsigned long long62  - name: stdc_bit_floor_us63    standards:64      - stdc65    return_type: unsigned short66    arguments:67      - type: unsigned short68  - name: stdc_bit_width_uc69    standards:70      - stdc71    return_type: unsigned int72    arguments:73      - type: unsigned char74  - name: stdc_bit_width_ui75    standards:76      - stdc77    return_type: unsigned int78    arguments:79      - type: unsigned int80  - name: stdc_bit_width_ul81    standards:82      - stdc83    return_type: unsigned int84    arguments:85      - type: unsigned long86  - name: stdc_bit_width_ull87    standards:88      - stdc89    return_type: unsigned int90    arguments:91      - type: unsigned long long92  - name: stdc_bit_width_us93    standards:94      - stdc95    return_type: unsigned int96    arguments:97      - type: unsigned short98  - name: stdc_count_ones_uc99    standards:100      - stdc101    return_type: unsigned int102    arguments:103      - type: unsigned char104  - name: stdc_count_ones_ui105    standards:106      - stdc107    return_type: unsigned int108    arguments:109      - type: unsigned int110  - name: stdc_count_ones_ul111    standards:112      - stdc113    return_type: unsigned int114    arguments:115      - type: unsigned long116  - name: stdc_count_ones_ull117    standards:118      - stdc119    return_type: unsigned int120    arguments:121      - type: unsigned long long122  - name: stdc_count_ones_us123    standards:124      - stdc125    return_type: unsigned int126    arguments:127      - type: unsigned short128  - name: stdc_count_zeros_uc129    standards:130      - stdc131    return_type: unsigned int132    arguments:133      - type: unsigned char134  - name: stdc_count_zeros_ui135    standards:136      - stdc137    return_type: unsigned int138    arguments:139      - type: unsigned int140  - name: stdc_count_zeros_ul141    standards:142      - stdc143    return_type: unsigned int144    arguments:145      - type: unsigned long146  - name: stdc_count_zeros_ull147    standards:148      - stdc149    return_type: unsigned int150    arguments:151      - type: unsigned long long152  - name: stdc_count_zeros_us153    standards:154      - stdc155    return_type: unsigned int156    arguments:157      - type: unsigned short158  - name: stdc_first_leading_one_uc159    standards:160      - stdc161    return_type: unsigned int162    arguments:163      - type: unsigned char164  - name: stdc_first_leading_one_ui165    standards:166      - stdc167    return_type: unsigned int168    arguments:169      - type: unsigned int170  - name: stdc_first_leading_one_ul171    standards:172      - stdc173    return_type: unsigned int174    arguments:175      - type: unsigned long176  - name: stdc_first_leading_one_ull177    standards:178      - stdc179    return_type: unsigned int180    arguments:181      - type: unsigned long long182  - name: stdc_first_leading_one_us183    standards:184      - stdc185    return_type: unsigned int186    arguments:187      - type: unsigned short188  - name: stdc_first_leading_zero_uc189    standards:190      - stdc191    return_type: unsigned int192    arguments:193      - type: unsigned char194  - name: stdc_first_leading_zero_ui195    standards:196      - stdc197    return_type: unsigned int198    arguments:199      - type: unsigned int200  - name: stdc_first_leading_zero_ul201    standards:202      - stdc203    return_type: unsigned int204    arguments:205      - type: unsigned long206  - name: stdc_first_leading_zero_ull207    standards:208      - stdc209    return_type: unsigned int210    arguments:211      - type: unsigned long long212  - name: stdc_first_leading_zero_us213    standards:214      - stdc215    return_type: unsigned int216    arguments:217      - type: unsigned short218  - name: stdc_first_trailing_one_uc219    standards:220      - stdc221    return_type: unsigned int222    arguments:223      - type: unsigned char224  - name: stdc_first_trailing_one_ui225    standards:226      - stdc227    return_type: unsigned int228    arguments:229      - type: unsigned int230  - name: stdc_first_trailing_one_ul231    standards:232      - stdc233    return_type: unsigned int234    arguments:235      - type: unsigned long236  - name: stdc_first_trailing_one_ull237    standards:238      - stdc239    return_type: unsigned int240    arguments:241      - type: unsigned long long242  - name: stdc_first_trailing_one_us243    standards:244      - stdc245    return_type: unsigned int246    arguments:247      - type: unsigned short248  - name: stdc_first_trailing_zero_uc249    standards:250      - stdc251    return_type: unsigned int252    arguments:253      - type: unsigned char254  - name: stdc_first_trailing_zero_ui255    standards:256      - stdc257    return_type: unsigned int258    arguments:259      - type: unsigned int260  - name: stdc_first_trailing_zero_ul261    standards:262      - stdc263    return_type: unsigned int264    arguments:265      - type: unsigned long266  - name: stdc_first_trailing_zero_ull267    standards:268      - stdc269    return_type: unsigned int270    arguments:271      - type: unsigned long long272  - name: stdc_first_trailing_zero_us273    standards:274      - stdc275    return_type: unsigned int276    arguments:277      - type: unsigned short278  - name: stdc_has_single_bit_uc279    standards:280      - stdc281    return_type: bool282    arguments:283      - type: unsigned char284  - name: stdc_has_single_bit_ui285    standards:286      - stdc287    return_type: bool288    arguments:289      - type: unsigned int290  - name: stdc_has_single_bit_ul291    standards:292      - stdc293    return_type: bool294    arguments:295      - type: unsigned long296  - name: stdc_has_single_bit_ull297    standards:298      - stdc299    return_type: bool300    arguments:301      - type: unsigned long long302  - name: stdc_has_single_bit_us303    standards:304      - stdc305    return_type: bool306    arguments:307      - type: unsigned short308  - name: stdc_leading_ones_uc309    standards:310      - stdc311    return_type: unsigned int312    arguments:313      - type: unsigned char314  - name: stdc_leading_ones_ui315    standards:316      - stdc317    return_type: unsigned int318    arguments:319      - type: unsigned int320  - name: stdc_leading_ones_ul321    standards:322      - stdc323    return_type: unsigned int324    arguments:325      - type: unsigned long326  - name: stdc_leading_ones_ull327    standards:328      - stdc329    return_type: unsigned int330    arguments:331      - type: unsigned long long332  - name: stdc_leading_ones_us333    standards:334      - stdc335    return_type: unsigned int336    arguments:337      - type: unsigned short338  - name: stdc_leading_zeros_uc339    standards:340      - stdc341    return_type: unsigned int342    arguments:343      - type: unsigned char344  - name: stdc_leading_zeros_ui345    standards:346      - stdc347    return_type: unsigned int348    arguments:349      - type: unsigned int350  - name: stdc_leading_zeros_ul351    standards:352      - stdc353    return_type: unsigned int354    arguments:355      - type: unsigned long356  - name: stdc_leading_zeros_ull357    standards:358      - stdc359    return_type: unsigned int360    arguments:361      - type: unsigned long long362  - name: stdc_leading_zeros_us363    standards:364      - stdc365    return_type: unsigned int366    arguments:367      - type: unsigned short368  - name: stdc_trailing_ones_uc369    standards:370      - stdc371    return_type: unsigned int372    arguments:373      - type: unsigned char374  - name: stdc_trailing_ones_ui375    standards:376      - stdc377    return_type: unsigned int378    arguments:379      - type: unsigned int380  - name: stdc_trailing_ones_ul381    standards:382      - stdc383    return_type: unsigned int384    arguments:385      - type: unsigned long386  - name: stdc_trailing_ones_ull387    standards:388      - stdc389    return_type: unsigned int390    arguments:391      - type: unsigned long long392  - name: stdc_trailing_ones_us393    standards:394      - stdc395    return_type: unsigned int396    arguments:397      - type: unsigned short398  - name: stdc_trailing_zeros_uc399    standards:400      - stdc401    return_type: unsigned int402    arguments:403      - type: unsigned char404  - name: stdc_trailing_zeros_ui405    standards:406      - stdc407    return_type: unsigned int408    arguments:409      - type: unsigned int410  - name: stdc_trailing_zeros_ul411    standards:412      - stdc413    return_type: unsigned int414    arguments:415      - type: unsigned long416  - name: stdc_trailing_zeros_ull417    standards:418      - stdc419    return_type: unsigned int420    arguments:421      - type: unsigned long long422  - name: stdc_trailing_zeros_us423    standards:424      - stdc425    return_type: unsigned int426    arguments:427      - type: unsigned short428