HomeSort by: relevance | last modified time | path
    Searched refs:NoFormat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h 43 NoFormat,
62 explicit operator bool() const { return Value != Kind::NoFormat; }
64 /// Define format equality: formats are equal if neither is NoFormat and
67 return Value != Kind::NoFormat && Value == Other.Value &&
82 ExpressionFormat() : Value(Kind::NoFormat){};
91 /// if the format is NoFormat.
96 /// format is NoFormat.
189 /// \p SM if implicit formats of the AST's components conflict, or NoFormat
FileCheck.cpp 33 case Kind::NoFormat:
404 if (*LeftFormat != ExpressionFormat::Kind::NoFormat &&
405 *RightFormat != ExpressionFormat::Kind::NoFormat &&
414 return *LeftFormat != ExpressionFormat::Kind::NoFormat ? *LeftFormat

Completed in 17 milliseconds