Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3122 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg);
3136 isReportingError(Callee, CI, StreamArg)) { in optimizeErrorReporting()
3143 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg) { in isReportingError() function