HomeSort by: relevance | last modified time | path
    Searched defs:setAttributes (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPEntry.cpp 61 void LDAPEntry::setAttributes(LDAPAttributeList *attrs){
62 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::setAttributes()" << endl);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalVariable.h 238 void setAttributes(AttributeSet A) {
InstrTypes.h 1476 void setAttributes(AttributeList A) { Attrs = A; }
1496 setAttributes(PAL);
1503 setAttributes(PAL);
1511 setAttributes(PAL);
1519 setAttributes(PAL);
1526 setAttributes(PAL);
1533 setAttributes(PAL);
1539 setAttributes(PAL);
1547 setAttributes(PAL);
1555 setAttributes(PAL)
    [all...]
Function.h 252 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; }
277 setAttributes(getAttributes().removeAttribute(
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPropagateAttributes.cpp 134 void setAttributes(Function &F, const ArrayRef<Optional<Attribute>> NewAttrs);
277 setAttributes(F, NewProps.Attributes);
320 setAttributes(*NewF, NewProps.Attributes);
347 void AMDGPUPropagateAttributes::setAttributes(Function &F,
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 1388 return setAttributes(C, Index, AttributeSet::get(C, NewAttrs));
1406 AttributeList AttributeList::setAttributes(LLVMContext &C, unsigned Index,
1435 return setAttributes(C, Index, AttributeSet::get(C, Merged));
1492 return setAttributes(C, Index, NewAttrs);
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 666 inline void setAttributes(ListASTNode * attributes) { m_attributes = attributes; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 107 void TargetLoweringBase::ArgListEntry::setAttributes(const CallBase *Call,

Completed in 57 milliseconds