Home
last modified time | relevance | path

Searched refs:setAttributes (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp441 func_test1->setAttributes(func_test1_PAL); in makeLLVMModule()
449 func_test2->setAttributes(func_test2_PAL); in makeLLVMModule()
457 func_test3->setAttributes(func_test3_PAL); in makeLLVMModule()
465 func_test4->setAttributes(func_test4_PAL); in makeLLVMModule()
485 int32_3->setAttributes(int32_3_PAL); in makeLLVMModule()
500 int32_6->setAttributes(int32_6_PAL); in makeLLVMModule()
515 int32_9->setAttributes(int32_9_PAL); in makeLLVMModule()
DVerifierTest.cpp53 F->setAttributes(AS.addAttribute(C, AttributeSet::ReturnIndex, in TEST()
/external/llvm/include/llvm/IR/
DFunction.h173 void setAttributes(AttributeSet attrs) { AttributeSets = attrs; }
177 setAttributes(AttributeSets.addAttribute(getContext(),
183 setAttributes(AttributeSets.removeAttribute(
189 setAttributes(
194 setAttributes(
DCallSite.h201 void setAttributes(const AttributeSet &PAL) { in setAttributes() function
202 CALLSITE_DELEGATE_SETTER(setAttributes(PAL)); in setAttributes()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DAttributesImplSerializer.java192 public final void setAttributes(Attributes atts) in setAttributes() method in AttributesImplSerializer
195 super.setAttributes(atts); in setAttributes()
/external/smack/src/org/jivesoftware/smack/
DAccountManager.java231 reg.setAttributes(attributes); in createAccount()
262 reg.setAttributes(map); in changePassword()
296 reg.setAttributes(attributes); in deleteAccount()
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAX1ParserAdapter.java176 mAttrWrapper.setAttributes(attrs); in startElement()
197 public void setAttributes(Attributes a) { in setAttributes() method in SAX1ParserAdapter.AttributesWrapper
/external/chromium_org/chrome/installer/mac/
Dpkg-dmg293 sub setAttributes($@);
597 setAttributes($tempRoot, @attributes);
1195 setAttributes($partitionMountPoint, @attributes);
1472 sub setAttributes($@) { subroutine
/external/llvm/lib/IR/
DFunction.cpp238 setAttributes(Intrinsic::getAttributes(getContext(), Intrinsic::ID(IID))); in Function()
310 setAttributes(PAL); in addAttribute()
316 setAttributes(PAL); in addAttributes()
322 setAttributes(PAL); in removeAttributes()
375 setAttributes(SrcF->getAttributes()); in copyAttributesFrom()
DModule.cpp106 New->setAttributes(AttributeList); in getOrInsertFunction()
/external/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp64 NewCall->setAttributes(II->getAttributes()); in runOnFunction()
DCloneFunction.cpp96 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto()
108 NewFunc->setAttributes( in CloneFunctionInto()
DBuildLibCalls.cpp318 CI->setAttributes(Attrs); in EmitUnaryFloatFnCall()
339 CI->setAttributes(Attrs); in EmitBinaryFloatFnCall()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DAttributesImpl.java83 setAttributes(atts); in AttributesImpl()
353 public void setAttributes (Attributes atts) in setAttributes() method in AttributesImpl
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLConstructionSite.cpp61 static inline void setAttributes(Element* element, AtomicHTMLToken* token, ParserContentPolicy pars… in setAttributes() function
400 setAttributes(element.get(), token, m_parserContentPolicy); in insertHTMLHtmlStartTagBeforeHTML()
662 setAttributes(element.get(), token, m_parserContentPolicy); in insertScriptElement()
741 setAttributes(element.get(), token, m_parserContentPolicy); in createElement()
762 setAttributes(element.get(), token, m_parserContentPolicy); in createHTMLElement()
/external/smack/src/org/jivesoftware/smack/packet/
DRegistration.java93 public void setAttributes(Map<String, String> attributes) { in setAttributes() method in Registration
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp260 cast<InvokeInst>(New)->setAttributes(PAL); in DeleteDeadVarargs()
264 cast<CallInst>(New)->setAttributes(PAL); in DeleteDeadVarargs()
851 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction()
928 cast<InvokeInst>(New)->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
932 cast<CallInst>(New)->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp626 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec)); in DoPromotion()
747 cast<InvokeInst>(New)->setAttributes(AttributeSet::get(II->getContext(), in DoPromotion()
752 cast<CallInst>(New)->setAttributes(AttributeSet::get(New->getContext(), in DoPromotion()
DPruneEH.cpp184 Call->setAttributes(II->getAttributes()); in SimplifyFunction()
/external/chromium_org/third_party/icu/source/tools/dumpce/
Ddumpce.cpp441 void setAttributes(UCollator *collator, UErrorCode *error) in setAttributes() function
507 setAttributes(COLLATOR_, &error); in serialize()
536 setAttributes(COLLATOR_, &error); in serialize()
619 setAttributes(COLLATOR_, &error); in serialize()
1491 setAttributes(COLLATOR_, &error); in serializeScripts()
/external/llvm/lib/Target/R600/
DSITypeRewriter.cpp140 NewF->setAttributes(F->getAttributes()); in visitCallInst()
/external/chromium_org/content/common/mac/
Dattributed_string_coder_unittest.mm72 [attr_str setAttributes:FontAttribute(@"Courier", 12)
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp542 static inline void setAttributes(Element* element, Vector<Attribute>& attributeVector, ParserConten… in setAttributes() function
990 setAttributes(newElement.get(), prefixedAttributes, parserContentPolicy()); in startElementNs()
996 setAttributes(newElement.get(), prefixedAttributes, parserContentPolicy()); in startElementNs()
/external/chromium_org/third_party/WebKit/Source/web/mac/
DWebSubstringUtil.mm106 [string setAttributes:attrs range:NSMakeRange(position, numCharacters)];
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1440 cast<InvokeInst>(NC)->setAttributes(NewCallerPAL); in transformConstExprCastCall()
1448 cast<CallInst>(NC)->setAttributes(NewCallerPAL); in transformConstExprCastCall()
1619 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
1626 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()

123