Searched refs:NOTE (Results 26 - 50 of 222) sorted by relevance

123456789

/openbsd-current/gnu/usr.bin/perl/lib/Time/
H A Dlocaltime.pm84 =head1 NOTE
/openbsd-current/gnu/usr.bin/perl/lib/User/
H A Dgrent.pm88 =head1 NOTE
/openbsd-current/gnu/usr.bin/perl/lib/Net/
H A Dservent.pm106 =head1 NOTE
H A Dprotoent.pm89 =head1 NOTE
H A Dnetent.pm166 =head1 NOTE
H A Dhostent.pm150 =head1 NOTE
/openbsd-current/lib/libc/regex/
H A Dengine.c122 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); } macro
127 #define NOTE(s) /* nothing */ macro
200 NOTE("finding start");
221 NOTE("dissecting");
232 NOTE("backref dissect");
244 NOTE("backoff");
255 NOTE("backoff dissect");
263 NOTE("false alarm");
739 break; /* NOTE BREAK OUT */
828 break; /* NOTE BREA
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Demit-rtl.c2645 case NOTE:
2771 case NOTE:
3027 /* Return the next insn after INSN that is not a NOTE. This routine does not
3037 if (insn == 0 || GET_CODE (insn) != NOTE)
3044 /* Return the previous insn before INSN that is not a NOTE. This routine does
3054 if (insn == 0 || GET_CODE (insn) != NOTE)
3536 INSN may be an INSN, JUMP_INSN, CALL_INSN, CODE_LABEL, BARRIER or NOTE. */
3603 either NOTE or LABEL. */
3607 && (GET_CODE (insn) != NOTE
3672 either NOTE o
[all...]
H A Dra-debug.c323 if (GET_CODE (sub) == NOTE
359 if (INSN_P (x) || code == NOTE || code == CODE_LABEL || code == BARRIER)
366 else if (code == NOTE)
393 else if (code == NOTE)
604 if (GET_CODE (insn) == NOTE)
H A Dcfglayout.c102 case NOTE:
151 if (GET_CODE (insn) == NOTE)
230 else if (GET_CODE (insn) == NOTE)
698 && (GET_CODE (insn) != NOTE
808 case NOTE:
H A Dfinal.c113 /* Line number of last NOTE. */
122 /* Filename of last NOTE. */
668 case NOTE:
1280 if (GET_CODE (insn) == NOTE || GET_CODE (insn) == BARRIER
1845 if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) > 0)
1865 if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) > max_line)
1875 if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) > 0)
1903 if (GET_CODE (insn) == NOTE)
2021 case NOTE:
2137 if (GET_CODE (note) != NOTE
[all...]
H A Dcfgcleanup.c192 if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) > 0)
534 if (GET_CODE (insn) != NOTE)
539 if (GET_CODE (insn) == NOTE
543 if (GET_CODE (insn) == NOTE)
551 if (insn && GET_CODE (insn) == NOTE
1078 /* Don't begin a cross-jump with a NOTE insn. */
1487 if (GET_CODE (newpos1) == NOTE)
H A Dssa-dce.c388 case NOTE:
658 PUT_CODE (insn, NOTE);
H A Dssa-ccp.c821 PUT_CODE (insn, NOTE);
899 && ! (GET_CODE (useinsn) == NOTE
1171 || (GET_CODE (VARRAY_RTX (ssa_definition, reg)) == NOTE
1186 && ! (GET_CODE (DF_REF_INSN (curruse->ref)) == NOTE
/openbsd-current/gnu/gcc/gcc/
H A Dcfgbuild.c82 case NOTE:
100 case NOTE:
475 case NOTE:
H A Demit-rtl.c2434 case NOTE:
2539 case NOTE:
2608 case NOTE:
2849 /* Return the next insn after INSN that is not a NOTE. This routine does not
2865 /* Return the previous insn before INSN that is not a NOTE. This routine does
3368 INSN may be an INSN, JUMP_INSN, CALL_INSN, CODE_LABEL, BARRIER or NOTE. */
3431 either NOTE or LABEL. */
3496 /* Should not happen as first in the BB is always either NOTE or
3747 case NOTE:
3790 case NOTE
[all...]
H A Dprint-rtl.c162 /* When printing in VCG format we write INSNs, NOTE, LABEL, and BARRIER
249 An exception is the third field of a NOTE, where it indicates
422 other times often contains garbage from INSN->NOTE death. */
503 if (subc == NOTE
751 case NOTE:
H A Dsched-vis.c677 case NOTE:
735 && (INSN_P (insn) || GET_CODE (insn) == NOTE)
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A DXSMore.xs24 # define PERL_UNUSED_ARG(x) NOTE(ARGUNUSED(x))
/openbsd-current/gnu/usr.bin/perl/lib/
H A DEnglish.pm37 NOTE: This was fixed in perl 5.20. Mentioning these three variables no
/openbsd-current/gnu/usr.bin/perl/ext/Fcntl/
H A DFcntl.pm20 =head1 NOTE
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DFile.pm106 =head1 NOTE
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
H A DModule.pm136 B<NOTE> This mechanism is I<VERY ALPHA AND LIKELY TO CHANGE> as it
/openbsd-current/gnu/usr.bin/perl/dist/base/lib/
H A Dfields.pm232 NOTE: The current implementation keeps the declared fields in the %FIELDS
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Df_sort.t23 NOTE: name is no longer a required arg for checkOptree, as label is

Completed in 392 milliseconds

123456789