Searched refs:argumentsMayEscape (Results 1 – 4 of 4) sorted by relevance
249 if (!argumentsMayEscape()) in invalidateRegions()623 bool AnyFunctionCall::argumentsMayEscape() const { in argumentsMayEscape() function in AnyFunctionCall624 if (CallEvent::argumentsMayEscape() || hasVoidPointerToNonConstArg()) in argumentsMayEscape()1374 bool ObjCMethodCall::argumentsMayEscape() const { in argumentsMayEscape() function in ObjCMethodCall1382 return CallEvent::argumentsMayEscape(); in argumentsMayEscape()
324 virtual bool argumentsMayEscape() const { return hasNonZeroCallbackArg(); } in argumentsMayEscape() function520 bool argumentsMayEscape() const override;662 bool argumentsMayEscape() const override { return true; } in argumentsMayEscape() function1334 bool argumentsMayEscape() const override;
204 if (Call.argumentsMayEscape()) in guaranteedNotToCloseFile()
3188 if (!Call->isInSystemHeader() || Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()3326 if (Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()