Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h831 StringRef DagNotPrefix; member
834 : DagNotPat(P), DagNotPrefix(S) {} in DagNotPrefixInfo()
H A DFileCheck.cpp2318 /*ExpectedMatch=*/false, SM, NotInfo->DagNotPrefix, in CheckNot()
2354 const StringRef DNPrefix = PatItr->DagNotPrefix; in CheckDag()