Home
last modified time | relevance | path

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

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/FileCheck/
H A DFileCheckImpl.h39 struct ExpressionFormat { struct
40 enum class Kind {
66 bool operator==(const ExpressionFormat &Other) const { argument
82 ExpressionFormat() : Value(Kind::NoFormat){}; in ExpressionFormat() argument
83 explicit ExpressionFormat(Kind Value) : Value(Value), Precision(0){}; in ExpressionFormat() function
84 explicit ExpressionFormat(Kind Value, unsigned Precision) in ExpressionFormat() function
86 explicit ExpressionFormat(Kind Value, unsigned Precision, bool AlternateForm) in ExpressionFormat() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/FileCheck/
H A DFileCheckImpl.h39 struct ExpressionFormat { struct
40 enum class Kind {
66 bool operator==(const ExpressionFormat &Other) const { argument
82 ExpressionFormat() : Value(Kind::NoFormat){}; in ExpressionFormat() argument
83 explicit ExpressionFormat(Kind Value) : Value(Value), Precision(0){}; in ExpressionFormat() function
84 explicit ExpressionFormat(Kind Value, unsigned Precision) in ExpressionFormat() argument
86 explicit ExpressionFormat(Kind Value, unsigned Precision, bool AlternateForm) in ExpressionFormat() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h39 struct ExpressionFormat { struct
40 enum class Kind {
66 bool operator==(const ExpressionFormat &Other) const { argument
82 ExpressionFormat() : Value(Kind::NoFormat){}; in ExpressionFormat() function
83 explicit ExpressionFormat(Kind Value) : Value(Value), Precision(0){}; in ExpressionFormat() argument
84 explicit ExpressionFormat(Kind Value, unsigned Precision) in ExpressionFormat() function
86 explicit ExpressionFormat(Kind Value, unsigned Precision, bool AlternateForm) in ExpressionFormat() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/FileCheck/
H A DFileCheckImpl.h39 struct ExpressionFormat { struct
40 enum class Kind {
66 bool operator==(const ExpressionFormat &Other) const { argument
82 ExpressionFormat() : Value(Kind::NoFormat){}; in ExpressionFormat() argument
83 explicit ExpressionFormat(Kind Value) : Value(Value), Precision(0){}; in ExpressionFormat() argument
84 explicit ExpressionFormat(Kind Value, unsigned Precision) in ExpressionFormat() argument
86 explicit ExpressionFormat(Kind Value, unsigned Precision, bool AlternateForm) in ExpressionFormat() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/FileCheck/
H A DFileCheckImpl.h39 struct ExpressionFormat { struct
40 enum class Kind {
66 bool operator==(const ExpressionFormat &Other) const { argument
82 ExpressionFormat() : Value(Kind::NoFormat){}; in ExpressionFormat() argument
83 explicit ExpressionFormat(Kind Value) : Value(Value), Precision(0){}; in ExpressionFormat() function
84 explicit ExpressionFormat(Kind Value, unsigned Precision) in ExpressionFormat() function
86 explicit ExpressionFormat(Kind Value, unsigned Precision, bool AlternateForm) in ExpressionFormat() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/FileCheck/
H A DFileCheckImpl.h39 struct ExpressionFormat { struct
40 enum class Kind {
66 bool operator==(const ExpressionFormat &Other) const { argument
82 ExpressionFormat() : Value(Kind::NoFormat){}; in ExpressionFormat() function
83 explicit ExpressionFormat(Kind Value) : Value(Value), Precision(0){}; in ExpressionFormat() function
84 explicit ExpressionFormat(Kind Value, unsigned Precision) in ExpressionFormat() function
86 explicit ExpressionFormat(Kind Value, unsigned Precision, bool AlternateForm) in ExpressionFormat() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h39 struct ExpressionFormat { struct
40 enum class Kind {
64 bool operator==(const ExpressionFormat &Other) const { argument
80 ExpressionFormat() : Value(Kind::NoFormat){}; in ExpressionFormat() function
81 explicit ExpressionFormat(Kind Value) : Value(Value), Precision(0){}; in ExpressionFormat() function
82 explicit ExpressionFormat(Kind Value, unsigned Precision) in ExpressionFormat() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/FileCheck/
H A 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() function
82 explicit ExpressionFormat(Kind Value, unsigned Precision) in ExpressionFormat() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/FileCheck/
H A 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() function
82 explicit ExpressionFormat(Kind Value, unsigned Precision) in ExpressionFormat() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DFileCheckImpl.h39 struct ExpressionFormat { struct
63 bool operator==(const ExpressionFormat &Other) const { argument
78 ExpressionFormat() : Value(Kind::NoFormat){}; in ExpressionFormat() argument
79 explicit ExpressionFormat(Kind Value) : Value(Value){}; in ExpressionFormat() argument
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DFileCheckImpl.h39 struct ExpressionFormat { struct
63 bool operator==(const ExpressionFormat &Other) const { argument
78 ExpressionFormat() : Value(Kind::NoFormat){}; in ExpressionFormat() argument
79 explicit ExpressionFormat(Kind Value) : Value(Value){}; in ExpressionFormat() function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_transform/src/coverage/
H A Ddebug.rs216 fn counter_format_option_val(strval: &str) -> ExpressionFormat { in counter_format_option_val()
235 struct ExpressionFormat { struct
241 impl Default for ExpressionFormat { argument