Home
last modified time | relevance | path

Searched defs:ExpressionFormat (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h39 struct ExpressionFormat { struct
40 enum class Kind {
64 bool operator==(const ExpressionFormat &Other) const { argument
80 ExpressionFormat() : Value(Kind::NoFormat){}; in ExpressionFormat() argument
81 explicit ExpressionFormat(Kind Value) : Value(Value), Precision(0){}; in ExpressionFormat() argument
82 explicit ExpressionFormat(Kind Value, unsigned Precision) in ExpressionFormat() function