Home
last modified time | relevance | path

Searched refs:lbl (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/test/MC/AArch64/
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 …]
Dbasic-a64-instructions.s1149 cbz w5, lbl
1150 cbz x5, lbl
1151 cbnz x2, lbl
1152 cbnz x26, lbl
1162 cbz wzr, lbl
1163 cbnz xzr, lbl
1183 b.eq lbl
1184 b.ne lbl
1185 b.cs lbl
1186 b.hs lbl
[all …]
/external/llvm/test/Transforms/LICM/
DPR24013.ll6 br label %lbl
8 lbl.loopexit: ; No predecessors!
9 br label %lbl
11 lbl: ; preds = %lbl.loopexit, %entry
12 %phi = phi i32 [ %conv, %lbl.loopexit ], [ undef, %entry ]
16 if.then.5: ; preds = %if.then.5, %lbl
/external/syslinux/com32/gpllib/zzjson/
Dzzjson_query.c28 char *lbl; in zzjson_object_find_labels() local
31 lbl = va_arg(ap, char *); in zzjson_object_find_labels()
32 while (lbl) { in zzjson_object_find_labels()
33 zzjson = zzjson_object_find_label(zzjson, lbl); in zzjson_object_find_labels()
35 lbl = va_arg(ap, char *); in zzjson_object_find_labels()
/external/python/cpython2/Parser/
Dacceler.c80 int lbl = a->a_lbl; in fixstate() local
81 label *l = &g->g_ll.ll_label[lbl]; in fixstate()
103 else if (lbl == EMPTY) in fixstate()
105 else if (lbl >= 0 && lbl < nl) in fixstate()
106 accel[lbl] = a->a_arrow; in fixstate()
Dgrammar.c74 addarc(dfa *d, int from, int to, int lbl) in addarc() argument
87 a->a_lbl = lbl; in addarc()
/external/llvm/test/CodeGen/X86/
Dshrinkwrap-hang.ll16 br i1 %tobool, label %if.end, label %lbl
18 lbl: ; preds = %if.end, %entry
22 if.end: ; preds = %entry, %lbl
26 br i1 %tobool1, label %if.end3, label %lbl
/external/v8/tools/clang/blink_gc_plugin/
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>',
/external/clang/test/CodeGen/
Dstatements.c29 static void *lbls[] = { &&lbl }; in test5()
31 lbl: in test5()
Dexprs.c174 __extension__({ goto lbl; }); in f16()
175 lbl: in f16()
/external/dhcpcd-6.8.2/
Ddhcp-common.c357 valid_domainname(char *lbl, int type) in valid_domainname() argument
363 if (lbl == NULL || *lbl == '\0') { in valid_domainname()
368 slbl = lbl; in valid_domainname()
373 c = (unsigned char)*lbl++; in valid_domainname()
377 if (lbl - 1 == slbl) /* No space at start */ in valid_domainname()
384 lst = lbl - 1; in valid_domainname()
391 if (*lbl == '.') in valid_domainname()
397 !start && *lbl != ' ' && *lbl != '\0') || in valid_domainname()
/external/clang/test/SemaCXX/
Dgoto.cpp122 goto lbl; // expected-error {{cannot jump}} in test()
124 lbl: in test()
/external/iproute2/examples/
Dgaiconf41 ${IP} -6 addrlabel list | while read p pfx l lbl; do
42 echo label ${pfx} ${lbl}
/external/llvm/test/Transforms/LoopStrengthReduce/
Dpr18165.ll34 br i1 %tobool7.i, label %if.end9.i, label %lbl.loopexit.i
36 lbl.loopexit.i: ; preds = %for.body6.i.outer, %lbl.loopexit.i
37 br label %lbl.loopexit.i
/external/clang/test/Sema/
Dreturn.c281 lbl: in test35()
283 goto lbl; in test35()
/external/clang/test/CodeGenCXX/
Dexceptions.cpp303 lbl: in test()
304 if (cond()) goto lbl; in test()
Dconst-init-cxx11.cpp474 constexpr long a(bool x) { return x ? 0 : (long)&&lbl + (0 && ({lbl: 0;})); } in a()
475 void test() { static long b = (long)&&lbl - a(false); lbl: return; } in test()
/external/libpcap/
DMakefile.in281 lbl/os-aix4.h \
282 lbl/os-aix7.h \
283 lbl/os-hpux11.h \
284 lbl/os-osf4.h \
285 lbl/os-osf5.h \
286 lbl/os-solaris2.h \
287 lbl/os-sunos4.h \
288 lbl/os-ultrix4.h \
DREADME18 Network Research Group <libpcap@ee.lbl.gov>
19 ftp://ftp.ee.lbl.gov/old/libpcap-0.4a7.tar.Z
42 ftp://ftp.ee.lbl.gov/papers/bpf-usenix93.ps.Z
/external/tcpdump/
DMakefile.in338 lbl/os-osf4.h \
339 lbl/os-solaris2.h \
340 lbl/os-sunos4.h \
341 lbl/os-ultrix4.h \
DREADME25 Network Research Group <tcpdump@ee.lbl.gov>
26 ftp://ftp.ee.lbl.gov/old/tcpdump.tar.Z (3.4)
32 anonymous ftp to `ftp.ee.lbl.gov`, in `tcpdump.tar.Z`. More recent
/external/python/cpython2/Include/
Dgrammar.h74 void addarc(dfa *d, int from, int to, int lbl);
/external/llvm/test/Transforms/IPConstantProp/
DPR26044.ll12 if.end: ; preds = %lbl, %for.cond1
/external/python/cpython2/Lib/idlelib/
Dhelp.py218 for lbl, dex in text.parser.toc:
219 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
/external/eigen/Eigen/
DSuperLUSupport41 …* This module provides an interface to the <a href="http://crd-legacy.lbl.gov/~xiaoye/SuperLU/">Su…

12