Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DFunctionSupport.h581 auto newAttr = attributes.getDictionary( in setArgAttrs() local
642 auto newAttr = attributes.getDictionary(this->getOperation()->getContext()); in setResultAttrs() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java307 public Attr setAttributeNode(Attr newAttr) throws DOMException in setAttributeNode()
443 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException in setAttributeNodeNS()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1149 public final Attr setAttributeNode(Attr newAttr) throws DOMException in setAttributeNode()
1257 public final Attr setAttributeNodeNS(Attr newAttr) throws DOMException in setAttributeNodeNS()
/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
DPDLToPDLInterp.cpp480 Value newAttr = builder.create<pdl_interp::CreateAttributeOp>( in generateRewriter() local
/external/llvm-project/mlir/lib/IR/
DSymbolTable.cpp860 SymbolRefAttr newAttr = generateNewRefAttr(scope.symbol, newLeafAttr); in replaceAllSymbolUsesImpl() local
/external/clang/include/clang/Sema/
DAttributeList.h730 void add(AttributeList *newAttr) { in add()
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h828 void addAtEnd(ParsedAttr *newAttr) { in addAtEnd()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp1842 auto newAttr = DenseElementsAttr::get( in matchAndRewrite() local
2655 auto newAttr = DenseElementsAttr::get( in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp1004 DenseElementsAttr newAttr = DenseElementsAttr::getFromRawBuffer( in matchAndRewrite() local
/external/clang/lib/Sema/
DSemaDeclAttr.cpp2313 clang::Attr *newAttr; in handleVisibilityAttr() local
DSemaDecl.cpp2549 InheritableAttr *newAttr = in mergeParamDeclAttributes() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp2610 Attr *newAttr; in handleVisibilityAttr() local
DSemaDecl.cpp3001 InheritableAttr *newAttr = in mergeParamDeclAttributes() local
DTreeTransform.h6658 const Attr *newAttr = oldAttr ? getDerived().TransformAttr(oldAttr) : nullptr; in TransformAttributedType() local