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