Searched refs:setAttributes (Results 1 - 25 of 72) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DAttributesImplSerializer.java189 * @see org.xml.sax.helpers.AttributesImpl#setAttributes(Attributes)
192 public final void setAttributes(Attributes atts) method in class:AttributesImplSerializer
195 super.setAttributes(atts);
/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp64 NewCall->setAttributes(II->getAttributes());
H A DCloneFunction.cpp96 NewFunc->setAttributes(NewAttrs);
108 NewFunc->setAttributes(
H A DBuildLibCalls.cpp318 CI->setAttributes(Attrs);
339 CI->setAttributes(Attrs);
/external/llvm/unittests/IR/
H A DVerifierTest.cpp53 F->setAttributes(AS.addAttribute(C, AttributeSet::ReturnIndex,
H A DLegacyPassManagerTest.cpp441 func_test1->setAttributes(func_test1_PAL);
449 func_test2->setAttributes(func_test2_PAL);
457 func_test3->setAttributes(func_test3_PAL);
465 func_test4->setAttributes(func_test4_PAL);
485 int32_3->setAttributes(int32_3_PAL);
500 int32_6->setAttributes(int32_6_PAL);
515 int32_9->setAttributes(int32_9_PAL);
/external/llvm/include/llvm/IR/
H A DFunction.h173 void setAttributes(AttributeSet attrs) { AttributeSets = attrs; } function in class:llvm::Function
177 setAttributes(AttributeSets.addAttribute(getContext(),
183 setAttributes(AttributeSets.removeAttribute(
189 setAttributes(
194 setAttributes(
H A DCallSite.h196 /// getAttributes/setAttributes - get or set the parameter attributes of
201 void setAttributes(const AttributeSet &PAL) { function in class:llvm::CallSiteBase
202 CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java176 mAttrWrapper.setAttributes(attrs);
197 public void setAttributes(Attributes a) { method in class:SAX1ParserAdapter.AttributesWrapper
/external/smack/src/org/jivesoftware/smack/packet/
H A DRegistration.java93 public void setAttributes(Map<String, String> attributes) { method in class:Registration
/external/smack/src/org/jivesoftware/smack/
H A DAccountManager.java231 reg.setAttributes(attributes);
262 reg.setAttributes(map);
296 reg.setAttributes(attributes);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java84 setAttributes(atts);
356 public void setAttributes (Attributes atts)
353 public void setAttributes (Attributes atts) method in class:AttributesImpl
/external/llvm/lib/Target/R600/
H A DSITypeRewriter.cpp140 NewF->setAttributes(F->getAttributes());
/external/chromium_org/third_party/WebKit/Source/web/mac/
H A DWebSubstringUtil.mm106 [string setAttributes:attrs range:NSMakeRange(position, numCharacters)];
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.cpp61 static inline void setAttributes(Element* element, AtomicHTMLToken* token, ParserContentPolicy parserContentPolicy) function in namespace:blink
400 setAttributes(element.get(), token, m_parserContentPolicy);
662 setAttributes(element.get(), token, m_parserContentPolicy);
741 setAttributes(element.get(), token, m_parserContentPolicy);
762 setAttributes(element.get(), token, m_parserContentPolicy);
/external/llvm/lib/IR/
H A DFunction.cpp238 setAttributes(Intrinsic::getAttributes(getContext(), Intrinsic::ID(IID)));
310 setAttributes(PAL);
316 setAttributes(PAL);
322 setAttributes(PAL);
375 setAttributes(SrcF->getAttributes());
H A DModule.cpp106 New->setAttributes(AttributeList);
H A DAutoUpgrade.cpp171 F->setAttributes(Intrinsic::getAttributes(F->getContext(),
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp260 cast<InvokeInst>(New)->setAttributes(PAL);
264 cast<CallInst>(New)->setAttributes(PAL);
851 NF->setAttributes(NewPAL);
928 cast<InvokeInst>(New)->setAttributes(NewCallPAL);
932 cast<CallInst>(New)->setAttributes(NewCallPAL);
H A DPruneEH.cpp184 Call->setAttributes(II->getAttributes());
H A DArgumentPromotion.cpp626 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec));
747 cast<InvokeInst>(New)->setAttributes(AttributeSet::get(II->getContext(),
752 cast<CallInst>(New)->setAttributes(AttributeSet::get(New->getContext(),
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp441 void setAttributes(UCollator *collator, UErrorCode *error) function
507 setAttributes(COLLATOR_, &error);
536 setAttributes(COLLATOR_, &error);
619 setAttributes(COLLATOR_, &error);
1491 setAttributes(COLLATOR_, &error);
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp542 static inline void setAttributes(Element* element, Vector<Attribute>& attributeVector, ParserContentPolicy parserContentPolicy) function in namespace:blink
990 setAttributes(newElement.get(), prefixedAttributes, parserContentPolicy());
996 setAttributes(newElement.get(), prefixedAttributes, parserContentPolicy());
/external/llvm/lib/CodeGen/
H A DShadowStackGC.cpp182 II->setAttributes(CI->getAttributes());
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1440 cast<InvokeInst>(NC)->setAttributes(NewCallerPAL);
1448 cast<CallInst>(NC)->setAttributes(NewCallerPAL);
1619 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL);
1626 cast<CallInst>(NewCaller)->setAttributes(NewPAL);

Completed in 706 milliseconds

123