Searched refs:ErrnoNote (Results 1 – 1 of 1) sorted by relevance
1397 std::string ErrnoNote = Case.getErrnoConstraint().describe(C); in checkPostCall() local1400 if (!ErrnoNote.empty()) in checkPostCall()1401 ErrnoNote = in checkPostCall()1402 llvm::formatv("After calling '{0}' {1}", FunctionName, ErrnoNote); in checkPostCall()1431 if (!CaseNote.empty() || !ErrnoNote.empty()) { in checkPostCall()1433 C.getNoteTag([CaseNote, ErrnoNote, in checkPostCall()1443 bool ErrnoImportant = !ErrnoNote.empty() && ErrnoLoc && in checkPostCall()1448 return ErrnoNote; in checkPostCall()1449 return llvm::formatv("{0}; {1}", CaseNote, ErrnoNote); in checkPostCall()