Searched refs:isGlobalCFunction (Results 1 – 10 of 10) sorted by relevance
106 if (!Call.isGlobalCFunction()) in checkPostCall()125 if (!Call.isGlobalCFunction()) in checkPreCall()
53 if (!BuildSinks && CE.isGlobalCFunction()) { in checkPostCall()
234 if (!Call.isGlobalCFunction("dispatch_after") && in checkPreCall()235 !Call.isGlobalCFunction("dispatch_async")) in checkPreCall()
267 if (!Call.isGlobalCFunction() || C.wasInlined) in REGISTER_LIST_WITH_PROGRAMSTATE()671 if (Call && Call->isGlobalCFunction()) { in checkRegionChanges()
127 if (!Call.isGlobalCFunction()) in checkPreCall()
750 Call.isGlobalCFunction() ? StaticTaintRules->lookup(Call) : nullptr) in checkPreCall()
550 if (!Call.isGlobalCFunction()) in checkPreCall()
389 if (!Call.isGlobalCFunction()) in lookupFn()
335 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
144 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const { in isGlobalCFunction() function in CallEvent