mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
Remove all the .h.def files that already express nothing whatsoever not already expressed in YAML. Clean up a few YAML files without materially changing any generated header output. Many more .h.def files remain that need a bit of conversion in YAML to express macro requirements and such.
38 lines
660 B
YAML
38 lines
660 B
YAML
header: setjmp.h
|
|
standards:
|
|
- stdc
|
|
types:
|
|
- type_name: jmp_buf
|
|
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
|
|
- name: sigsetjmp
|
|
standards:
|
|
- posix
|
|
return_type: int
|
|
attributes:
|
|
- _Returns_twice
|
|
arguments:
|
|
- type: sigjmp_buf
|
|
- type: int
|
|
- name: siglongjmp
|
|
standards:
|
|
- posix
|
|
return_type: _Noreturn void
|
|
arguments:
|
|
- type: sigjmp_buf
|
|
- type: int
|