Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp2166 bool RequiresNullCheck = false; in EmitMessageSend() local
2177 if (ReceiverCanBeNull) RequiresNullCheck = true; in EmitMessageSend()
2190 RequiresNullCheck = true; in EmitMessageSend()
2202 RequiresNullCheck = false; in EmitMessageSend()
2205 if (!RequiresNullCheck && Method && Method->hasParamDestroyedInCallee()) in EmitMessageSend()
2206 RequiresNullCheck = true; in EmitMessageSend()
2209 if (RequiresNullCheck) { in EmitMessageSend()
2231 RequiresNullCheck ? Method : nullptr); in EmitMessageSend()