Searched refs:ErrnoNote (Results 1 – 1 of 1) sorted by relevance
1398 std::string ErrnoNote = Case.getErrnoConstraint().describe(C); in checkPostCall() local1401 if (!ErrnoNote.empty()) in checkPostCall()1402 ErrnoNote = in checkPostCall()1403 llvm::formatv("After calling '{0}' {1}", FunctionName, ErrnoNote); in checkPostCall()1435 if (!CaseNote.empty() || !ErrnoNote.empty()) { in checkPostCall()1437 C.getNoteTag([CaseNote, ErrnoNote, in checkPostCall()1447 bool ErrnoImportant = !ErrnoNote.empty() && ErrnoLoc && in checkPostCall()1452 return ErrnoNote; in checkPostCall()1453 return llvm::formatv("{0}; {1}", CaseNote, ErrnoNote); in checkPostCall()