Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp2161 bool RequiresNullCheck = false; in EmitMessageSend() local
2172 if (ReceiverCanBeNull) RequiresNullCheck = true; in EmitMessageSend()
2185 RequiresNullCheck = true; in EmitMessageSend()
2197 RequiresNullCheck = false; in EmitMessageSend()
2200 if (!RequiresNullCheck && Method && Method->hasParamDestroyedInCallee()) in EmitMessageSend()
2201 RequiresNullCheck = true; in EmitMessageSend()
2204 if (RequiresNullCheck) { in EmitMessageSend()
2226 RequiresNullCheck ? Method : nullptr); in EmitMessageSend()