Home
last modified time | relevance | path

Searched refs:__gpu_exit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Damdgpuintrin.h179 _DEFAULT_FN_ATTRS [[noreturn]] static __inline__ void __gpu_exit(void) { in __gpu_exit() function
H A Dnvptxintrin.h206 _DEFAULT_FN_ATTRS [[noreturn]] static __inline__ void __gpu_exit(void) { in __gpu_exit() function
/freebsd/contrib/llvm-project/libc/src/__support/GPU/
H A Dutils.h115 [[noreturn]] LIBC_INLINE void end_program() { __gpu_exit(); } in end_program()