OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objc_retainautorelease
(Results
1 - 16
of
16
) sorted by null
/external/clang/test/CodeGenObjCXX/
arc-returns-inner-reference-ptr.mm
18
// call i8* @
objc_retainAutorelease
(i8* [[T1]]) nounwind
21
// call i8* @
objc_retainAutorelease
(i8* [[T3]]) nounwind
/external/llvm/test/Transforms/ObjCARC/
expand.ll
9
declare i8* @
objc_retainAutorelease
(i8*)
38
; CHECK: call i8* @
objc_retainAutorelease
(i8* %x)
43
%0 = call i8* @
objc_retainAutorelease
(i8* %x) nounwind
contract.ll
35
; Merge objc_retain and objc_autorelease into
objc_retainAutorelease
.
38
; CHECK: tail call i8* @
objc_retainAutorelease
(i8* %x) [[NUW:#[0-9]+]]
63
; CHECK: tail call i8* @
objc_retainAutorelease
(i8* %x) [[NUW]]
79
; CHECK-NEXT: @
objc_retainAutorelease
(i8* %x) [[NUW]]
intrinsic-use.ll
6
declare i8* @
objc_retainAutorelease
(i8*)
move-and-merge-autorelease.ll
7
; CHECK: call i8* @
objc_retainAutorelease
move-and-form-retain-autorelease.ll
4
; and various scary looking things and fold it into an
objc_retainAutorelease
.
7
; CHECK: tail call i8* @
objc_retainAutorelease
(i8* %tmp71x) [[NUW:#[0-9]+]]
/external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h
91
return getI8XRetI8XEntryPoint(RetainAutorelease, "
objc_retainAutorelease
",
119
/// Declaration for
objc_retainAutorelease
().
DependencyAnalysis.h
48
RetainAutoreleaseDep, ///< Blocks
objc_retainAutorelease
.
DependencyAnalysis.cpp
193
// Nothing else matters for
objc_retainAutorelease
formation.
/external/llvm/include/llvm/Analysis/
ObjCARCInstKind.h
40
FusedRetainAutorelease, ///<
objc_retainAutorelease
/external/clang/test/CodeGenObjC/
arc-precise-lifetime.m
53
// CHECK-NEXT: [[T2:%.*]] = call i8* @
objc_retainAutorelease
(i8* [[T1]])
87
// CHECK-NEXT: [[T2:%.*]] = call i8* @
objc_retainAutorelease
(i8* [[T1]])
183
// CHECK-NEXT: [[T2:%.*]] = call i8* @
objc_retainAutorelease
(i8* [[T1]])
216
// CHECK-NEXT: [[T2:%.*]] = call i8* @
objc_retainAutorelease
(i8* [[T1]])
arc.m
20
// ARC-ALIEN: declare extern_weak i8* @
objc_retainAutorelease
(i8*)
33
// ARC-NATIVE: declare i8* @
objc_retainAutorelease
(i8*)
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.h
147
/// id
objc_retainAutorelease
(id);
148
llvm::Constant *
objc_retainAutorelease
;
[
all
...]
CGObjC.cpp
[
all
...]
/external/llvm/lib/Analysis/
ObjCARCInstKind.cpp
116
.Case("
objc_retainAutorelease
", ARCInstKind::FusedRetainAutorelease)
/external/clang/docs/
AutomaticReferenceCounting.rst
[
all
...]
Completed in 970 milliseconds