Searched refs:isGlobalCFunction (Results 1 – 9 of 9) sorted by relevance
119 if (!Call.isGlobalCFunction()) in checkPostCall()138 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()
266 if (!Call.isGlobalCFunction() || C.wasInlined) in REGISTER_LIST_WITH_PROGRAMSTATE()670 if (Call && Call->isGlobalCFunction()) { in checkRegionChanges()
127 if (!Call.isGlobalCFunction()) in checkPreCall()
368 if (!Call.isGlobalCFunction()) in lookupFn()
549 if (!Call.isGlobalCFunction()) in checkPreCall()
336 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
163 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const { in isGlobalCFunction() function in CallEvent