/external/llvm/test/CodeGen/PowerPC/ |
D | mcm-10.ll | 4 ; for loading and storing a static variable scoped to a function.
|
D | mcm-2.ll | 5 ; for loading and storing a static variable scoped to a function.
|
D | mcm-obj-2.ll | 20 ; accessing function-scoped variable si.
|
D | mcm-obj.ll | 45 ; accessing function-scoped variable si. 51 ; accessing function-scoped variable si.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
D | en.stg | 126 "cannot access rule <arg>'s dynamically-scoped attribute: <arg2>" 136 "label <arg> conflicts with rule <arg2>'s dynamically-scoped attribute with same name" 140 "rule <arg2>'s dynamically-scoped attribute <arg> conflicts with the rule name" 142 …"rule <arg2>'s dynamically-scoped attribute <arg> conflicts with<arg2>'s return value or parameter… 179 "unknown dynamically-scoped attribute for scope <arg>: <arg2>"
|
/external/llvm/test/Analysis/ScopedNoAliasAA/ |
D | basic.ll | 1 ; RUN: opt < %s -basicaa -scoped-noalias -aa-eval -evaluate-aa-metadata -print-all-alias-modref-inf…
|
D | basic2.ll | 1 ; RUN: opt < %s -basicaa -scoped-noalias -aa-eval -evaluate-aa-metadata -print-all-alias-modref-inf…
|
D | basic-domains.ll | 1 ; RUN: opt < %s -basicaa -scoped-noalias -aa-eval -evaluate-aa-metadata -print-all-alias-modref-inf…
|
/external/clang/test/SemaObjC/ |
D | foreach.m | 12 /* This should be ok, 'thisKey' should be scoped to the loop in question,
|
/external/llvm/test/Transforms/GVN/ |
D | noalias.ll | 1 ; RUN: opt -scoped-noalias -basicaa -gvn -S < %s | FileCheck %s
|
/external/skia/site/ |
D | roles.md | 13 <style scoped><!--
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_java.cc | 66 ScopedJavaFunc scoped(thr, caller_pc); \
|
/external/v8/test/webkit/ |
D | named-function-expression-expected.txt | 33 eval'd code should be able to access scoped variables
|
/external/iproute2/ip/ |
D | ipaddress.c | 1067 int scoped = 0; in ipaddr_modify() local 1125 scoped = 1; in ipaddr_modify() 1211 if (!scoped && cmd != RTM_DELADDR) in ipaddr_modify()
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | CodeGenTreeWalker.g | 118 /** The overall lexer/parser template; simulate dynamically scoped 982 if ( scope!=null ) { // scoped rule ref 1045 { // scoped rule ref
|
/external/clang/include/clang/Basic/ |
D | DiagnosticParseKinds.td | 786 "scoped enumeration requires a name">; 788 "scoped enumerations are a C++11 extension">, InGroup<CXX11>; 790 "scoped enumerations are incompatible with C++98">,
|
/external/mdnsresponder/mDNSCore/ |
D | uDNS.c | 104 …terfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout) in mDNS_AddDNSServer() argument 117 …mDNS_AddDNSServer: Adding %#a for %##s, InterfaceID %p, scoped %d", addr, d->c, interface, scoped); in mDNS_AddDNSServer() 123 …if ((*p)->scoped == scoped && (*p)->interface == interface && (*p)->teststate != DNSServer_Disable… in mDNS_AddDNSServer() 145 (*p)->scoped = scoped; in mDNS_AddDNSServer()
|
D | mDNSEmbeddedAPI.h | 1075 mDNSBool scoped; // interface should be matched against question only member 2471 …erfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout);
|
D | mDNS.c | 7843 …rsing DNS server Address %#a (Domain %##s), Scope: %d", &curr->addr, curr->domain.c, curr->scoped); in SetValidDNSServers() 7846 …erver %#a (Domain %##s), scoped %d", index, &curr->addr, curr->domain.c, curr->scoped); continue; } in SetValidDNSServers() 7856 if (curr->scoped && curr->interface == mDNSInterface_Any) in SetValidDNSServers() 7860 …if ((!curr->scoped && (!question->InterfaceID || (question->InterfaceID == mDNSInterface_Unicast))… in SetValidDNSServers() 7874 …" Timeout %d, interface %p", question->qname.c, &curr->addr, curr->domain.c, curr->scoped, index, … in SetValidDNSServers() 7908 …erver %#a (Domain %##s), scoped %d", index, &curr->addr, curr->domain.c, curr->scoped); continue; } in GetBestServer() 7941 if ((!curr->scoped && !InterfaceID) || (curr->interface == InterfaceID)) in GetBestServer()
|
/external/toybox/toys/pending/ |
D | ip.c | 1060 scoped = 0; in ipaddrupdate() local 1153 scoped = 1; in ipaddrupdate() 1207 if (!scoped && (cmd != RTM_DELADDR) && (local.family == AF_INET) in ipaddrupdate()
|
/external/iputils/ |
D | RELNOTES | 362 [PING6]: Use getaddrinfo() to allow scoped addresses 387 [TRACEPATH6] Use getaddrinfo() to allow scoped addresses
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 152 in <list>. <var> is scoped at the level of the ``foreach`` loop and must
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | webcomponents.js | 4511 … var splits = [ " ", ">", "+", "~" ], scoped = selector, attrName = "[" + scopeSelector + "]"; 4513 var parts = scoped.split(sep); 4514 scoped = parts.map(function(p) { 4522 return scoped;
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.c | 3107 …terfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout) in mDNS_AddDNSServer() argument 3108 …{ ( void ) m; ( void ) d; ( void ) interface; ( void ) addr; ( void ) port; ( void ) scoped; ( voi… in mDNS_AddDNSServer()
|
/external/llvm/docs/tutorial/ |
D | LangImpl7.rst | 832 The end result of all of this is that we get properly scoped variable
|