/external/clang/test/SemaObjC/ |
D | unused-backing-ivar-warning.m | 18 …ewX { // expected-warning {{ivar '_x' which backs the property is not referenced in this property… 21 - (id) y { // expected-warning {{ivar '_y' which backs the property is not referenced in this prope… 25 - (void) setV:(id)newV { // expected-warning {{ivar '_v' which backs the property is not referenced… 38 - (id) u { // expected-warning {{ivar '_u' which backs the property is not referenced in this prope… 48 …T { // expected-warning {{ivar 'tIvar' which backs the property is not referenced in this property… 122 - (long) q { return 0; } // expected-warning {{ivar 'q' which backs the property is not referenced … 123 …val { } // expected-warning {{ivar 'q' which backs the property is not referenced in this property… 124 …rn p; } // expected-warning {{ivar 'r' which backs the property is not referenced in this property… 145 -(int)p2 { // expected-warning {{ivar '_p2' which backs the property is not referenced in this pro… 200 … // expected-warning {{ivar '_cidURL1' which backs the property is not referenced in this property…
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_flush.c | 129 unsigned referenced; in softpipe_flush_resource() local 131 referenced = softpipe_is_resource_referenced(pipe, texture, level, layer); in softpipe_flush_resource() 133 if ((referenced & SP_REFERENCED_FOR_WRITE) || in softpipe_flush_resource() 134 ((referenced & SP_REFERENCED_FOR_READ) && !read_only)) { in softpipe_flush_resource() 141 if (referenced & SP_REFERENCED_FOR_READ) in softpipe_flush_resource()
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | WeakHashtable.java | 146 Referenced referenced = new Referenced(key); in containsKey() local 147 return super.containsKey(referenced); in containsKey() 470 private final Referenced referenced; 474 Referenced referenced) { 476 this.referenced = referenced; 480 return referenced;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_flush.c | 107 unsigned referenced; in llvmpipe_flush_resource() local 109 referenced = llvmpipe_is_resource_referenced(pipe, resource, level, layer); in llvmpipe_flush_resource() 111 if ((referenced & LP_REFERENCED_FOR_WRITE) || in llvmpipe_flush_resource() 112 ((referenced & LP_REFERENCED_FOR_READ) && !read_only)) { in llvmpipe_flush_resource()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/ |
D | SmaliUsageTypeProvider.java | 60 PsiElement referenced = ((PsiReference) element).resolve(); in getUsageType() local 61 if (referenced != null) { in getUsageType() 62 if (referenced instanceof PsiClass) { in getUsageType() 64 } else if (referenced instanceof PsiField) { in getUsageType() 66 } else if (referenced instanceof PsiMethod) { in getUsageType()
|
/external/clang/test/CodeGenCXX/ |
D | sections.cpp | 38 extern __declspec(allocate("read_flag_section")) int referenced = 42; 39 int *user() { return &referenced; } in user()
|
/external/opencv3/3rdparty/jinja2/ |
D | ext.py | 261 referenced = set() 266 referenced.update(singular_names) 286 referenced.update(plural_names) 291 for var in referenced: 301 bool(referenced), 311 referenced = [] 320 referenced.append(name) 339 return referenced, concat(buf)
|
/external/e2fsprogs/tests/f_h_badnode/ |
D | expect.1 | 4 Problem in HTREE directory inode 12929: block #993 referenced twice 8 Problem in HTREE directory inode 12929: block #1062 not referenced
|
/external/clang/test/ARCMT/ |
D | atautorelease-check.m | 109 …++x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was decl… 120 …struct S *var; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that i… 132 …int x = Bar; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it … 143 …Bar x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was de…
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ActionAnalysis.g | 32 * rules have predefined prefs referenced. I need this so I can 34 * which are referenced by actions. 94 // ref to rule referenced in this alt 110 /** $x x is an isolated rule label. Just record that the label was referenced */
|
/external/clang/test/TableGen/ |
D | anonymous-groups.td | 37 // CHECK-NEXT: anonymous-groups.td:[[@LINE-7]]:47: note: also referenced here 40 // CHECK-NEXT: anonymous-groups.td:[[@LINE-8]]:11: note: also referenced here
|
/external/llvm/docs/CommandGuide/ |
D | llvm-nm.rst | 28 Named object is referenced but undefined in this bitcode file 84 symbols which may be referenced by objects in this file, but not 127 Print only symbols referenced but not defined in this file.
|
/external/autotest/apache/ |
D | apache-prod-conf | 1 # This is the "prod" conf file directly referenced by the AFE running in our
|
/external/clang/test/Parser/ |
D | objc-property-syntax.m | 8 …tems) MyClass *ab_defaultToolbarItems; // expected-error {{method name referenced in property sett…
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | 2013-05-17-VarargsAndBlockAddress.ll | 8 ; This function is referenced by a "blockaddress" constant but it is
|
/external/clang/docs/ |
D | BlockLanguageSpec.rst | 46 returns a value of type int. The Block referenced is of opaque data 155 Local automatic (stack) variables referenced within the compound 212 in matched use, release allocated storage for referenced Blocks. 218 matched to a Block copy operation, allows recovery of the referenced 281 variables of automatic storage referenced within the Block expression 327 A Block that referenced these variables would import the variables as
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
D | README.txt | 8 code-generation until modules are actually referenced. All IR-generation is still
|
/external/llvm/test/Transforms/MergeFunc/ |
D | functions.ll | 3 ; Be sure we don't merge cross-referenced functions of same type.
|
/external/clang/test/Modules/ |
D | cstd.m | 7 // Supplied by compiler, but referenced from the "/usr/include" module map.
|
/external/clang/ |
D | NOTES.txt | 87 variables if they're referenced in evaluated code, even if that code 96 warn about non-POD variables that are referenced but not captured, but
|
/external/markdown/docs/extensions/ |
D | Tables.txt | 18 Thus, the following text (taken from the above referenced PHP documentation):
|
/external/llvm/test/CodeGen/ARM/ |
D | tail-call.ll | 25 ; Weakly-referenced extern functions cannot be tail-called, as AAELF does
|
/external/libxml2/win32/VC10/ |
D | README.vc10 | 23 is provided in the "win32\VC10" directory and referenced by the project
|
/external/llvm/test/Bitcode/ |
D | blockaddress.ll | 48 ; Check a blockaddress taken in two separate functions before the referenced
|
/external/libmicrohttpd/doc/chapters/ |
D | bibliography.inc | 8 All referenced RFCs can be found on the website of @emph{The Internet Engineering Task Force}
|