/external/llvm-project/clang/test/Analysis/ |
D | keychainAPI.m | 23 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 …]
|
D | keychainAPI-diagnostic-visitor.m | 17 SecKeychainAttributeList *attrList,
|
/external/clang/test/Analysis/ |
D | keychainAPI.m | 23 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 …]
|
D | keychainAPI-diagnostic-visitor.m | 17 SecKeychainAttributeList *attrList,
|
/external/llvm-project/clang/docs/analyzer/checkers/ |
D | seckeychainapi_example.m | 52 SecKeychainAttributeList *attrList = 0; 58 itemClass, &attrList, 61 SecKeychainItemFreeContent(attrList, outData);
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
D | GraphvizGrapher.java | 196 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/ |
D | SPIRVUtilsGen.cpp | 747 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/ |
D | ListCoverageLevels.java | 203 … 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/ |
D | vktSynchronizationSmokeTests.cpp | 399 …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/ |
D | SemaDeclObjC.cpp | 1685 AttributeList *attrList) { in ActOnForwardProtocolDeclaration() argument 1699 if (attrList) in ActOnForwardProtocolDeclaration() 1700 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
|
D | SemaType.cpp | 548 AttributeList *&attrList, in distributeFunctionTypeAttrToInnermost() argument 557 moveAttrFromListToList(attr, attrList, chunk.getAttrListRef()); in distributeFunctionTypeAttrToInnermost()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1776 const ParsedAttributesView &attrList) { in ActOnForwardProtocolDeclaration() argument 1790 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
|
D | SemaType.cpp | 612 ParsedAttributesView &attrList, QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost() argument 620 moveAttrFromListToList(attr, attrList, chunk.getAttrs()); in distributeFunctionTypeAttrToInnermost()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7412 AttributeList *attrList);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9391 const ParsedAttributesView &attrList);
|
/external/guice/lib/build/jdiff/ |
D | xerces.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/xml/
javax/ ... |