Searched refs:argumentsMayEscape (Results 1 – 4 of 4) sorted by relevance
249 if (!argumentsMayEscape()) in invalidateRegions()600 bool AnyFunctionCall::argumentsMayEscape() const { in argumentsMayEscape() function in AnyFunctionCall601 if (CallEvent::argumentsMayEscape() || hasVoidPointerToNonConstArg()) in argumentsMayEscape()1346 bool ObjCMethodCall::argumentsMayEscape() const { in argumentsMayEscape() function in ObjCMethodCall1354 return CallEvent::argumentsMayEscape(); in argumentsMayEscape()
315 virtual bool argumentsMayEscape() const { in argumentsMayEscape() function503 bool argumentsMayEscape() const override;644 bool argumentsMayEscape() const override { in argumentsMayEscape() function1225 bool argumentsMayEscape() const override;
223 if (Call.argumentsMayEscape()) in guaranteedNotToCloseFile()
3133 if (!Call->isInSystemHeader() || Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()3266 if (Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()