[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / libc / newhdrgen / yaml / setjmp.yaml
blob68e3ff046e4b8f88c226bcee0bdb5f268882871c
1 header: setjmp.h
2 macros: []
3 types:
4   - type_name: jmp_buf
5 enums: []
6 objects: []
7 functions:
8   - name: longjmp
9     standards:
10       - stdc
11     return_type: _Noreturn void
12     arguments:
13       - type: jmp_buf
14       - type: int
15   - name: setjmp
16     standards:
17       - stdc
18     return_type: int
19     arguments:
20       - type: jmp_buf