Searched defs:hasDefaultValue (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/include/mlir/TableGen/ | ||
H A D | Property.h | 85 bool hasDefaultValue() const { return !defaultValue.empty(); } hasDefaultValue() function |
H A D | Class.h | 71 bool hasDefaultValue() const { return !defaultValue.empty(); } hasDefaultValue() function |
/llvm-project/mlir/lib/TableGen/ | ||
H A D | Attribute.cpp | 102 bool Attribute::hasDefaultValue() const { hasDefaultValue() function in Attribute |