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

12

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/Accessible2/
H A DAccessibleEditableText.idl255 HRESULT setAttributes
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPEntry.h64 void setAttributes(LDAPAttributeList *attrs);
H A DLDAPEntry.cpp61 void LDAPEntry::setAttributes(LDAPAttributeList *attrs){ function in class:LDAPEntry
62 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::setAttributes()" << endl);
H A DLdifReader.cpp217 resEntry.setAttributes( curAl );
/macosx-10.9.5/llvmCore-3425.0.33/unittests/VMCore/
H A DPassManagerTest.cpp430 func_test1->setAttributes(func_test1_PAL);
438 func_test2->setAttributes(func_test2_PAL);
446 func_test3->setAttributes(func_test3_PAL);
454 func_test4->setAttributes(func_test4_PAL);
474 int32_3->setAttributes(int32_3_PAL);
489 int32_6->setAttributes(int32_6_PAL);
504 int32_9->setAttributes(int32_9_PAL);
/macosx-10.9.5/securityd-55199.3/src/
H A Dcsproxy.h79 void setAttributes(const CssmData &attrData);
H A Dcsproxy.cpp243 guest->setAttributes(attributes);
272 guest->setAttributes(attributes);
304 void CodeSigningHost::Guest::setAttributes(const CssmData &attrData) function in class:CodeSigningHost::Guest
H A Dsession.h85 void setAttributes(SessionAttributeBits bits);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCallSite.h178 /// getAttributes/setAttributes - get or set the parameter attributes of
183 void setAttributes(const AttrListPtr &PAL) { function in class:llvm::CallSiteBase
184 CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DPruneEH.cpp152 F->setAttributes(NPAL);
181 Call->setAttributes(II->getAttributes());
H A DDeadArgumentElimination.cpp249 cast<InvokeInst>(New)->setAttributes(PAL);
253 cast<CallInst>(New)->setAttributes(PAL);
768 NF->setAttributes(NewPAL);
825 cast<InvokeInst>(New)->setAttributes(NewCallPAL);
829 cast<CallInst>(New)->setAttributes(NewCallPAL);
H A DArgumentPromotion.cpp608 NF->setAttributes(AttrListPtr::get(AttributesVec));
722 cast<InvokeInst>(New)->setAttributes(AttrListPtr::get(AttributesVec));
726 cast<CallInst>(New)->setAttributes(AttrListPtr::get(AttributesVec));
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleTextImpl.h68 virtual HRESULT STDMETHODCALLTYPE setAttributes(long startOffset, long endOffset, BSTR* attributes);
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DFunction.cpp183 setAttributes(Intrinsic::getAttributes(Intrinsic::ID(IID)));
248 setAttributes(PAL);
254 setAttributes(PAL);
307 setAttributes(SrcF->getAttributes());
H A DModule.cpp148 New->setAttributes(AttributeList);
180 New->setAttributes(AttributeList);
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLConstructionSite.cpp59 static inline void setAttributes(Element* element, AtomicHTMLToken* token, ParserContentPolicy parserContentPolicy) function in namespace:WebCore
275 setAttributes(element.get(), token, m_parserContentPolicy);
528 setAttributes(element.get(), token, m_parserContentPolicy);
635 setAttributes(element.get(), token, m_parserContentPolicy);
655 setAttributes(element.get(), token, m_parserContentPolicy);
/macosx-10.9.5/WebCore-7537.78.1/xml/parser/
H A DXMLDocumentParserQt.cpp67 static inline void setAttributes(Element* element, Vector<Attribute>& attributeVector, ParserContentPolicy parserContentPolicy) function in namespace:WebCore
482 setAttributes(newElement.get(), prefixedAttributes, parserContentPolicy());
488 setAttributes(newElement.get(), prefixedAttributes, parserContentPolicy());
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSSymbolTableObject.h155 entry.setAttributes(attributes);
H A DSymbolTable.h209 void setAttributes(unsigned attributes) function in struct:JSC::SymbolTableEntry
H A DJSActivation.cpp140 entry.setAttributes(attributes);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DFunction.h167 /// setAttributes - Set the attribute list for this Function.
169 void setAttributes(const AttrListPtr &attrs) { AttributeList = attrs; } function in class:llvm::Function
/macosx-10.9.5/ICU-511.35/icuSources/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);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DCloneFunction.cpp100 NewFunc->setAttributes(NewFunc->getAttributes()
103 NewFunc->setAttributes(NewFunc->getAttributes()
H A DLowerInvoke.cpp181 NewCall->setAttributes(II->getAttributes());
247 NewCall->setAttributes(II->getAttributes());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp96 NewCall->setAttributes(II->getAttributes());

Completed in 206 milliseconds

12