Searched defs:StoreStrong (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/ObjCARC/ |
D | ARCRuntimeEntryPoints.h | 36 StoreStrong, enumerator 116 Constant *StoreStrong; variable
|
D | ObjCARCContract.cpp | 386 CallInst *StoreStrong = CallInst::Create(Decl, Args, "", Store); in tryToContractReleaseIntoStoreStrong() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ARCRuntimeEntryPoints.h | 47 StoreStrong, enumerator 123 Constant *StoreStrong = nullptr; variable
|
D | ObjCARCContract.cpp | 413 CallInst *StoreStrong = createCallInst(Decl, Args, "", Store, BlockColors); in tryToContractReleaseIntoStoreStrong() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ObjCARCInstKind.h | 50 StoreStrong, ///< objc_storeStrong (derived) enumerator
|
/external/llvm/include/llvm/Analysis/ |
D | ObjCARCInstKind.h | 50 StoreStrong, ///< objc_storeStrong (derived) enumerator
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 3544 CallInst *StoreStrong = in ContractRelease() local
|