HomeSort by relevance Sort by last modified time
    Searched full:objc_storestrong (Results 1 - 9 of 9) sorted by null

  /external/llvm/test/Transforms/ObjCARC/
contract-storestrong-ivar.ll 3 ; CHECK: call void @objc_storeStrong(i8**
contract-storestrong.ll 12 ; CHECK-NEXT: call void @objc_storeStrong(i8** @x, i8* %p) nounwind
  /external/clang/test/CodeGenObjC/
arc-unopt.m 66 // CHECK-NEXT: call void @objc_storeStrong(i8** [[T1]], i8* [[T2]])
arc.m 429 // CHECK-NEXT: call void @objc_storeStrong(i8** [[T2]], i8* null) nounwind
436 // CHECK-NEXT: call void @objc_storeStrong(i8** [[T2]], i8* null) nounwind
648 // CHECK-NEXT: call void @objc_storeStrong(i8** [[CUR]], i8* null)
694 // CHECK-NEXT: call void @objc_storeStrong(i8** [[T2]], i8* null)
    [all...]
  /external/clang/test/CodeGenObjCXX/
arc-special-member-functions.mm 39 // CHECK: call void @objc_storeStrong
66 // CHECK: call void @objc_storeStrong
  /external/clang/lib/CodeGen/
CodeGenModule.h 196 /// id objc_storeStrong(id*, id);
197 llvm::Constant *objc_storeStrong;
    [all...]
CGObjC.cpp 474 // which translates to objc_storeStrong. This isn't required, but
    [all...]
  /external/clang/docs/
AutomaticReferenceCounting.html     [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 131 milliseconds