Home
last modified time | relevance | path

Searched refs:scoped (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm/test/CodeGen/PowerPC/
Dmcm-10.ll4 ; for loading and storing a static variable scoped to a function.
Dmcm-2.ll5 ; for loading and storing a static variable scoped to a function.
Dmcm-obj-2.ll20 ; accessing function-scoped variable si.
Dmcm-obj.ll45 ; 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/
Den.stg126 "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/
Dbasic.ll1 ; RUN: opt < %s -basicaa -scoped-noalias -aa-eval -evaluate-aa-metadata -print-all-alias-modref-inf…
Dbasic2.ll1 ; RUN: opt < %s -basicaa -scoped-noalias -aa-eval -evaluate-aa-metadata -print-all-alias-modref-inf…
Dbasic-domains.ll1 ; RUN: opt < %s -basicaa -scoped-noalias -aa-eval -evaluate-aa-metadata -print-all-alias-modref-inf…
/external/clang/test/SemaObjC/
Dforeach.m12 /* This should be ok, 'thisKey' should be scoped to the loop in question,
/external/llvm/test/Transforms/GVN/
Dnoalias.ll1 ; RUN: opt -scoped-noalias -basicaa -gvn -S < %s | FileCheck %s
/external/skia/site/
Droles.md13 <style scoped><!--
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cc66 ScopedJavaFunc scoped(thr, caller_pc); \
/external/v8/test/webkit/
Dnamed-function-expression-expected.txt33 eval'd code should be able to access scoped variables
/external/iproute2/ip/
Dipaddress.c1067 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/
DCodeGenTreeWalker.g118 /** The overall lexer/parser template; simulate dynamically scoped
982 if ( scope!=null ) { // scoped rule ref
1045 { // scoped rule ref
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td786 "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/
DuDNS.c104 …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()
DmDNSEmbeddedAPI.h1075 mDNSBool scoped; // interface should be matched against question only member
2471 …erfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout);
DmDNS.c7843 …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/
Dip.c1060 scoped = 0; in ipaddrupdate() local
1153 scoped = 1; in ipaddrupdate()
1207 if (!scoped && (cmd != RTM_DELADDR) && (local.family == AF_INET) in ipaddrupdate()
/external/iputils/
DRELNOTES362 [PING6]: Use getaddrinfo() to allow scoped addresses
387 [TRACEPATH6] Use getaddrinfo() to allow scoped addresses
/external/llvm/docs/TableGen/
DLangIntro.rst152 in <list>. <var> is scoped at the level of the ``foreach`` loop and must
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
Dwebcomponents.js4511 … var splits = [ " ", ">", "+", "~" ], scoped = selector, attrName = "[" + scopeSelector + "]";
4513 var parts = scoped.split(sep);
4514 scoped = parts.map(function(p) {
4522 return scoped;
/external/mdnsresponder/mDNSShared/
Ddnsextd.c3107 …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/
DLangImpl7.rst832 The end result of all of this is that we get properly scoped variable

12