Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2230 bool RequiresNullCheck = false; in EmitMessageSend() local
2236 if (ReceiverCanBeNull) RequiresNullCheck = true; in EmitMessageSend()
2249 RequiresNullCheck = true; in EmitMessageSend()
2261 RequiresNullCheck = false; in EmitMessageSend()
2264 if (!RequiresNullCheck && CGM.getLangOpts().ObjCAutoRefCount && Method) { in EmitMessageSend()
2267 RequiresNullCheck = true; in EmitMessageSend()
2274 if (RequiresNullCheck) { in EmitMessageSend()
2290 RequiresNullCheck ? Method : nullptr); in EmitMessageSend()