Home
last modified time | relevance | path

Searched defs:Attrs (Results 1 – 25 of 153) sorted by relevance

1234567

/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.cpp23 { { X86::Name##132##Suf, X86::Name##213##Suf, X86::Name##231##Suf }, Attrs }, argument
26 FMA3GROUP(Name, Suf, Attrs) \ argument
31 FMA3GROUP(Name, Suf##_Int, Attrs) \ argument
39 FMA3GROUP_PACKED_WIDTHS_ALL(Name,Suf,Attrs) global() argument
46 FMA3GROUP_PACKED(Name,Attrs) global() argument
51 FMA3GROUP_SCALAR_WIDTHS_Z(Name,Suf,Attrs) global() argument
57 FMA3GROUP_SCALAR_WIDTHS_ALL(Name,Suf,Attrs) global() argument
64 FMA3GROUP_SCALAR(Name,Attrs) global() argument
69 FMA3GROUP_FULL(Name,Attrs) global() argument
82 FMA3GROUP_PACKED_AVX512_WIDTHS(Name,Type,Suf,Attrs) global() argument
87 FMA3GROUP_PACKED_AVX512(Name,Suf,Attrs) global() argument
92 FMA3GROUP_PACKED_AVX512_ROUND(Name,Suf,Attrs) global() argument
97 FMA3GROUP_SCALAR_AVX512_ROUND(Name,Suf,Attrs) global() argument
[all...]
H A DX86IndirectBranchTracking.cpp95 AttributeList Attrs = CalleeFn->getAttributes(); in IsCallReturnTwice() local
/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp36 MDNode *LoopInfo::createPipeliningMetadata(const LoopAttributes &Attrs, in createPipeliningMetadata() argument
81 LoopInfo::createPartialUnrollMetadata(const LoopAttributes &Attrs, in createPartialUnrollMetadata() argument
143 createUnrollAndJamMetadata(const LoopAttributes & Attrs,ArrayRef<Metadata * > LoopProperties,bool & HasUserTransforms) createUnrollAndJamMetadata() argument
211 createLoopVectorizeMetadata(const LoopAttributes & Attrs,ArrayRef<Metadata * > LoopProperties,bool & HasUserTransforms) createLoopVectorizeMetadata() argument
329 createLoopDistributeMetadata(const LoopAttributes & Attrs,ArrayRef<Metadata * > LoopProperties,bool & HasUserTransforms) createLoopDistributeMetadata() argument
379 createFullUnrollMetadata(const LoopAttributes & Attrs,ArrayRef<Metadata * > LoopProperties,bool & HasUserTransforms) createFullUnrollMetadata() argument
417 createMetadata(const LoopAttributes & Attrs,llvm::ArrayRef<llvm::Metadata * > AdditionalLoopProperties,bool & HasUserTransforms) createMetadata() argument
484 LoopInfo(BasicBlock * Header,const LoopAttributes & Attrs,const llvm::DebugLoc & StartLoc,const llvm::DebugLoc & EndLoc,LoopInfo * Parent) LoopInfo() argument
607 push(BasicBlock * Header,clang::ASTContext & Ctx,const clang::CodeGenOptions & CGOpts,ArrayRef<const clang::Attr * > Attrs,const llvm::DebugLoc & StartLoc,const llvm::DebugLoc & EndLoc,bool MustProgress) push() argument
[all...]
/llvm-project/llvm/tools/llvm-c-test/
H A Dattributes.c32 LLVMAttributeRef *Attrs = 0; in llvm_test_function_attributes() local
67 LLVMAttributeRef *Attrs = 0; in llvm_test_callsite_attributes() local
[all...]
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp17 static inline MethodKind getMethodKind(uint16_t Attrs) { in getMethodKind()
23 static inline bool isIntroVirtual(uint16_t Attrs) { in isIntroVirtual()
29 static inline PointerMode getPointerMode(uint32_t Attrs) { in getPointerMode()
34 static inline bool isMemberPointer(uint32_t Attrs) { in isMemberPointer()
85 uint16_t Attrs = support::endian::read16le(Content.data()); in handleMethodOverloadList() local
148 uint16_t Attrs = support::endian::read16le(Data.drop_front(2).data()); in handleOneMethod() local
269 uint32_t Attrs = support::endian::read32le(Content.drop_front(4).data()); in handlePointer() local
H A DTypeRecordMapping.cpp145 std::string Attrs = getMemberAttributes( in operator ()() local
637 std::string Attrs = getMemberAttributes( in visitKnownMember() local
648 std::string Attrs = getMemberAttributes( in visitKnownMember() local
661 std::string Attrs = getMemberAttributes( in visitKnownMember() local
700 std::string Attrs = getMemberAttributes( in visitKnownMember() local
712 std::string Attrs = getMemberAttributes( in visitKnownMember() local
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp52 ParseTypeName(SourceRange * Range,DeclaratorContext Context,AccessSpecifier AS,Decl ** OwnedType,ParsedAttributes * Attrs) ParseTypeName() argument
133 ParseAttributes(unsigned WhichAttrKinds,ParsedAttributes & Attrs,LateParsedAttrList * LateAttrs) ParseAttributes() argument
190 ParseGNUAttributes(ParsedAttributes & Attrs,LateParsedAttrList * LateAttrs,Declarator * D) ParseGNUAttributes() argument
413 ParseAttributeWithTypeArg(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAttributeWithTypeArg() argument
521 ParseAttributeArgsCommon(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAttributeArgsCommon() argument
666 ParseGNUAttributeArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form,Declarator * D) ParseGNUAttributeArgs() argument
728 ParseClangAttributeArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseClangAttributeArgs() argument
769 ParseMicrosoftDeclSpecArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs) ParseMicrosoftDeclSpecArgs() argument
917 ParseMicrosoftDeclSpecs(ParsedAttributes & Attrs) ParseMicrosoftDeclSpecs() argument
1102 ParseOpenCLQualifiers(ParsedAttributes & Attrs) ParseOpenCLQualifiers() argument
1113 ParseHLSLQualifiers(ParsedAttributes & Attrs) ParseHLSLQualifiers() argument
1532 ParseExternalSourceSymbolAttribute(IdentifierInfo & ExternalSourceSymbol,SourceLocation Loc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseExternalSourceSymbolAttribute() argument
1661 ParseObjCBridgeRelatedAttribute(IdentifierInfo & ObjCBridgeRelated,SourceLocation ObjCBridgeRelatedLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseObjCBridgeRelatedAttribute() argument
1730 ParseSwiftNewTypeAttribute(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseSwiftNewTypeAttribute() argument
1771 ParseTypeTagForDatatypeAttribute(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseTypeTagForDatatypeAttribute() argument
1866 DiagnoseMisplacedCXX11Attribute(ParsedAttributes & Attrs,SourceLocation CorrectLocation) DiagnoseMisplacedCXX11Attribute() argument
1885 DiagnoseProhibitedAttributes(const ParsedAttributesView & Attrs,const SourceLocation CorrectLocation) DiagnoseProhibitedAttributes() argument
1903 ProhibitCXX11Attributes(ParsedAttributes & Attrs,unsigned AttrDiagID,unsigned KeywordDiagID,bool DiagnoseEmptyAttrs,bool WarnOnUnknownAttrs) ProhibitCXX11Attributes() argument
1950 DiagnoseCXX11AttributeExtension(ParsedAttributes & Attrs) DiagnoseCXX11AttributeExtension() argument
1965 stripTypeAttributesOffDeclSpec(ParsedAttributes & Attrs,DeclSpec & DS,TagUseKind TUK) stripTypeAttributesOffDeclSpec() argument
2038 ParsedAttributes Attrs(AttrFactory); ParseDeclaration() local
2283 ParseDeclGroup(ParsingDeclSpec & DS,DeclaratorContext Context,ParsedAttributes & Attrs,ParsedTemplateInfo & TemplateInfo,SourceLocation * DeclEnd,ForRangeInit * FRI) ParseDeclGroup() argument
2995 ParseImplicitInt(DeclSpec & DS,CXXScopeSpec * SS,ParsedTemplateInfo & TemplateInfo,AccessSpecifier AS,DeclSpecContext DSC,ParsedAttributes & Attrs) ParseImplicitInt() argument
3309 ParseAlignmentSpecifier(ParsedAttributes & Attrs,SourceLocation * EndLoc) ParseAlignmentSpecifier() argument
3365 ParseBoundsAttribute(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseBoundsAttribute() argument
3895 ParsedAttributes Attrs(AttrFactory); ParseDeclarationSpecifiers() local
4059 ParsedAttributes Attrs(AttrFactory); ParseDeclarationSpecifiers() local
4909 ParsedAttributes Attrs(AttrFactory); ParseStructDeclaration() local
5027 ParsedAttributes Attrs(AttrFactory); ParseLexedCAttribute() local
5112 ParsedAttributes Attrs(AttrFactory); ParseStructUnionBody() local
6294 ParsedAttributes Attrs(AttrFactory); isConstructorDeclarator() local
6405 ParsedAttributes Attrs(AttrFactory); ParseTypeQualifierListOpt() local
7281 ParsedAttributes Attrs(AttrFactory); ParseDecompositionDeclarator() local
[all...]
H A DParseHLSL.cpp65 ParsedAttributes Attrs(AttrFactory); in ParseHLSLBuffer() local
121 void Parser::ParseHLSLAnnotations(ParsedAttributes &Attrs, in ParseHLSLAnnotations() argument
H A DParser.cpp811 ParseExternalDeclaration(ParsedAttributes & Attrs,ParsedAttributes & DeclSpecAttrs,ParsingDeclSpec * DS) ParseExternalDeclaration() argument
1139 ParseDeclOrFunctionDefInternal(ParsedAttributes & Attrs,ParsedAttributes & DeclSpecAttrs,ParsingDeclSpec & DS,AccessSpecifier AS) ParseDeclOrFunctionDefInternal() argument
1253 ParseDeclarationOrFunctionDefinition(ParsedAttributes & Attrs,ParsedAttributes & DeclSpecAttrs,ParsingDeclSpec * DS,AccessSpecifier AS) ParseDeclarationOrFunctionDefinition() argument
2439 ParsedAttributes Attrs(AttrFactory); ParseMicrosoftIfExistsExternalDeclaration() local
2530 ParsedAttributes Attrs(AttrFactory); ParseModuleDecl() local
2599 ParsedAttributes Attrs(AttrFactory); ParseModuleImport() local
[all...]
H A DParseDeclCXX.cpp495 ParseUsingDirectiveOrDeclaration(DeclaratorContext Context,const ParsedTemplateInfo & TemplateInfo,SourceLocation & DeclEnd,ParsedAttributes & Attrs) ParseUsingDirectiveOrDeclaration() argument
816 ParsedAttributes Attrs(AttrFactory); ParseUsingDeclaration() local
926 ParseAliasDeclarationAfterDeclarator(const ParsedTemplateInfo & TemplateInfo,SourceLocation UsingLoc,UsingDeclarator & D,SourceLocation & DeclEnd,AccessSpecifier AS,ParsedAttributes & Attrs,Decl ** OwnedType) ParseAliasDeclarationAfterDeclarator() argument
3479 ParsedAttributes Attrs(AttrFactory); SkipCXXMemberSpecification() local
3520 ParsedAttributes Attrs(AttrFactory); SkipCXXMemberSpecification() local
3644 ParseCXXMemberSpecification(SourceLocation RecordLoc,SourceLocation AttrFixitLoc,ParsedAttributes & Attrs,unsigned TagType,Decl * TagDecl) ParseCXXMemberSpecification() argument
4608 ParseCXXAssumeAttributeArg(ParsedAttributes & Attrs,IdentifierInfo * AttrName,SourceLocation AttrNameLoc,SourceLocation * EndLoc,ParsedAttr::Form Form) ParseCXXAssumeAttributeArg() argument
4679 ParseCXX11AttributeArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,CachedTokens & OpenMPTokens) ParseCXX11AttributeArgs() argument
4799 ParseCXX11AttributeSpecifierInternal(ParsedAttributes & Attrs,CachedTokens & OpenMPTokens,SourceLocation * EndLoc) ParseCXX11AttributeSpecifierInternal() argument
4957 ParseCXX11Attributes(ParsedAttributes & Attrs) ParseCXX11Attributes() argument
5014 ParseMicrosoftUuidAttributeArgs(ParsedAttributes & Attrs) ParseMicrosoftUuidAttributeArgs() argument
5106 ParseMicrosoftAttributes(ParsedAttributes & Attrs) ParseMicrosoftAttributes() argument
[all...]
/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp61 SMEAttrs(const AttributeList & Attrs) SMEAttrs() argument
[all...]
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp111 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes()
336 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes()
348 DIEAttrs Attrs = {}; in addAttributes() local
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h41 uint16_t Attrs = 0; member
284 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() argument
349 uint32_t Attrs = 0; global() variable
724 OneMethodRecord(TypeIndex Type,MemberAttributes Attrs,int32_t VFTableOffset,StringRef Name) OneMethodRecord() argument
746 MemberAttributes Attrs; global() variable
788 DataMemberRecord(MemberAttributes Attrs,TypeIndex Type,uint64_t Offset,StringRef Name) DataMemberRecord() argument
802 MemberAttributes Attrs; global() variable
813 StaticDataMemberRecord(MemberAttributes Attrs,TypeIndex Type,StringRef Name) StaticDataMemberRecord() argument
824 MemberAttributes Attrs; global() variable
834 EnumeratorRecord(MemberAttributes Attrs,APSInt Value,StringRef Name) EnumeratorRecord() argument
845 MemberAttributes Attrs; global() variable
868 BaseClassRecord(MemberAttributes Attrs,TypeIndex Type,uint64_t Offset) BaseClassRecord() argument
879 MemberAttributes Attrs; global() variable
889 VirtualBaseClassRecord(TypeRecordKind Kind,MemberAttributes Attrs,TypeIndex BaseType,TypeIndex VBPtrType,uint64_t Offset,uint64_t Index) VirtualBaseClassRecord() argument
906 MemberAttributes Attrs; global() variable
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DAttributeMask.h30 std::bitset<Attribute::EndAttrKinds> Attrs; variable
H A DGlobalVariable.h42 AttributeSet Attrs; global() variable
[all...]
/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp176 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); getParsedAttrList() local
1898 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); emitClangAttrLateParsedListImpl() local
2393 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); emitClangAttrTypeArgList() local
2416 ParsedAttrMap Attrs = getParsedAttrList(Records); emitClangAttrArgContextList() local
2478 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); emitClangAttrVariadicIdentifierArgList() local
2530 ParsedAttrMap Attrs = getParsedAttrList(Records, &Dupes, /*SemaOnly=*/false); emitClangAttrUnevaluatedStringLiteralList() local
2565 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); emitClangAttrIdentifierArgList() local
2585 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); emitClangAttrStrictIdentifierArgAtIndexList() local
2618 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); emitClangAttrThisIsaIdentifierArgList() local
2638 ParsedAttrMap Attrs = getParsedAttrList(Records); emitClangAttrAcceptsExprPack() local
2671 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); emitAttributes() local
3189 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); EmitClangAttrImpl() local
3272 std::vector<Record*> Attrs; global() member
3430 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); EmitClangAttrList() local
3477 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), EmitClangAttrPCHRead() local
3532 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args; EmitClangAttrPCHWrite() local
3644 GenerateHasAttrSpellingStringSwitch(const std::vector<std::pair<const Record *,FlattenedSpelling>> & Attrs,raw_ostream & OS,const std::string & Variety,const std::string & Scope="") GenerateHasAttrSpellingStringSwitch() argument
3750 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); EmitClangAttrHasAttrImpl() local
3842 ParsedAttrMap Attrs = getParsedAttrList(Records); EmitClangAttrSpellingListIndex() local
3867 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); EmitClangAttrASTVisitor() local
3935 EmitClangAttrTemplateInstantiateHelper(const std::vector<Record * > & Attrs,raw_ostream & OS,bool AppliesToDecl) EmitClangAttrTemplateInstantiateHelper() argument
3993 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); EmitClangAttrTemplateInstantiate() local
4619 ParsedAttrMap Attrs = getParsedAttrList(Records); GenerateHandleAttrWithDelayedArgs() local
4655 ParsedAttrMap Attrs = getParsedAttrList(Records, &Dupes); EmitClangAttrParsedAttrImpl() local
4811 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); EmitClangAttrParsedAttrKinds() local
4912 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args; EmitClangAttrTextNodeDump() local
4951 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"), Args; EmitClangAttrNodeTraverse() local
4999 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); EmitClangAttrDocTable() local
5213 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); EmitClangAttrDocs() local
5263 ParsedAttrMap Attrs = getParsedAttrList(Records); EmitTestPragmaAttributeSupportedAttributes() local
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp154 SMEAttrs Attrs(DAG.getMachineFunction().getFunction()); EmitTargetCodeForMemcpy() local
172 SMEAttrs Attrs(DAG.getMachineFunction().getFunction()); EmitTargetCodeForMemset() local
190 SMEAttrs Attrs(DAG.getMachineFunction().getFunction()); EmitTargetCodeForMemmove() local
H A DSMEABIPass.cpp64 auto Attrs = AttributeList().addFnAttribute(M->getContext(), emitTPIDR2Save() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp116 const std::string &Attrs = Graph->getGraphAttrs(N); in getNodeAttributes() local
191 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { in setGraphAttrs()
/llvm-project/llvm/lib/IR/
H A DAttributes.cpp846 get(LLVMContext & C,ArrayRef<Attribute> Attrs) get() argument
1028 AttributeSetNode(ArrayRef<Attribute> Attrs) AttributeSetNode() argument
1042 get(LLVMContext & C,ArrayRef<Attribute> Attrs) get() argument
1292 get(LLVMContext & C,ArrayRef<std::pair<unsigned,Attribute>> Attrs) get() argument
1325 get(LLVMContext & C,ArrayRef<std::pair<unsigned,AttributeSet>> Attrs) get() argument
1393 get(LLVMContext & C,unsigned Index,AttributeSet Attrs) get() argument
1409 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; get() local
1419 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; get() local
1428 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; get() local
1435 get(LLVMContext & C,ArrayRef<AttributeList> Attrs) get() argument
1463 AttributeSet Attrs = getAttributes(Index); addAttributeAtIndex() local
1541 AttributeSet Attrs = getAttributes(Index); removeAttributeAtIndex() local
1551 AttributeSet Attrs = getAttributes(Index); removeAttributeAtIndex() local
1560 AttributeSet Attrs = getAttributes(Index); removeAttributesAtIndex() local
1851 addAttributeImpl(SmallVectorImpl<Attribute> & Attrs,K Kind,Attribute Attr) addAttributeImpl() argument
[all...]
H A DFunction.cpp173 AttributeList Attrs = getParent()->getAttributes(); hasPassPointeeByValueCopyAttr() local
182 AttributeList Attrs = getParent()->getAttributes(); hasPointeeInMemoryValueAttr() local
317 AttributeList Attrs = getParent()->getAttributes(); onlyReadsMemory() local
612 addFnAttrs(const AttrBuilder & Attrs) addFnAttrs() argument
624 addRetAttrs(const AttrBuilder & Attrs) addRetAttrs() argument
636 addParamAttrs(unsigned ArgNo,const AttrBuilder & Attrs) addParamAttrs() argument
668 removeRetAttrs(const AttributeMask & Attrs) removeRetAttrs() argument
680 removeParamAttrs(unsigned ArgNo,const AttributeMask & Attrs) removeParamAttrs() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp384 CheckForDuplicateLoopAttrs(Sema & S,ArrayRef<const Attr * > Attrs) CheckForDuplicateLoopAttrs() argument
438 CheckForIncompatibleAttributes(Sema & S,const SmallVectorImpl<const Attr * > & Attrs) CheckForIncompatibleAttributes() argument
660 CheckRebuiltStmtAttributes(ArrayRef<const Attr * > Attrs) CheckRebuiltStmtAttributes() argument
[all...]
/llvm-project/clang/tools/clang-installapi/
H A DClangInstallAPI.cpp172 __anon8417070f0202( const auto &Attrs, std::function<void(InterfaceFile *, StringRef, const Target &)> Add) run() argument
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp105 AttributeList Attrs = F.getAttributes(); in removeStringFunctionAttributes() local
/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.cpp146 for (auto &Attrs : ArgumentAttributes) CodeGenIntrinsic() local

1234567