Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp610 unsigned PrevLineInFilter = 0; // 0 means none so far in DumpAnnotatedInput() local
630 PrevLineInFilter = Line; in DumpAnnotatedInput()
638 if ((!PrevLineInFilter || PrevLineInFilter + DumpInputContext < Line) && in DumpAnnotatedInput()