Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp2130 bool RequiresNullCheck = false; in EmitMessageSend() local
2134 if (ReceiverCanBeNull) RequiresNullCheck = true; in EmitMessageSend()
2147 RequiresNullCheck = true; in EmitMessageSend()
2155 RequiresNullCheck = false; in EmitMessageSend()
2158 if (!RequiresNullCheck && CGM.getLangOpts().ObjCAutoRefCount && Method) { in EmitMessageSend()
2161 RequiresNullCheck = true; in EmitMessageSend()
2168 if (RequiresNullCheck) { in EmitMessageSend()
2185 RequiresNullCheck ? Method : nullptr); in EmitMessageSend()