| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | keychainAPI.m | 23 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 D | keychainAPI-diagnostic-visitor.m | 17 SecKeychainAttributeList *attrList,
|
| /llvm-project-15.0.7/clang/docs/analyzer/checkers/ |
| H A D | seckeychainapi_example.m | 52 SecKeychainAttributeList *attrList = 0; 58 itemClass, &attrList, 61 SecKeychainItemFreeContent(attrList, outData);
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
| H A D | LLVMToLLVMIRTranslation.cpp | 336 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 D | SPIRVUtilsGen.cpp | 795 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 D | Bridge.cpp | 962 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 D | mlir-linalg-ods-yaml-gen.cpp | 685 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 D | SemaDeclObjC.cpp | 1778 const ParsedAttributesView &attrList) { in ActOnForwardProtocolDeclaration() argument 1792 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
|
| H A D | SemaType.cpp | 610 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 D | Sema.h | 9937 const ParsedAttributesView &attrList);
|