| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | StratifiedSets.h | 225 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/ |
| D | DeclBase.h | 508 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()
|
| D | StmtDataCollectors.td | 238 for (const Attr *A : S->getAttrs()) {
|
| D | ASTNodeTraverser.h | 697 for (const auto *A : Node->getAttrs()) in VisitAttributedStmt()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaType.cpp | 228 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 …]
|
| D | SemaCUDA.cpp | 109 return D->hasAttrs() && llvm::any_of(D->getAttrs(), [&](Attr *Attribute) { in hasAttr()
|
| D | JumpDiagnostics.cpp | 1012 ArrayRef<const Attr *> Attrs = AS->getAttrs(); in GetMustTailAttr()
|
| D | SemaOpenMP.cpp | 2878 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 …]
|
| D | SemaStmt.cpp | 3944 Attrs = &FD->getAttrs(); in BuildReturnStmt() 3961 Attrs = &MD->getAttrs(); in BuildReturnStmt()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | RDFGraph.h | 460 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/ |
| D | DeclSpec.h | 1596 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/ |
| D | DeclBase.cpp | 447 const AttrVec &V = getAttrs(); in getMaxAlignment() 909 AttrVec &Attrs = getAttrs(); in addAttr() 926 const AttrVec &Decl::getAttrs() const { in getAttrs() function in Decl
|
| D | DeclPrinter.cpp | 242 AttrVec &Attrs = D->getAttrs(); in prettyPrintAttributes() 264 AttrVec &Attrs = D->getAttrs(); in prettyPrintPragmas()
|
| D | Stmt.cpp | 149 return getLikelihood(AS->getAttrs()); in getLikelihood()
|
| /openbsd/src/gnu/llvm/clang/tools/libclang/ |
| D | CXIndexDataConsumer.h | 255 const CXIdxAttrInfo *const *getAttrs() const { in getAttrs() function
|
| D | CXIndexDataConsumer.cpp | 1167 EntityInfo.attributes = EntityInfo.AttrList->getAttrs(); in getEntityInfo()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86LoadValueInjectionLoadHardening.cpp | 424 if (Def.Addr->getAttrs() & NodeAttrs::Dead) in getGadgetGraph()
|
| /openbsd/src/gnu/llvm/clang/lib/Index/ |
| D | CommentToXML.cpp | 994 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); in visitFullComment()
|
| /openbsd/src/gnu/llvm/clang/lib/ARCMigrate/ |
| D | ObjCMT.cpp | 1136 const AttrVec &Attrs1 = Decl1->getAttrs(); in AttributesMatch() 1137 const AttrVec &Attrs2 = Decl2->getAttrs(); in AttributesMatch()
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGStmt.cpp | 704 for (const auto *A : S.getAttrs()) { in EmitAttributedStmt() 728 EmitStmt(S.getSubStmt(), S.getAttrs()); in EmitAttributedStmt()
|
| D | CGOpenMPRuntimeGPU.cpp | 170 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/ |
| D | ParseObjc.cpp | 416 D.getTypeObject(0).getAttrs().addAtEnd( in addContextSensitiveTypeNullability() 1274 takeDeclAttributes(attrs, D.getTypeObject(i).getAttrs()); in takeDeclAttributes()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | AttributorAttributes.cpp | 4846 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/ |
| D | ASTWriterStmt.cpp | 130 Record.push_back(S->getAttrs().size()); in VisitAttributedStmt() 131 Record.AddAttributes(S->getAttrs()); in VisitAttributedStmt()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | RDFGraph.cpp | 67 uint16_t Attrs = NA.Addr->getAttrs(); in operator <<()
|