Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1543 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg);
1557 isReportingError(Callee, CI, StreamArg)) { in optimizeErrorReporting()
1564 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg) { in isReportingError() function