Searched refs:isGlobalCFunction (Results 1 – 10 of 10) sorted by relevance
95 if (!Call.isGlobalCFunction()) in REGISTER_MAP_WITH_PROGRAMSTATE()114 if (!Call.isGlobalCFunction()) in checkPreCall()
53 if (!BuildSinks && CE.isGlobalCFunction()) { in checkPostCall()
240 if (!Call.isGlobalCFunction("dispatch_after") && in checkPreCall()241 !Call.isGlobalCFunction("dispatch_async")) in checkPreCall()
267 if (!Call.isGlobalCFunction() || C.wasInlined) in REGISTER_LIST_WITH_PROGRAMSTATE()672 if (Call && Call->isGlobalCFunction()) { in checkRegionChanges()
127 if (!Call.isGlobalCFunction()) in checkPreCall()
559 if (!Call.isGlobalCFunction()) in checkPreCall()
822 Call.isGlobalCFunction() ? StaticTaintRules->lookup(Call) : nullptr) in checkPreCall()
452 if (!Call.isGlobalCFunction()) in lookupFn()
341 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
144 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const { in isGlobalCFunction() function in CallEvent