Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
DkeychainAPI.m23 SecKeychainAttributeList *attrList,
58 SecKeychainAttributeList **attrList,
65 SecKeychainAttributeList *attrList,
69 SecKeychainAttributeList *attrList,
114 void fooOnlyFreeParam(void *attrList, void* X) {
115 SecKeychainItemFreeContent(attrList, X);
164 SecKeychainAttributeList *attrList;
169 &attrList, &length, &outData);
171 …SecKeychainItemFreeContent(attrList, outData); // expected-warning{{Deallocator doesn't match the …
183 SecKeychainAttributeList *attrList;
[all …]
DkeychainAPI-diagnostic-visitor.m17 SecKeychainAttributeList *attrList,
/external/clang/test/Analysis/
DkeychainAPI.m23 SecKeychainAttributeList *attrList,
58 SecKeychainAttributeList **attrList,
65 SecKeychainAttributeList *attrList,
69 SecKeychainAttributeList *attrList,
122 void fooOnlyFreeParam(void *attrList, void* X) {
123 SecKeychainItemFreeContent(attrList, X);
172 SecKeychainAttributeList *attrList;
177 &attrList, &length, &outData);
179 …SecKeychainItemFreeContent(attrList, outData); // expected-warning{{Deallocator doesn't match the …
191 SecKeychainAttributeList *attrList;
[all …]
DkeychainAPI-diagnostic-visitor.m17 SecKeychainAttributeList *attrList,
/external/llvm-project/clang/docs/analyzer/checkers/
Dseckeychainapi_example.m52 SecKeychainAttributeList *attrList = 0;
58 itemClass, &attrList,
61 SecKeychainItemFreeContent(attrList, outData);
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DGraphvizGrapher.java196 List<String> attrList = Lists.newArrayList(); in getAttrString() local
202 attrList.add(attr.getKey() + "=" + value); in getAttrString()
206 return "[" + Joiner.on(", ").join(attrList) + "]"; in getAttrString()
/external/llvm-project/mlir/tools/mlir-tblgen/
DSPIRVUtilsGen.cpp747 StringRef attrList, StringRef attrName, in emitAttributeDeserialization() argument
755 attrList, attrName, words, wordIndex); in emitAttributeDeserialization()
769 attrList, attrName); in emitAttributeDeserialization()
774 attrList, attrName, words, wordIndex); in emitAttributeDeserialization()
779 attrList, attrName, words, wordIndex); in emitAttributeDeserialization()
/external/cldr/tools/java/org/unicode/cldr/tool/
DListCoverageLevels.java203 … public static StringBuilder compact(Collection<List<String>> attrList, StringBuilder result) { in compact() argument
204 Map<String, Map> map = getMap(attrList); in compact()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp399 …ngDescription>& bindingList, vector<VkVertexInputAttributeDescription>& attrList, VkPipelineVertex… in createVertexInfo() argument
416 attrList.push_back(attrDesc); in createVertexInfo()
427 vertexInputState.vertexAttributeDescriptionCount = (deUint32)attrList.size(); in createVertexInfo()
428 vertexInputState.pVertexAttributeDescriptions = &attrList[0]; in createVertexInfo()
662 vector<VkVertexInputAttributeDescription> attrList; in generateWork() local
764 createVertexInfo(vertexDescList, bindingList, attrList, vertexInputState); in generateWork()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1685 AttributeList *attrList) { in ActOnForwardProtocolDeclaration() argument
1699 if (attrList) in ActOnForwardProtocolDeclaration()
1700 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
DSemaType.cpp548 AttributeList *&attrList, in distributeFunctionTypeAttrToInnermost() argument
557 moveAttrFromListToList(attr, attrList, chunk.getAttrListRef()); in distributeFunctionTypeAttrToInnermost()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1776 const ParsedAttributesView &attrList) { in ActOnForwardProtocolDeclaration() argument
1790 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
DSemaType.cpp612 ParsedAttributesView &attrList, QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost() argument
620 moveAttrFromListToList(attr, attrList, chunk.getAttrs()); in distributeFunctionTypeAttrToInnermost()
/external/clang/include/clang/Sema/
DSema.h7412 AttributeList *attrList);
/external/llvm-project/clang/include/clang/Sema/
DSema.h9391 const ParsedAttributesView &attrList);
/external/guice/lib/build/jdiff/
Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...