Searched refs:argumentsMayEscape (Results 1 – 4 of 4) sorted by relevance
248 if (!argumentsMayEscape()) in invalidateRegions()622 bool AnyFunctionCall::argumentsMayEscape() const { in argumentsMayEscape() function in AnyFunctionCall623 if (CallEvent::argumentsMayEscape() || hasVoidPointerToNonConstArg()) in argumentsMayEscape()1394 bool ObjCMethodCall::argumentsMayEscape() const { in argumentsMayEscape() function in ObjCMethodCall1402 return CallEvent::argumentsMayEscape(); in argumentsMayEscape()
324 virtual bool argumentsMayEscape() const { return hasNonZeroCallbackArg(); } in argumentsMayEscape() function520 bool argumentsMayEscape() const override;664 bool argumentsMayEscape() const override { return true; } in argumentsMayEscape() function1341 bool argumentsMayEscape() const override;
204 if (Call.argumentsMayEscape()) in guaranteedNotToCloseFile()
3381 if (!Call->isInSystemHeader() || Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()3519 if (Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()