Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/FileCheck/
H A DFileCheck.cpp392 std::map<SMLoc, unsigned, CompareSMLoc> DiagCountPerPattern; in BuildInputAnnotations() local
394 ++DiagCountPerPattern[Diag.CheckLoc]; in BuildInputAnnotations()
420 if (DiagCountPerPattern[DiagItr->CheckLoc] > 1) in BuildInputAnnotations()