Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h43 NoFormat, enumerator
55 Kind Value = Kind::NoFormat;
62 explicit operator bool() const { return Value != Kind::NoFormat; }
67 return Value != Kind::NoFormat && Value == Other.Value &&
H A DFileCheck.cpp33 case Kind::NoFormat: in toString()
253 if (*LeftFormat != ExpressionFormat::Kind::NoFormat && in getImplicitFormat()
254 *RightFormat != ExpressionFormat::Kind::NoFormat && in getImplicitFormat()
263 return *LeftFormat != ExpressionFormat::Kind::NoFormat ? *LeftFormat in getImplicitFormat()