Home
last modified time | relevance | path

Searched refs:isReportingError (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2318 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg);
2332 isReportingError(Callee, CI, StreamArg)) { in optimizeErrorReporting()
2339 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg) { in isReportingError() function