Home
last modified time | relevance | path

Searched refs:attrList (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A DkeychainAPI.m23 SecKeychainAttributeList *attrList,
58 SecKeychainAttributeList **attrList,
65 SecKeychainAttributeList *attrList,
69 SecKeychainAttributeList *attrList,
115 SecKeychainItemFreeContent(attrList, X);
164 SecKeychainAttributeList *attrList;
183 SecKeychainAttributeList *attrList;
369 void my_FreeParam(void *attrList, void* X) {
413 void allocAndFree2(void *attrList) {
417 my_FreeParam(attrList, outData);
[all …]
H A DkeychainAPI-diagnostic-visitor.m17 SecKeychainAttributeList *attrList,
/llvm-project-15.0.7/clang/docs/analyzer/checkers/
H A Dseckeychainapi_example.m52 SecKeychainAttributeList *attrList = 0;
58 itemClass, &attrList,
61 SecKeychainItemFreeContent(attrList, outData);
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp336 llvm::AttributeList attrList; in convertOperationImpl() local
350 attrList = attrList.addAttributesAtIndex( in convertOperationImpl()
353 inst->setAttributes(attrList); in convertOperationImpl()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DSPIRVUtilsGen.cpp795 StringRef attrList, StringRef attrName, in emitAttributeDeserialization() argument
803 attrList, attrName, words, wordIndex); in emitAttributeDeserialization()
817 attrList, attrName); in emitAttributeDeserialization()
822 attrList, attrName, words, wordIndex); in emitAttributeDeserialization()
827 attrList, attrName, words, wordIndex); in emitAttributeDeserialization()
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp962 llvm::SmallVector<mlir::Attribute> attrList; in genFIR() local
965 attrList.push_back(fir::UpperBoundAttr::get(context)); in genFIR()
968 attrList.push_back(fir::LowerBoundAttr::get(context)); in genFIR()
1717 llvm::SmallVector<mlir::Attribute> attrList; in genFIR() local
1762 attrList.push_back(fir::LowerBoundAttr::get(context)); in genFIR()
1765 attrList.push_back(fir::UpperBoundAttr::get(context)); in genFIR()
1771 if (isLogicalSelector && attrList.size() == 2) in genFIR()
1773 attrList.push_back(mlir::UnitAttr::get(context)); in genFIR()
1795 for (const auto &attr : llvm::enumerate(attrList)) { in genFIR()
1797 if (attrList.size() == 1) in genFIR()
[all …]
/llvm-project-15.0.7/mlir/tools/mlir-linalg-ods-gen/
H A Dmlir-linalg-ods-yaml-gen.cpp685 std::string attrList; in generateNamedGenericOpOds() local
760 attrList = ",\n" + llvm::join(attrDefs, ",\n"); in generateNamedGenericOpOds()
768 interfaceNameList, doc, attrList, attrBuilder, in generateNamedGenericOpOds()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp1778 const ParsedAttributesView &attrList) { in ActOnForwardProtocolDeclaration() argument
1792 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
H A DSemaType.cpp610 ParsedAttributesView &attrList, QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost() argument
618 moveAttrFromListToList(attr, attrList, chunk.getAttrs()); in distributeFunctionTypeAttrToInnermost()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9937 const ParsedAttributesView &attrList);