Searched refs:getAttrs (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DurlTest.cpp25 StringList attrs = url.getAttrs();
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPUrl.h121 const StringList& getAttrs() const;
H A DLDAPUrl.cpp124 const StringList& LDAPUrl::getAttrs() const function in class:LDAPUrl
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h226 AliasAttrs getAttrs() { function in struct:llvm::cflaa::StratifiedSetsBuilder::BuilderLink
487 auto FromAttrs = LinksFrom->getAttrs();
504 LinksInto->setAttrs(LinksFrom->getAttrs());
520 auto Attrs = Current->getAttrs();
523 Attrs |= Current->getAttrs();
H A DCFLAndersAliasAnalysis.cpp243 AliasAttrs getAttrs(InstantiatedValue V) const { function in class:__anon1641::AliasAttrMap
336 Optional<AliasAttrs> getAttrs(const Value *) const;
511 CFLAndersAAResult::FunctionInfo::getAttrs(const Value *V) const { function in class:CFLAndersAAResult::FunctionInfo
528 auto MaybeAttrsA = getAttrs(LHS);
529 auto MaybeAttrsB = getAttrs(RHS);
753 auto DstAttr = AttrMap.getAttrs(Dst);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h495 AttrVec &getAttrs() { function
496 return const_cast<AttrVec&>(const_cast<const Decl*>(this)->getAttrs());
499 const AttrVec &getAttrs() const;
511 return hasAttrs() ? getAttrs().begin() : nullptr;
514 return hasAttrs() ? getAttrs().end() : nullptr;
521 AttrVec &Vec = getAttrs();
544 return hasAttrs() ? getSpecificAttr<T>(getAttrs()) : nullptr;
548 return hasAttrs() && hasSpecificAttr<T>(getAttrs());
H A DASTNodeTraverser.h653 for (const auto *A : Node->getAttrs())
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h255 const CXIdxAttrInfo *const *getAttrs() const { function in class:clang::cxindex::AttrListInfo
H A DCXIndexDataConsumer.cpp1154 EntityInfo.attributes = EntityInfo.AttrList->getAttrs();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1573 const ParsedAttributesView &getAttrs() const { return AttrList; } function in struct:clang::DeclaratorChunk
1574 ParsedAttributesView &getAttrs() { return AttrList; } function in struct:clang::DeclaratorChunk
2214 DeclTypeInfo.back().getAttrs().addAll(attrs.begin(), attrs.end());
2531 if (!getTypeObject(i).getAttrs().empty())
/netbsd-current/external/mit/isl/dist/interface/
H A Dextract_interface.cc127 AttrVec attrs = decl->getAttrs();
H A Dgenerator.cc462 * in the AttrVec returned by Decl::getAttrs() in older versions of clang.
481 AttrVec attrs = decl->getAttrs();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp228 return declarator.getTypeObject(chunkIndex).getAttrs();
482 destChunk->getAttrs());
498 dest->getAttrs());
566 declarator.getTypeObject(innermost).getAttrs());
590 chunk.getAttrs());
620 moveAttrFromListToList(attr, attrList, chunk.getAttrs());
3053 for (const ParsedAttr &AL : chunk.getAttrs())
4621 hasCFReturnsAttr(InnermostChunk->getAttrs()) ||
4798 DeclType.EndLoc, DeclType.getAttrs(),
4821 DeclType.EndLoc, DeclType.getAttrs(),
[all...]
H A DJumpDiagnostics.cpp1007 ArrayRef<const Attr *> Attrs = AS->getAttrs();
H A DSemaCUDA.cpp109 return D->hasAttrs() && llvm::any_of(D->getAttrs(), [&](Attr *Attribute) {
H A DSemaOpenMP.cpp2641 VD->getName(), VD->hasAttrs() ? &VD->getAttrs() : nullptr, DRE);
8407 LCDecl->hasAttrs() ? &LCDecl->getAttrs() : nullptr,
15331 D->hasAttrs() ? &D->getAttrs() : nullptr,
15584 D->hasAttrs() ? &D->getAttrs() : nullptr,
15784 D->hasAttrs() ? &D->getAttrs() : nullptr);
15789 D->hasAttrs() ? &D->getAttrs() : nullptr);
16636 D->hasAttrs() ? &D->getAttrs() : nullptr);
16638 D->hasAttrs() ? &D->getAttrs() : nullptr);
16688 D->hasAttrs() ? &D->getAttrs() : nullptr,
16912 D->hasAttrs() ? &D->getAttrs()
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h459 uint16_t getAttrs() const { return Attrs; } function in struct:NodeBase
461 void setFlags(uint16_t F) { setAttrs(NodeAttrs::set_flags(getAttrs(), F)); }
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp433 const AttrVec &V = getAttrs();
887 AttrVec &Attrs = getAttrs();
904 const AttrVec &Decl::getAttrs() const { function in class:Decl
H A DDeclPrinter.cpp238 AttrVec &Attrs = D->getAttrs();
260 AttrVec &Attrs = D->getAttrs();
H A DStmt.cpp148 return getLikelihood(AS->getAttrs());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp424 if (Def.Addr->getAttrs() & NodeAttrs::Dead)
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1137 const AttrVec &Attrs1 = Decl1->getAttrs();
1138 const AttrVec &Attrs2 = Decl2->getAttrs();
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp661 for (const auto *A : S.getAttrs()) {
673 EmitStmt(S.getSubStmt(), S.getAttrs());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3489 getAttrs({Attribute::Dereferenceable, Attribute::DereferenceableOrNull},
3784 getAttrs({Attribute::Alignment}, Attrs);
5896 IRP.getAttrs(AttrKinds, Attrs, IgnoreSubsumingPositions);
6496 IRP.getAttrs(AttrKinds, Attrs, IgnoreSubsumingPositions);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp127 Record.push_back(S->getAttrs().size());
128 Record.AddAttributes(S->getAttrs());

Completed in 506 milliseconds

12