Files
llvm/libc/include/assert.yaml

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

17 lines
313 B
YAML
Raw Normal View History

header: assert.h
header_template: assert.h.def
macros: []
types: []
enums: []
objects: []
functions:
- name: __assert_fail
standards:
- llvm_libc_ext
return_type: _Noreturn void
arguments:
- type: const char *
- type: const char *
- type: unsigned
- type: const char *