Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/builtins/avr/
H A Dexit.S12 .globl _exit symbol
15 _exit: label
/llvm-project/libc/test/src/unistd/
H A D_exit_test.cpp12 TEST(LlvmLibcUniStd, _exit) { in TEST() argument
/llvm-project/clang/test/Sema/
H A Dbuiltins-gnu-mode.c15 int _exit; variable
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp530 INTERCEPTOR(void,_exit,int status) INTERCEPTOR() argument
532 REAL(_exit)(status); INTERCEPTOR() local