Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/TableGen/
H A DProperty.h85 bool hasDefaultValue() const { return !defaultValue.empty(); } hasDefaultValue() function
H A DClass.h71 bool hasDefaultValue() const { return !defaultValue.empty(); } hasDefaultValue() function
/llvm-project/mlir/lib/TableGen/
H A DAttribute.cpp102 bool Attribute::hasDefaultValue() const { hasDefaultValue() function in Attribute