Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h42 NoFormat, enumerator
61 explicit operator bool() const { return Value != Kind::NoFormat; }
66 return Value != Kind::NoFormat && Value == Other.Value &&
81 ExpressionFormat() : Value(Kind::NoFormat){}; in ExpressionFormat()
H A DFileCheck.cpp34 case Kind::NoFormat: in toString()
254 if (*LeftFormat != ExpressionFormat::Kind::NoFormat && in getImplicitFormat()
255 *RightFormat != ExpressionFormat::Kind::NoFormat && in getImplicitFormat()
264 return *LeftFormat != ExpressionFormat::Kind::NoFormat ? *LeftFormat in getImplicitFormat()