repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git]
/
libc
/
newhdrgen
/
yaml
/
inttypes.yaml
blob
ad636cc5121a119175e5b0542387a0dbbbd48ac7
1
header: inttypes.h
2
macros: []
3
types:
4
- type_name: imaxdiv_t
5
enums: []
6
objects: []
7
functions:
8
- name: imaxabs
9
standards:
10
- stdc
11
return_type: intmax_t
12
arguments:
13
- type: intmax_t
14
- name: imaxdiv
15
standards:
16
- stdc
17
return_type: imaxdiv_t
18
arguments:
19
- type: intmax_t
20
- type: intmax_t
21
- name: strtoimax
22
standards:
23
- stdc
24
return_type: intmax_t
25
arguments:
26
- type: const char *__restrict
27
- type: char * *__restrict
28
- type: int
29
- name: strtoumax
30
standards:
31
- stdc
32
return_type: uintmax_t
33
arguments:
34
- type: const char *__restrict
35
- type: char * *__restrict
36
- type: int