Searched refs:getAttributes (Results 1 - 25 of 73) sorted by relevance

123

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/examples/
H A DreadSchema.cpp38 const LDAPAttribute* schemaAttr = rootDse->getAttributes()->getAttributeByName("subschemaSubentry");
49 const LDAPAttribute* oc = entry->getAttributes()->getAttributeByName("objectClasses");
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPEntry.h104 const LDAPAttributeList* getAttributes() const;
H A DLDAPAddRequest.cpp46 const LDAPAttributeList* list=m_entry->getAttributes();
H A DLDAPEntry.cpp76 const LDAPAttributeList* LDAPEntry::getAttributes() const{ function in class:LDAPEntry
77 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::getAttributes()" << endl);
H A DLdifWriter.cpp46 const LDAPAttributeList *al = le.getAttributes();
/macosx-10.10/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h47 const SmallVectorImpl<DWARFAttribute> &getAttributes() const { function in class:llvm::DWARFAbbreviationDeclaration
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DInstruction.cpp209 CI->getAttributes() == cast<CallInst>(I)->getAttributes();
212 CI->getAttributes() == cast<InvokeInst>(I)->getAttributes();
282 CI->getAttributes() == cast<CallInst>(I)->getAttributes();
285 CI->getAttributes() ==
286 cast<InvokeInst>(I)->getAttributes();
H A DAttributes.cpp279 /// getAttributes - The attributes for the specified index are
282 Attributes AttrListPtr::getAttributes(unsigned Idx) const { function in class:AttrListPtr
307 Attributes OldAttrs = getAttributes(Idx);
355 Attributes OldAttrs = getAttributes(Idx);
H A DFunction.cpp183 setAttributes(Intrinsic::getAttributes(Intrinsic::ID(IID)));
246 AttrListPtr PAL = getAttributes();
252 AttrListPtr PAL = getAttributes();
307 setAttributes(SrcF->getAttributes());
601 /// This defines the "Intrinsic::getAttributes(ID id)" method.
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSSymbolTableObject.cpp69 if (!(it->value.getAttributes() & DontEnum) || (mode == IncludeDontEnumProperties))
H A DJSSymbolTableObject.h81 slot.setValue(object, entry.getAttributes() | DontDelete, object->registerAt(entry.getIndex()).get());
97 object->registerAt(entry.getIndex()).get(), entry.getAttributes() | DontDelete);
113 slot.setValue(object, entry.getAttributes() | DontDelete, object->registerAt(entry.getIndex()).get());
H A DSymbolTable.h119 unsigned getAttributes() const function in class:JSC::SymbolTableEntry::Fast
204 unsigned getAttributes() const function in struct:JSC::SymbolTableEntry
206 return getFast().getAttributes();
H A DSymbolTable.cpp152 SymbolTableEntry(iter->value.getIndex(), iter->value.getAttributes()));
H A DJSActivation.cpp83 descriptor.setDescriptor(registerAt(entry.getIndex()).get(), entry.getAttributes());
127 if (it->value.getAttributes() & DontEnum && mode != IncludeDontEnumProperties)
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeIntrinsicInfo.cpp86 /// This defines the "getAttributes(ID id)" method.
107 AttrListPtr AList = getAttributes((mblazeIntrinsic::ID) IntrID);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DAttributes.h522 return getAttributes(Idx);
528 return getAttributes(0);
533 return getAttributes(~0U);
539 return getAttributes(Idx).hasAttributes(Attr);
545 return getAttributes(Idx).getAlignment();
592 /// getAttributes - The attributes for the specified index are
594 Attributes getAttributes(unsigned Idx) const;
H A DIntrinsics.h59 /// Intrinsic::getAttributes(ID) - Return the attributes for an intrinsic.
61 AttrListPtr getAttributes(ID id);
/macosx-10.10/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DValueEnumerator.h124 const std::vector<AttrListPtr> &getAttributes() const { function in class:llvm::ValueEnumerator
H A DValueEnumerator.cpp41 EnumerateAttributes(cast<Function>(I)->getAttributes());
89 EnumerateAttributes(CI->getAttributes());
91 EnumerateAttributes(II->getAttributes());
461 EnumerateAttributes(F.getAttributes());
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DCallSite.h178 /// getAttributes/setAttributes - get or set the parameter attributes of
180 const AttrListPtr &getAttributes() const { function in class:llvm::CallSiteBase
181 CALLSITE_DELEGATE_GETTER(getAttributes());
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DPruneEH.cpp148 const AttrListPtr &PAL = F->getAttributes();
181 Call->setAttributes(II->getAttributes());
H A DMergeFunctions.cpp320 CI->getAttributes() == cast<CallInst>(I2)->getAttributes();
323 CI->getAttributes() == cast<InvokeInst>(I2)->getAttributes();
465 if (F1->getAttributes() != F2->getAttributes())
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DCloneFunction.cpp98 Anew->addAttr( OldFunc->getAttributes()
100 NewFunc->setAttributes(NewFunc->getAttributes()
101 .addAttr(0, OldFunc->getAttributes()
103 NewFunc->setAttributes(NewFunc->getAttributes()
104 .addAttr(~0, OldFunc->getAttributes()
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOMedia.h704 * @function getAttributes
712 virtual IOMediaAttributeMask getAttributes() const; /* 10.2.0 */
H A DIOPartitionScheme.cpp704 partition1->getAttributes( ) != partition2->getAttributes( ) ||
766 partition2->getAttributes( ),

Completed in 222 milliseconds

123