OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Exit
(Results
1 - 10
of
10
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
assert.h
27
void __cdecl __MINGW_NOTHROW
_exit
(int _Code) __MINGW_ATTRIB_NORETURN;
31
void __cdecl
_Exit
(int) __MINGW_ATTRIB_NORETURN;
33
__CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl
_Exit
(int status)
34
{
_exit
(status); }
process.h
37
void __cdecl __MINGW_NOTHROW
_exit
(int _Code) __MINGW_ATTRIB_NORETURN;
41
void __cdecl
_Exit
(int) __MINGW_ATTRIB_NORETURN;
43
__CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl
_Exit
(int status)
44
{
_exit
(status); }
stdlib.h
307
void __cdecl __MINGW_NOTHROW
_exit
(int _Code) __MINGW_ATTRIB_NORETURN;
311
void __cdecl
_Exit
(int) __MINGW_ATTRIB_NORETURN;
313
__CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl
_Exit
(int status)
314
{
_exit
(status); }
/external/clang/test/CodeGen/
inline.c
57
// CHECK4-NOT: define weak_odr void @
_Exit
(
66
__attribute__((noreturn)) void __cdecl
_exit
(int _Code);
67
__inline void __cdecl
_Exit
(int status) {
_exit
(status); }
/external/libcxx/include/support/win32/
support.h
67
#define
_Exit
_exit
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h
64
#define
_Exit
_exit
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h
64
#define
_Exit
_exit
/external/bison/darwin-lib/
stdlib.h
454
_GL_FUNCDECL_SYS (
_Exit
, _Noreturn void, (int status));
456
_GL_CXXALIAS_SYS (
_Exit
, void, (int status));
457
_GL_CXXALIASWARN (
_Exit
);
459
# undef
_Exit
461
_GL_WARN_ON_USE (
_Exit
, "
_Exit
is unportable - "
462
"use gnulib module
_Exit
for portability");
[
all
...]
/external/bison/linux-lib/
stdlib.h
454
_GL_FUNCDECL_SYS (
_Exit
, _Noreturn void, (int status));
456
_GL_CXXALIAS_SYS (
_Exit
, void, (int status));
457
_GL_CXXALIASWARN (
_Exit
);
459
# undef
_Exit
461
_GL_WARN_ON_USE (
_Exit
, "
_Exit
is unportable - "
462
"use gnulib module
_Exit
for portability");
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar
Completed in 204 milliseconds