Home
last modified time | relevance | path

Searched defs:_exit (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/builtins/avr/
H A Dexit.S15 _exit: label
/llvm-project-15.0.7/clang/test/Sema/
H A Dbuiltins-gnu-mode.c15 int _exit; variable
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp488 INTERCEPTOR(void, _exit, int status) { in INTERCEPTOR() argument
490 REAL(_exit)(status); in INTERCEPTOR() local