Files
llvm/libc/include/setjmp.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
396 B
YAML
Raw Normal View History

header: setjmp.h
header_template: setjmp.h.def
macros: []
types:
- type_name: jmp_buf
enums: []
objects: []
functions:
- name: longjmp
standards:
- stdc
return_type: _Noreturn void
arguments:
- type: jmp_buf
- type: int
- name: setjmp
standards:
- stdc
return_type: int
attributes:
- _Returns_twice
arguments:
- type: jmp_buf