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.cpp2077 bool RequiresNullCheck = false; in EmitMessageSend() local
2089 RequiresNullCheck = true; in EmitMessageSend()
2102 RequiresNullCheck = true; in EmitMessageSend()
2114 RequiresNullCheck = false; in EmitMessageSend()
2117 if (!RequiresNullCheck && Method && Method->hasParamDestroyedInCallee()) in EmitMessageSend()
2118 RequiresNullCheck = true; in EmitMessageSend()
2121 if (RequiresNullCheck) { in EmitMessageSend()
2143 RequiresNullCheck ? Method : nullptr); in EmitMessageSend()