Searched refs:isGlobalCFunction (Results 1 – 10 of 10) sorted by relevance
106 if (!Call.isGlobalCFunction()) in checkPostCall()125 if (!Call.isGlobalCFunction()) in checkPreCall()
51 if (!BuildSinks && CE.isGlobalCFunction()) { in checkPostCall()
242 if (!Call.isGlobalCFunction("dispatch_after") && in checkPreCall()243 !Call.isGlobalCFunction("dispatch_async")) in checkPreCall()
267 if (!Call.isGlobalCFunction() || C.wasInlined) in REGISTER_LIST_WITH_PROGRAMSTATE()671 if (Call && Call->isGlobalCFunction()) { in checkRegionChanges()
128 if (!Call.isGlobalCFunction()) in checkPreCall()
747 Call.isGlobalCFunction() ? StaticTaintRules->lookup(Call) : nullptr) in checkPreCall()
548 if (!Call.isGlobalCFunction()) in checkPreCall()
369 if (!Call.isGlobalCFunction()) in lookupFn()
334 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
145 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const { in isGlobalCFunction() function in CallEvent