Searched refs:lbl (Results 1 - 25 of 43) sorted by relevance

12

/external/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all...]
H A Dbasic-a64-instructions.s1149 cbz w5, lbl
1150 cbz x5, lbl
1151 cbnz x2, lbl
1152 cbnz x26, lbl
1153 // CHECK: cbz w5, lbl // encoding: [0bAAA00101,A,A,0x34]
1154 // CHECK: // fixup A - offset: 0, value: lbl, kind: fixup_aarch64_pcrel_branch19
1155 // CHECK: cbz x5, lbl // encoding: [0bAAA00101,A,A,0xb4]
1156 // CHECK: // fixup A - offset: 0, value: lbl, kind: fixup_aarch64_pcrel_branch19
1157 // CHECK: cbnz x2, lbl // encoding: [0bAAA00010,A,A,0xb5]
1158 // CHECK: // fixup A - offset: 0, value: lbl, kin
[all...]
/external/clang/test/CodeGen/
H A Dstatements.c29 static void *lbls[] = { &&lbl };
31 lbl:
H A Dexprs.c174 __extension__({ goto lbl; });
175 lbl:
/external/syslinux/com32/gpllib/zzjson/
H A Dzzjson_query.c28 char *lbl; local
31 lbl = va_arg(ap, char *);
32 while (lbl) {
33 zzjson = zzjson_object_find_label(zzjson, lbl);
35 lbl = va_arg(ap, char *);
/external/python/cpython2/Parser/
H A Dacceler.c80 int lbl = a->a_lbl; local
81 label *l = &g->g_ll.ll_label[lbl];
103 else if (lbl == EMPTY)
105 else if (lbl >= 0 && lbl < nl)
106 accel[lbl] = a->a_arrow;
H A Dgrammar.c74 addarc(dfa *d, int from, int to, int lbl) argument
87 a->a_lbl = lbl;
H A Dpgen.c63 addnfaarc(nfa *nf, int from, int to, int lbl) argument
74 ar->ar_label = lbl;
/external/python/cpython3/Parser/
H A Dacceler.c80 int lbl = a->a_lbl; local
81 label *l = &g->g_ll.ll_label[lbl];
103 else if (lbl == EMPTY)
105 else if (lbl >= 0 && lbl < nl)
106 accel[lbl] = a->a_arrow;
H A Dgrammar.c87 addarc(dfa *d, int from, int to, int lbl) argument
100 a->a_lbl = lbl;
/external/clang/test/SemaCXX/
H A Dgoto.cpp122 goto lbl; // expected-error {{cannot jump}}
124 lbl:
/external/iproute2/examples/
H A Dgaiconf41 ${IP} -6 addrlabel list | while read p pfx l lbl; do
42 echo label ${pfx} ${lbl}
/external/clang/test/CodeGenCXX/
H A Dexceptions.cpp303 lbl:
304 if (cond()) goto lbl;
H A Dconst-init-cxx11.cpp474 constexpr long a(bool x) { return x ? 0 : (long)&&lbl + (0 && ({lbl: 0;})); }
475 void test() { static long b = (long)&&lbl - a(false); lbl: return; }
/external/clang/test/Sema/
H A Dreturn.c281 lbl:
283 goto lbl;
/external/v8/tools/clang/blink_gc_plugin/
H A Dprocess-graph.py129 self.lbl = decl['lbl']
139 self.key = '%s#%s' % (self.lbl, self.dst)
141 return '%s (%s) => %s' % (self.src, self.lbl, self.dst)
149 return self.lbl.startswith('<subclass>')
151 return self.lbl.startswith('<super>')
205 lbl = '%s <: %s' % (super_node.name, e.lbl),
215 lbl = '<subclass>',
H A DBlinkGCPluginConsumer.cpp586 const std::string& lbl,
592 json_->Write("lbl", lbl);
584 DumpEdge(RecordInfo* src, RecordInfo* dst, const std::string& lbl, const Edge::LivenessKind& kind, const std::string& loc) argument
/external/python/cpython2/Include/
H A Dgrammar.h74 void addarc(dfa *d, int from, int to, int lbl);
/external/python/cpython3/Include/
H A Dgrammar.h75 void addarc(dfa *d, int from, int to, int lbl);
/external/dhcpcd-6.8.2/
H A Ddhcp-common.c357 valid_domainname(char *lbl, int type) argument
363 if (lbl == NULL || *lbl == '\0') {
368 slbl = lbl;
373 c = (unsigned char)*lbl++;
377 if (lbl - 1 == slbl) /* No space at start */
384 lst = lbl - 1;
391 if (*lbl == '.')
397 !start && *lbl != ' ' && *lbl !
[all...]
/external/python/cpython2/Lib/idlelib/
H A Dhelp.py218 for lbl, dex in text.parser.toc:
219 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
/external/python/cpython3/Lib/idlelib/
H A Dhelp.py216 for lbl, dex in text.parser.toc:
217 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
/external/tensorflow/tensorflow/contrib/training/python/training/
H A Dsampling_ops_test.py302 for lbl, data in zip(label_l, data_l):
304 self.assertListEqual(list(np.array([1, 4]) * lbl[i]), list(data[i, :]))
/external/tcpdump/win32/prj/
H A DGNUmakefile16 -I ../../lbl -I../.. \
/external/annotation-tools/asmx/src/org/objectweb/asm/xml/
H A DASMContentHandler.java644 Label lbl = (Label) labels.get(label);
645 if (lbl == null) {
646 lbl = new Label();
647 labels.put(label, lbl);
649 return lbl;

Completed in 725 milliseconds

12