Searched refs:isGlobalCFunction (Results 1 – 6 of 6) sorted by relevance
53 if (!BuildSinks && CE.isGlobalCFunction()) { in checkPostCall()
240 if (!Call.isGlobalCFunction("dispatch_after") && in checkPreCall()241 !Call.isGlobalCFunction("dispatch_async")) in checkPreCall()
701 if (Call && Call->isGlobalCFunction()) { in checkRegionChanges()
838 Call.isGlobalCFunction() ? StaticTaintRules->lookup(Call) : nullptr) in checkPreCall()
342 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
144 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const { in isGlobalCFunction() function in CallEvent