Home
last modified time | relevance | path

Searched refs:getAttrs (Results 1 – 25 of 42) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DStratifiedSets.h225 AliasAttrs getAttrs() { in getAttrs() function
486 auto FromAttrs = LinksFrom->getAttrs(); in mergeDirect()
503 LinksInto->setAttrs(LinksFrom->getAttrs()); in mergeDirect()
519 auto Attrs = Current->getAttrs(); in tryMergeUpwards()
522 Attrs |= Current->getAttrs(); in tryMergeUpwards()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclBase.h508 AttrVec &getAttrs() { in getAttrs() function
509 return const_cast<AttrVec&>(const_cast<const Decl*>(this)->getAttrs()); in getAttrs()
512 const AttrVec &getAttrs() const;
524 return hasAttrs() ? getAttrs().begin() : nullptr; in attr_begin()
527 return hasAttrs() ? getAttrs().end() : nullptr; in attr_end()
534 AttrVec &Vec = getAttrs(); in dropAttr()
557 return hasAttrs() ? getSpecificAttr<T>(getAttrs()) : nullptr; in getAttr()
561 return hasAttrs() && hasSpecificAttr<T>(getAttrs()); in hasAttr()
DStmtDataCollectors.td238 for (const Attr *A : S->getAttrs()) {
DASTNodeTraverser.h697 for (const auto *A : Node->getAttrs()) in VisitAttributedStmt()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaType.cpp228 return declarator.getTypeObject(chunkIndex).getAttrs(); in getCurrentAttributes()
483 destChunk->getAttrs()); in distributeObjCPointerTypeAttr()
499 dest->getAttrs()); in distributeObjCPointerTypeAttr()
567 declarator.getTypeObject(innermost).getAttrs()); in distributeObjCPointerTypeAttrFromDeclarator()
591 chunk.getAttrs()); in distributeFunctionTypeAttr()
621 moveAttrFromListToList(attr, attrList, chunk.getAttrs()); in distributeFunctionTypeAttrToInnermost()
3213 for (const ParsedAttr &AL : chunk.getAttrs()) in inferARCWriteback()
4808 hasCFReturnsAttr(InnermostChunk->getAttrs()) || in GetFullTypeForDeclarator()
4985 DeclType.EndLoc, DeclType.getAttrs(), in GetFullTypeForDeclarator()
5008 DeclType.EndLoc, DeclType.getAttrs(), in GetFullTypeForDeclarator()
[all …]
DSemaCUDA.cpp109 return D->hasAttrs() && llvm::any_of(D->getAttrs(), [&](Attr *Attribute) { in hasAttr()
DJumpDiagnostics.cpp1012 ArrayRef<const Attr *> Attrs = AS->getAttrs(); in GetMustTailAttr()
DSemaOpenMP.cpp2878 VD->getName(), VD->hasAttrs() ? &VD->getAttrs() : nullptr, DRE); in EndOpenMPDSABlock()
9030 LCDecl->hasAttrs() ? &LCDecl->getAttrs() : nullptr, in buildPrivateCounterVar()
18078 D->hasAttrs() ? &D->getAttrs() : nullptr, in ActOnOpenMPPrivateClause()
18315 D->hasAttrs() ? &D->getAttrs() : nullptr, in ActOnOpenMPFirstprivateClause()
18521 D->hasAttrs() ? &D->getAttrs() : nullptr); in ActOnOpenMPLastprivateClause()
18526 D->hasAttrs() ? &D->getAttrs() : nullptr); in ActOnOpenMPLastprivateClause()
19373 D->hasAttrs() ? &D->getAttrs() : nullptr); in actOnOMPReductionKindClause()
19375 D->hasAttrs() ? &D->getAttrs() : nullptr); in actOnOMPReductionKindClause()
19426 D->hasAttrs() ? &D->getAttrs() : nullptr, in actOnOMPReductionKindClause()
19648 D->hasAttrs() ? &D->getAttrs() : nullptr); in actOnOMPReductionKindClause()
[all …]
DSemaStmt.cpp3944 Attrs = &FD->getAttrs(); in BuildReturnStmt()
3961 Attrs = &MD->getAttrs(); in BuildReturnStmt()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DRDFGraph.h460 uint16_t getAttrs() const { return Attrs; } in getAttrs() function
462 void setFlags(uint16_t F) { setAttrs(NodeAttrs::set_flags(getAttrs(), F)); } in setFlags()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DDeclSpec.h1596 const ParsedAttributesView &getAttrs() const { return AttrList; } in getAttrs() function
1597 ParsedAttributesView &getAttrs() { return AttrList; } in getAttrs() function
2277 DeclTypeInfo.back().getAttrs().addAll(attrs.begin(), attrs.end()); in AddTypeInfo()
2601 if (!getTypeObject(i).getAttrs().empty()) in hasAttributes()
/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclBase.cpp447 const AttrVec &V = getAttrs(); in getMaxAlignment()
909 AttrVec &Attrs = getAttrs(); in addAttr()
926 const AttrVec &Decl::getAttrs() const { in getAttrs() function in Decl
DDeclPrinter.cpp242 AttrVec &Attrs = D->getAttrs(); in prettyPrintAttributes()
264 AttrVec &Attrs = D->getAttrs(); in prettyPrintPragmas()
DStmt.cpp149 return getLikelihood(AS->getAttrs()); in getLikelihood()
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXIndexDataConsumer.h255 const CXIdxAttrInfo *const *getAttrs() const { in getAttrs() function
DCXIndexDataConsumer.cpp1167 EntityInfo.attributes = EntityInfo.AttrList->getAttrs(); in getEntityInfo()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86LoadValueInjectionLoadHardening.cpp424 if (Def.Addr->getAttrs() & NodeAttrs::Dead) in getGadgetGraph()
/openbsd/src/gnu/llvm/clang/lib/Index/
DCommentToXML.cpp994 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); in visitFullComment()
/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DObjCMT.cpp1136 const AttrVec &Attrs1 = Decl1->getAttrs(); in AttributesMatch()
1137 const AttrVec &Attrs2 = Decl2->getAttrs(); in AttributesMatch()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmt.cpp704 for (const auto *A : S.getAttrs()) { in EmitAttributedStmt()
728 EmitStmt(S.getSubStmt(), S.getAttrs()); in EmitAttributedStmt()
DCGOpenMPRuntimeGPU.cpp170 for (specific_attr_iterator<AlignedAttr> I(VD->getAttrs().begin()), in buildRecordForGlobalizedVars()
171 E(VD->getAttrs().end()); in buildRecordForGlobalizedVars()
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseObjc.cpp416 D.getTypeObject(0).getAttrs().addAtEnd( in addContextSensitiveTypeNullability()
1274 takeDeclAttributes(attrs, D.getTypeObject(i).getAttrs()); in takeDeclAttributes()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp4846 getAttrs({Attribute::Dereferenceable, Attribute::DereferenceableOrNull}, in initialize()
5152 getAttrs({Attribute::Alignment}, Attrs); in initialize()
7135 getAttrs({Attribute::ByVal}, Attrs, /* IgnoreSubsumingPositions */ true); in identifyPrivatizableType()
7705 IRP.getAttrs(AttrKinds, Attrs, IgnoreSubsumingPositions); in getKnownStateFromValue()
8303 IRP.getAttrs({Attribute::Memory}, Attrs, IgnoreSubsumingPositions); in getKnownStateFromValue()
8384 IRP.getAttrs({Attribute::Memory}, ExistingAttrs, in manifest()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTWriterStmt.cpp130 Record.push_back(S->getAttrs().size()); in VisitAttributedStmt()
131 Record.AddAttributes(S->getAttrs()); in VisitAttributedStmt()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRDFGraph.cpp67 uint16_t Attrs = NA.Addr->getAttrs(); in operator <<()

12