Searched refs:NOTE (Results 1 - 25 of 222) sorted by relevance

123456789

/openbsd-current/gnu/usr.bin/perl/hints/
H A Ddcosx.sh26 NOTE: /usr/ucb/cc does not function properly.
42 NOTE: Your system does not have /dev/fd mounted. If you want to
58 NOTE: libucb has been found in /usr/lib. libucb should reside in
75 NOTE: Your PATH points to GNU make, and your GNU make has the set-group-id
117 NOTE: You are using GNU as(1). GNU as(1) will not build Perl.
131 NOTE: You are using GNU ld(1). GNU ld(1) will not build Perl.
152 NOTE: You are using GNU as(1). GNU as(1) will not build Perl.
165 NOTE: You are using GNU ld(1). GNU ld(1) will not build Perl.
H A Dmips.sh9 NOTE: Some people have reported having much better luck with Mips CC than
H A Dsolaris_2.sh130 NOTE: Some people have reported problems with /usr/ucb/cc.
147 NOTE: Your system does not have /dev/fd mounted. If you want to
172 NOTE: libucb has been found in /usr/lib. libucb should reside in
198 NOTE: Your PATH points to GNU make, and your GNU make has the set-group-id
258 NOTE: You are using GNU as(1). GNU as(1) might not build Perl. If you
312 NOTE: You are using GNU ld(1). GNU ld(1) might not build Perl. If you
389 NOTE: You are using GNU as(1). GNU as(1) might not build Perl.
407 NOTE: You are apparently using GNU ld(1). GNU ld(1) might not build Perl.
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A DXSUsage.xs10 # define PERL_UNUSED_ARG(x) NOTE(ARGUNUSED(x))
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-mmap/
H A Dmmap.pm25 =head1 IMPLEMENTATION NOTE
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-scalar/
H A Dscalar.pm38 =head1 IMPLEMENTATION NOTE
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dprint-rtl.c145 /* When printing in VCG format we write INSNs, NOTE, LABEL, and BARRIER
148 && (is_insn || GET_CODE (in_rtx) == NOTE
233 An exception is the third field of a NOTE, where it indicates
242 if (i == 4 && GET_CODE (in_rtx) == NOTE)
370 if (i == 6 && GET_CODE (in_rtx) == NOTE)
373 other times often contains garbage from INSN->NOTE death. */
405 && (is_insn || GET_CODE (in_rtx) == NOTE))
437 if (subc == NOTE
598 && (is_insn || GET_CODE (in_rtx) == NOTE
744 case NOTE
[all...]
H A Dgraph.c135 GET_CODE (tmp_rtx) == NOTE ? "lightgrey"
148 if (GET_CODE (tmp_rtx) == NOTE)
308 if (GET_CODE (tmp_rtx) == NOTE
378 && (GET_CODE (next_insn) == NOTE
H A Dhaifa-sched.c132 other NOTE insns are grouped in their same relative order at the
1221 while (insn != tail && GET_CODE (insn) == NOTE)
1257 while (insn != tail && GET_CODE (insn) == NOTE)
1296 if (GET_CODE (head) == NOTE)
1298 else if (GET_CODE (tail) == NOTE)
1318 if (GET_CODE (head) != NOTE && GET_CODE (head) != CODE_LABEL)
1344 if (GET_CODE (insn) == NOTE)
1380 if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) > 0)
1408 if (GET_CODE (line) == NOTE && NOTE_LINE_NUMBER (line) > 0)
1414 if (GET_CODE (insn) == NOTE
[all...]
H A Djump.c126 /* Return the next insn after INSN that is not a NOTE and is in the loop,
137 if (insn == 0 || GET_CODE (insn) != NOTE)
139 if (GET_CODE (insn) == NOTE
163 if (GET_CODE (insn) == NOTE
189 if (GET_CODE (insn) == NOTE)
344 && ! (GET_CODE (insn) == NOTE
353 case NOTE:
424 case NOTE:
571 if (GET_CODE (insn) == NOTE
1398 if (GET_CODE (tem) == NOTE
[all...]
H A Dcfgbuild.c88 case NOTE:
107 case NOTE:
214 else if (GET_CODE (lab) == NOTE)
454 if (GET_CODE (tmp) == NOTE)
519 case NOTE:
582 else if (GET_CODE (lab) == NOTE)
H A Dsched-ebb.c344 if (GET_CODE (head) == NOTE)
346 else if (GET_CODE (tail) == NOTE)
H A Dcfgrtl.c83 /* Return true if NOTE is not one of the ones that must be kept paired,
128 PUT_CODE (insn, NOTE);
179 if (GET_CODE (label) != NOTE)
216 the NOTE's. */
220 if (GET_CODE (start) == NOTE && !can_delete_note_p (start))
378 if (GET_CODE (insn) != NOTE)
591 if (GET_CODE (prev) != NOTE
820 while (GET_CODE (e->src->end) == NOTE
844 for (insn = NEXT_INSN (insn); insn && GET_CODE (insn) == NOTE
1190 while (GET_CODE (q) == NOTE
[all...]
H A Drtl.h152 1 in a CALL_INSN, NOTE, or EXPR_LIST for a const or pure call.
156 1 in an INSN, CALL_INSN, JUMP_INSN, CODE_LABEL, BARRIER, or NOTE
223 || GET_CODE (X) == NOTE \
262 #define NOTE_P(X) (GET_CODE (X) == NOTE)
569 NOTE, PLUS)->integrated)
579 CODE_LABEL, BARRIER, NOTE)->volatil)
583 (RTL_FLAG_CHECK3("CONST_OR_PURE_CALL_P", (RTX), CALL_INSN, NOTE, \
647 patched to a NOTE, the REG_WAS_0 is inoperative. The REG_WAS_0 note
787 #define LINE_NUMBER NOTE
789 /* In a NOTE tha
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/XSLoader/
H A DMakefile.PL34 NOTE: There have been API changes between this version and any older
59 # NOTE: If we should require a Test::More version higher than 0.98
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DV2.pm102 my $event = $ctx->send_ev2(info => [{tag => 'NOTE', details => "This is a note"}]);
115 info => [{tag => 'NOTE', details => "This is a note"}],
133 B<NOTE:> This will return the internal hashref, not a copy.
140 B<NOTE:> This will return the internal trace, not a copy.
153 B<NOTE:> Items B<ARE> blessed when added.
160 B<NOTE:> Items B<ARE NOT> blessed when added.
/openbsd-current/gnu/gcc/gcc/
H A Dsched-int.h522 #define NOTE_NOT_BB_P(NOTE) (NOTE_P (NOTE) && (NOTE_LINE_NUMBER (NOTE) \
H A Drtl.h258 1 in a CALL_INSN, NOTE, or EXPR_LIST for a const or pure call.
262 1 in an INSN, CALL_INSN, JUMP_INSN, CODE_LABEL, BARRIER, or NOTE
385 #define NOTE_P(X) (GET_CODE (X) == NOTE)
759 CODE_LABEL, BARRIER, NOTE)->volatil)
763 (RTL_FLAG_CHECK3("CONST_OR_PURE_CALL_P", (RTX), CALL_INSN, NOTE, \
828 /* In a NOTE that is a line number, this is a string for the file name that the
835 #define NOTE_DATA(INSN) RTL_CHECKC1 (INSN, 4, NOTE)
836 #define NOTE_DELETED_LABEL_NAME(INSN) XCSTR (INSN, 4, NOTE)
838 #define NOTE_SOURCE_LOCATION(INSN) XCUINT (INSN, 5, NOTE)
842 (PUT_CODE (INSN, NOTE), NOTE_LINE_NUMBE
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dvars.pm59 NOTE: For use with variables in the current package for a single scope, the
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.pm.PL147 I<NOTE> that if the OS does not provide any known mechanism for non-blocking
155 I<NOTE>, again, that some OS's may not support this timeout behaviour.
161 I<NOTE>, there are currently some limitations with this call under Windows.
178 I<NOTE>, that if the OS does not provide any known mechanism for
182 I<NOTE> that a non-blocking test is only performed for the first character
197 I<NOTE>, under Windows, this function must be called with an B<output>
204 I<NOTE> that this terminal size is only for B<informative> value, and
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A Dregengine.inc122 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
127 #define NOTE(s) /* nothing */
201 NOTE("finding start");
222 NOTE("dissecting");
233 NOTE("backref dissect");
245 NOTE("backoff");
256 NOTE("backoff dissect");
264 NOTE("false alarm");
786 break; /* NOTE BREAK OUT */
893 break; /* NOTE BREA
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dia64.h242 #define NOTE(X) (((X)>>11)&0x1F) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dia64.h246 #define NOTE(X) (((X)>>11)&0x1F) macro
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dxml.h79 TIP, NOTE, IMPORTANT, WARNING, CAUTION, enumerator in enum:xml_element
/openbsd-current/gnu/usr.bin/perl/lib/Time/
H A Dgmtime.pm88 =head1 NOTE

Completed in 163 milliseconds

123456789