Home
last modified time | relevance | path

Searched refs:LT (Results 1 – 25 of 225) sorted by relevance

123456789

/netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/
Drust-demangle-expected46 # ".." translates to "::" "$GT$" to ">" and "$LT$" to "<".
48 _ZN71_$LT$Test$u20$$u2b$$u20$$u27$static$u20$as$u20$foo..Bar$LT$Test$GT$$GT$3bar17h930b740aa94f1d3aE
52 _ZN54_$LT$I$u20$as$u20$core..iter..traits..IntoIterator$GT$9into_iter17h8581507801fb8615E
60 _ZN65_$LT$std..env..Args$u20$as$u20$core..iter..iterator..Iterator$GT$4next17h420a7c8d0c7eef40E
80 _ZN4core3ptr31_$LT$impl$u20$$BP$mut$u20$T$GT$7is_null17h7f9de798bc3f0879E
84 _ZN40_$LT$alloc..raw_vec..RawVec$LT$T$GT$$GT$6double17h4166e2b47539e1ffE
88 _ZN39_$LT$collections..vec..Vec$LT$T$GT$$GT$4push17hd4b6b23c1b88141aE
92 _ZN70_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$9deref_mut17hf299b860dc5…
96 _ZN63_$LT$core..ptr..Unique$LT$T$GT$$u20$as$u20$core..ops..Deref$GT$5deref17hc784b4a166cb5e5cE
100 _ZN40_$LT$alloc..raw_vec..RawVec$LT$T$GT$$GT$3ptr17h7570b6e9070b693bE
[all …]
/netbsd/src/usr.bin/tset/
Dmap.c54 #define LT 0x04 macro
57 #define LE (LT | EQ)
113 mapp->conditional |= LT; in add_mapping()
116 if (mapp->conditional & LT) in add_mapping()
154 mapp->conditional = ~mapp->conditional & (EQ | GT | LT); in add_mapping()
176 if (mapp->conditional & LT) in add_mapping()
213 case LT: in mapped()
/netbsd/src/external/bsd/flex/dist/tests/
Dbison_yylval_parser.y63 %token LT
76 starttag: LT TAGNAME GT { process_text($2); free($2);} ;
Dbison_yylval_scanner.l54 "<" { NEED_TAG_NAME= yes; yy_push_state( IN_TAG, yyscanner); return LT; }
/netbsd/src/lib/libc/arch/hppa/sys/
Dsbrk.S51 addil LT%__curbrk, %r19
64 addil LT%__curbrk, %r19
Dbrk.S53 addil LT%__minbrk, %r19
68 addil LT%__curbrk, %r19
Dcerror.S51 addil LT%errno, %r19
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390-modes.def51 CCS: EQ LT GT UNORDERED (LTGFR, LTGR, LTR, ICM/Y,
57 CCSR: EQ GT LT UNORDERED (CGF/R, CH/Y)
58 CCSFPS: EQ LT GT UNORDERED (KEB/R, KDB/R, KXBR, KDTR,
63 CCA: EQ LT GT Overflow
64 CCAP: EQ LT GT LT (AGHI, AHI)
65 CCAN: EQ LT GT GT (AGHI, AHI)
150 This mode is used for signaling rtxes: LT, LE, GT, GE and LTGT.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Djump.cc506 return LT; in reverse_condition()
507 case LT: in reverse_condition()
554 case LT: in reverse_condition_maybe_unordered()
571 return LT; in reverse_condition_maybe_unordered()
597 return LT; in swap_condition()
600 case LT: in swap_condition()
647 case LT: in unsigned_condition()
668 case LT: in signed_condition()
677 return LT; in signed_condition()
719 case LT: in comparison_dominates_p()
Ddojump.cc227 && ! can_compare_p (LT, int_mode, ccp_jump)) in do_jump_1()
231 do_compare_and_jump (op0, op1, LT, LTU, if_false_label, if_true_label, in do_jump_1()
854 case LT: in split_comparison()
880 *code2 = LT; in split_comparison()
902 *code1 = LT; in split_comparison()
1060 case LT: in do_compare_rtx_and_jump()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mmix/
Dpredicates.md43 || code == LE || code == LT))
77 && (code == GT || code == LT))
84 || code == LE || code == LT))
87 || code == LE || code == LT || code == LEU || code == GTU));
/netbsd/src/external/historical/nawk/dist/
Dawkgram.y58 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
86 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
237 | pattern LT pattern { $$ = op2($2, $1, $3); }
402 | GETLINE var LT term { $$ = op3(GETLINE, $2, itonp($3), $4); }
403 | GETLINE LT term { $$ = op3(GETLINE, NIL, itonp($2), $3); }
502 case LE: case LT: case EQ: case NE: case GT: case GE:
/netbsd/src/external/gpl3/binutils/dist/etc/
Dtexi2pod.pl233 s/</&LT;/g;
419 s/&LT;/</g;
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dtexi2pod.pl237 s/</&LT;/g;
444 s/&LT;/</g;
/netbsd/src/external/gpl3/gdb/dist/etc/
Dtexi2pod.pl233 s/</&LT;/g;
419 s/&LT;/</g;
/netbsd/src/external/bsd/pcc/dist/pcc/arch/mips/
Dlocal2.c203 case LT: in hopcode()
462 else if (p->n_op == LT && l->n_type == FLOAT) ch = "ltsf2"; in fpemulop()
463 else if (p->n_op == LT && l->n_type == DOUBLE) ch = "ltdf2"; in fpemulop()
464 else if (p->n_op == LT && l->n_type == LDOUBLE) ch = "lttf2"; in fpemulop()
621 case LT: in twollcomp()
623 cb2 = LT; in twollcomp()
627 cb1 = LT; in twollcomp()
680 case LT: in fpcmpops()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/hppa/
Dlocal2.c225 case LT: in hopcode()
338 case LT: in twollcomp()
340 cb2 = LT; in twollcomp()
344 cb1 = LT; in twollcomp()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dbfin-parse.h162 LT = 363, /* LT */ enumerator
341 #define LT 363 macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/m16c/
Dlocal2.c205 case LT:
207 cb2 = LT;
211 cb1 = LT;
/netbsd/src/lib/libc/arch/hppa/gen/
D_resumecontext.S46 addil LT%_C_LABEL(_resumecontext), %r19
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/
Dm32r.cc712 case LT: compare_code = LT; branch_code = NE; break; in gen_compare()
713 case LE: compare_code = LT; branch_code = EQ; must_swap = 1; break; in gen_compare()
714 case GT: compare_code = LT; branch_code = NE; must_swap = 1; break; in gen_compare()
715 case GE: compare_code = LT; branch_code = EQ; break; in gen_compare()
754 case LT: in gen_compare()
762 case LT: in gen_compare()
846 if ((compare_code == EQ || compare_code == LT) in gen_compare()
888 case LT : in gen_compare()
955 case LT: in gen_cond_store()
962 code = LT; in gen_cond_store()
/netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/
Dscjdefs.h28 #define P2LT LT
/netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/
Dpredicates.md50 ;; Return 1 if this is a LT, GE, LTU, or GEU operator.
58 && (code == LT || code == GE || code == LTU || code == GEU));
/netbsd/src/external/bsd/pcc/dist/pcc/arch/sparc64/
Dlocal2.c90 case LT: str = "brlz"; break; in hopcode()
187 case LT: str = "fbul"; break; in zzzcode()
/netbsd/src/usr.bin/xlint/lint1/
Dop.h86 LT, enumerator

123456789