Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2165 bool RequiresNullCheck = false; in EmitMessageSend() local
2176 if (ReceiverCanBeNull) RequiresNullCheck = true; in EmitMessageSend()
2189 RequiresNullCheck = true; in EmitMessageSend()
2201 RequiresNullCheck = false; in EmitMessageSend()
2204 if (!RequiresNullCheck && Method && Method->hasParamDestroyedInCallee()) in EmitMessageSend()
2205 RequiresNullCheck = true; in EmitMessageSend()
2208 if (RequiresNullCheck) { in EmitMessageSend()
2230 RequiresNullCheck ? Method : nullptr); in EmitMessageSend()