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
[libc++][Android] Allow testing libc++ with clang-r536225 (#116149)
[llvm-project.git]
/
libc
/
newhdrgen
/
yaml
/
ctype.yaml
blob
b4823c3e53234a5da71a612fa52ef05d6c87bda5
1
header: ctype.h
2
macros: []
3
types:
4
- type_name: locale_t
5
enums: []
6
objects: []
7
functions:
8
- name: isalnum
9
standards:
10
- stdc
11
return_type: int
12
arguments:
13
- type: int
14
- name: isalpha
15
standards:
16
- stdc
17
return_type: int
18
arguments:
19
- type: int
20
- name: isascii
21
standards:
22
- POSIX
23
return_type: int
24
arguments:
25
- type: int
26
- name: isblank
27
standards:
28
- stdc
29
return_type: int
30
arguments:
31
- type: int
32
- name: iscntrl
33
standards:
34
- stdc
35
return_type: int
36
arguments:
37
- type: int
38
- name: isdigit
39
standards:
40
- stdc
41
return_type: int
42
arguments:
43
- type: int
44
- name: isgraph
45
standards:
46
- stdc
47
return_type: int
48
arguments:
49
- type: int
50
- name: islower
51
standards:
52
- stdc
53
return_type: int
54
arguments:
55
- type: int
56
- name: isprint
57
standards:
58
- stdc
59
return_type: int
60
arguments:
61
- type: int
62
- name: ispunct
63
standards:
64
- stdc
65
return_type: int
66
arguments:
67
- type: int
68
- name: isspace
69
standards:
70
- stdc
71
return_type: int
72
arguments:
73
- type: int
74
- name: isupper
75
standards:
76
- stdc
77
return_type: int
78
arguments:
79
- type: int
80
- name: isxdigit
81
standards:
82
- stdc
83
return_type: int
84
arguments:
85
- type: int
86
- name: toascii
87
standards:
88
- GNUExtensions
89
return_type: int
90
arguments:
91
- type: int
92
- name: tolower
93
standards:
94
- stdc
95
return_type: int
96
arguments:
97
- type: int
98
- name: toupper
99
standards:
100
- stdc
101
return_type: int
102
arguments:
103
- type: int
104
- name: isalnum_l
105
standards:
106
- stdc
107
return_type: int
108
arguments:
109
- type: int
110
- type: locale_t
111
- name: isalpha_l
112
standards:
113
- stdc
114
return_type: int
115
arguments:
116
- type: int
117
- type: locale_t
118
- name: isblank_l
119
standards:
120
- stdc
121
return_type: int
122
arguments:
123
- type: int
124
- type: locale_t
125
- name: iscntrl_l
126
standards:
127
- stdc
128
return_type: int
129
arguments:
130
- type: int
131
- type: locale_t
132
- name: isdigit_l
133
standards:
134
- stdc
135
return_type: int
136
arguments:
137
- type: int
138
- type: locale_t
139
- name: isgraph_l
140
standards:
141
- stdc
142
return_type: int
143
arguments:
144
- type: int
145
- type: locale_t
146
- name: islower_l
147
standards:
148
- stdc
149
return_type: int
150
arguments:
151
- type: int
152
- type: locale_t
153
- name: isprint_l
154
standards:
155
- stdc
156
return_type: int
157
arguments:
158
- type: int
159
- type: locale_t
160
- name: ispunct_l
161
standards:
162
- stdc
163
return_type: int
164
arguments:
165
- type: int
166
- type: locale_t
167
- name: isspace_l
168
standards:
169
- stdc
170
return_type: int
171
arguments:
172
- type: int
173
- type: locale_t
174
- name: isupper_l
175
standards:
176
- stdc
177
return_type: int
178
arguments:
179
- type: int
180
- type: locale_t
181
- name: isxdigit_l
182
standards:
183
- stdc
184
return_type: int
185
arguments:
186
- type: int
187
- type: locale_t
188
- name: tolower_l
189
standards:
190
- stdc
191
return_type: int
192
arguments:
193
- type: int
194
- type: locale_t
195
- name: toupper_l
196
standards:
197
- stdc
198
return_type: int
199
arguments:
200
- type: int
201
- type: locale_t