Home
last modified time | relevance | path

Searched refs:is_attribute (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dcomprehension.py459 def is_attribute(self) -> bool: member in OperandDef
754 if operand.is_attribute() and name in structured_op_methods:
763 op_def.is_attribute() for op_def in self.registered_operands.values()):
H A Dconfig.py167 if operand.is_attribute():
250 if operand.is_attribute():
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3542 static std::string EscapeXml(const std::string& str, bool is_attribute);
3635 const std::string& str, bool is_attribute) { in EscapeXml() argument
3651 if (is_attribute) in EscapeXml()
3657 if (is_attribute) in EscapeXml()
3664 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py687 def is_attribute(self): member in CursorKind