Searched refs:argumentsMayEscape (Results 1 – 4 of 4) sorted by relevance
267 if (!argumentsMayEscape()) in invalidateRegions()596 bool AnyFunctionCall::argumentsMayEscape() const { in argumentsMayEscape() function in AnyFunctionCall597 if (CallEvent::argumentsMayEscape() || hasVoidPointerToNonConstArg()) in argumentsMayEscape()1341 bool ObjCMethodCall::argumentsMayEscape() const { in argumentsMayEscape() function in ObjCMethodCall1349 return CallEvent::argumentsMayEscape(); in argumentsMayEscape()
316 virtual bool argumentsMayEscape() const { in argumentsMayEscape() function503 bool argumentsMayEscape() const override;644 bool argumentsMayEscape() const override { in argumentsMayEscape() function1213 bool argumentsMayEscape() const override;
236 if (Call.argumentsMayEscape()) in guaranteedNotToCloseFile()
2926 if (!Call->isInSystemHeader() || Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()3059 if (Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()