Searched refs:isGlobalCFunction (Results 1 – 4 of 4) sorted by relevance
125 if (!Call.isGlobalCFunction()) in checkPostCall()146 if (!Call.isGlobalCFunction()) in checkPreCall()
52 if (!BuildSinks && CE.isGlobalCFunction()) { in checkPostCall()
284 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
103 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const { in isGlobalCFunction() function in CallEvent