Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2158 bool RequiresNullCheck = false; in EmitMessageSend() local
2169 if (ReceiverCanBeNull) RequiresNullCheck = true; in EmitMessageSend()
2182 RequiresNullCheck = true; in EmitMessageSend()
2194 RequiresNullCheck = false; in EmitMessageSend()
2197 if (!RequiresNullCheck && Method && Method->hasParamDestroyedInCallee()) in EmitMessageSend()
2198 RequiresNullCheck = true; in EmitMessageSend()
2201 if (RequiresNullCheck) { in EmitMessageSend()
2223 RequiresNullCheck ? Method : nullptr); in EmitMessageSend()