Home
last modified time | relevance | path

Searched refs:reached (Results 1 – 25 of 227) sorted by relevance

12345678910

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Dthumb2-it.S60 addne r0, #1 @ Not reached
71 addlt r0, #2 @ Not reached
73 addlt r0, #8 @ Not reached
85 addge r0, #4 @ Not reached
86 addge r0, #8 @ Not reached
98 add r0, #2 @ Never reached
109 blt .L6 @ Not reached
134 addlt r0, #2 @ Not reached
135 addlt r0, #4 @ Not reached
136 addlt r0, #8 @ Not reached
Dthumb2-it.exp57 set reached 0
74 incr reached
98 if { $reached == $expected } {
/netbsd/src/usr.bin/xlint/lint1/
Dfunc.c56 bool reached = true; variable
171 reached ? "reachable" : "unreachable", in set_reached()
173 reached = new_reached; in set_reached()
183 if (!reached && warn_about_unreachable) { in check_statement_reachable()
343 if (reached) { in end_function()
490 if (reached && !suppress_fallthrough) { in check_case_label()
535 if (reached && !suppress_fallthrough) { in default_label()
585 cstmt->c_always_then = reached; in stmt_if_expr()
592 cstmt->c_reached_end_of_then = reached; in stmt_if_then_stmt()
713 if (!reached) { in stmt_while_expr()
[all …]
Dexterns1.h323 extern bool reached;
/netbsd/src/usr.bin/make/unit-tests/
Ddirective-else.mk12 . warning must not be reached
24 . warning must not be reached
33 . warning must not be reached
Ddirective-for-errors.mk56 . warning Should not be reached.
65 . warning Should not be reached.
72 . info Would be reached if there were items to loop over.
Derror.mk12 .info this is not reached because of the .error above
15 : this is not reached because of the .error
Dvarname-dot-objdir.mk15 : ${.TARGET} was reached.
Dcond-cmp-unary.exp1 make: cond-cmp-unary.mk:54: This is only reached because of a bug in EvalTruthy.
Ddoterror.mk8 @echo not reached
Dcond-cmp-unary.mk54 . info This is only reached because of a bug in EvalTruthy.
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
Dcgram.y901 | ifprefix statement { plabel($1); reached = 1; }
905 reached = 1;
912 reached = 1;
914 reached = 0;
920 reached = 1;
921 if (reached)
927 reached = 1;
932 if( flostat&FCONT ) reached = 1;
936 if( (flostat&FBRK) || !(flostat&FLOOP) ) reached = 1;
937 else reached = 0;
[all …]
Dmain.c285 reached = 1; in main()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/
Dcgram.y874 | ifprefix statement { plabel($1); reached = 1; }
878 reached = 1;
885 reached = 1;
887 reached = 0;
893 reached = 1;
894 if (reached)
900 reached = 1;
905 if( flostat&FCONT ) reached = 1;
909 if( (flostat&FBRK) || !(flostat&FLOOP) ) reached = 1;
910 else reached = 0;
[all …]
Dmain.c294 reached = 1; in main()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcif-code.def68 N_("--param large-function-growth limit reached"))
70 N_("--param large-stack-frame-growth limit reached"))
72 N_("--param max-inline-insns-single limit reached"))
74 N_("--param max-inline-insns-auto limit reached"))
76 N_("--param inline-unit-growth limit reached"))
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dsequent22 # Symmetry magic nums will not be reached if DOS COM comes before them;
/netbsd/src/external/bsd/openldap/dist/doc/drafts/
Ddraft-vchu-ldap-pwd-policy-xx.txt583 administrator, or when the failure counter reset time is reached.
587 ing limit is reached, the server should send bindResponse back to the
589 to indicate the password failure limit is reached.
701 word guessing limit is reached, the server should send bindResponse back
703 message to indicate the password failure limit is reached. Otherwise
878 3. The password failure limit is reached. The user needs to retry
922 current password has not reached the minimum password age, or the
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
DREADME.gdb33 The native simulator commands can be reached using the GDB 'sim'
/netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/
Dgram.head71 warn1("statement cannot be reached");
/netbsd/src/external/lgpl3/gmp/dist/mpn/alpha/
Dunicos.m4120 dnl GCC uses a macro emiting nops until the desired alignment is reached
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Drefcard.tex325 tbreak $\ldots$&temporary break; disable when reached\cr
348 disable again when reached
351 delete when reached
359 \qquad {\it command-list}&execute GDB {\it command-list} every time breakpoint {\it n} is reached. …
388 s \opt{\it count}&execute until another line reached; repeat {\it count} times if
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/k6/
Dpre_mod_1.asm137 C reached.
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dkrb5_err.et143 error_code KRB5_CC_END, "End of credential cache reached"
197 error_code KRB5_KT_END, "End of key table reached"
/netbsd/src/sys/arch/m68k/m68k/
Doc_cksum.s165 bne .L2 | loop until reached

12345678910