OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atexit
(Results
476 - 500
of
1189
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/lib/CodeGen/
CGDeclCXX.cpp
186
/// Create a stub function, suitable for being passed to
atexit
,
218
/// Register a global destructor using the C
atexit
runtime function.
225
// extern "C" int
atexit
(void (*f)(void));
229
llvm::Constant *
atexit
=
local
230
CGM.CreateRuntimeFunction(atexitTy, "
atexit
");
231
if (llvm::Function *atexitFn = dyn_cast<llvm::Function>(
atexit
))
234
EmitNounwindRuntimeCall(
atexit
, dtorStub);
/external/clang/test/CodeGenCXX/
microsoft-abi-static-initializers.cpp
20
// CHECK: call i32 @
atexit
(void ()* @"\01??__Fs@@YAXXZ")
155
// CHECK: call i32 @
atexit
(void ()* @"\01??__FTheS@?1??getS@@YAAAUS@@XZ@YAXXZ")
238
// CHECK: call i32 @
atexit
(void ()* @"\01??__Ffoo@?$B@H@@2VA@@A@YAXXZ")
/external/google-breakpad/android/
common-functions.sh
50
atexit
() {
function
65
# Called on exit if at least one function was registered with
atexit
69
# Ignore calls to
atexit
during cleanups
test-shell.sh
65
atexit
clean_test_dir
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RTDyldMemoryManager.cpp
240
if (Name == "
atexit
") return (uint64_t)&
atexit
;
264
// (and register wrong callee's dtors with
atexit
(3)).
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libc_nonshared.a
5
" D D D <