Home
last modified time | relevance | path

Searched refs:objc_autoreleasePoolPush (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/Transforms/ObjCARC/
Dapelim.ll34 %0 = call i8* @objc_autoreleasePoolPush() nounwind
41 ; CHECK: %0 = call i8* @objc_autoreleasePoolPush() [[NUW:#[0-9]+]]
46 %0 = call i8* @objc_autoreleasePoolPush() nounwind
52 declare i8* @objc_autoreleasePoolPush()
Drv.ll12 declare void @objc_autoreleasePoolPush()
Dbasic.ll11 declare i8* @objc_autoreleasePoolPush()
989 ; CHECK-NEXT: @objc_autoreleasePoolPush
999 call i8* @objc_autoreleasePoolPush()
1984 ; CHECK-NEXT: call i8* @objc_autoreleasePoolPush()
1996 call i8* @objc_autoreleasePoolPush()
2537 %t = call i8* @objc_autoreleasePoolPush()
Dallocas.ll9 declare i8* @objc_autoreleasePoolPush()
/external/clang/test/CodeGenObjC/
Dautorelease.m28 // CHECK: call i8* @objc_autoreleasePoolPush
44 // CHECK: [[T0:%.*]] = call i8* @objc_autoreleasePoolPush()
/external/clang/test/CodeGenObjCXX/
Darc-globals.mm23 // CHECK: call i8* @objc_autoreleasePoolPush()
Darc-cxx11-init-list.mm49 // CHECK: [[POOL:%.*]] = {{.*}} call i8* @objc_autoreleasePoolPush()
/external/clang/lib/CodeGen/
DCodeGenModule.h118 llvm::Constant *objc_autoreleasePoolPush; member
DCGObjC.cpp2279 llvm::Constant *&fn = CGM.getObjCEntrypoints().objc_autoreleasePoolPush; in EmitObjCAutoreleasePoolPush()
/external/clang/docs/
DAutomaticReferenceCounting.rst1998 :ref:`objc_autoreleasePoolPush <arc.runtime.objc_autoreleasePoolPush>` on the
2006 .. _arc.runtime.objc_autoreleasePoolPush:
2008 ``void *objc_autoreleasePoolPush(void);``