Home
last modified time | relevance | path

Searched refs:NOTE (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/openbsd-src/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 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.
H A Dmips.sh9 NOTE: Some people have reported having much better luck with Mips CC than
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dprint-rtl.c148 && (is_insn || GET_CODE (in_rtx) == NOTE
242 if (i == 4 && GET_CODE (in_rtx) == NOTE)
370 if (i == 6 && GET_CODE (in_rtx) == NOTE)
405 && (is_insn || GET_CODE (in_rtx) == NOTE))
437 if (subc == NOTE
598 && (is_insn || GET_CODE (in_rtx) == NOTE
744 case NOTE:
749 || GET_CODE (tmp_rtx) != NOTE || NOTE_LINE_NUMBER (tmp_rtx) < 0)
774 || GET_CODE (x) != NOTE || NOTE_LINE_NUMBER (x) < 0)
H A Dhaifa-sched.c1217 while (insn != tail && GET_CODE (insn) == NOTE)
1253 while (insn != tail && GET_CODE (insn) == NOTE)
1292 if (GET_CODE (head) == NOTE)
1294 else if (GET_CODE (tail) == NOTE)
1314 if (GET_CODE (head) != NOTE && GET_CODE (head) != CODE_LABEL)
1340 if (GET_CODE (insn) == NOTE)
1376 if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) > 0)
1404 if (GET_CODE (line) == NOTE && NOTE_LINE_NUMBER (line) > 0)
1410 if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) > 0)
1416 else if (GET_CODE (insn) != NOTE
[all …]
H A Djump.c134 if (insn == 0 || GET_CODE (insn) != NOTE)
136 if (GET_CODE (insn) == NOTE
160 if (GET_CODE (insn) == NOTE
186 if (GET_CODE (insn) == NOTE)
340 && ! (GET_CODE (insn) == NOTE
349 case NOTE:
420 case NOTE:
566 if (GET_CODE (insn) == NOTE
1387 if (GET_CODE (tem) == NOTE
1464 if (GET_CODE (label) == NOTE
[all …]
H A Dgraph.c135 GET_CODE (tmp_rtx) == NOTE ? "lightgrey"
148 if (GET_CODE (tmp_rtx) == NOTE)
307 if (GET_CODE (tmp_rtx) == NOTE
377 && (GET_CODE (next_insn) == NOTE
H A Dcfgbuild.c86 case NOTE:
105 case NOTE:
212 else if (GET_CODE (lab) == NOTE)
451 if (GET_CODE (tmp) == NOTE)
515 case NOTE:
578 else if (GET_CODE (lab) == NOTE)
H A Drtl.h222 || GET_CODE (X) == NOTE \
261 #define NOTE_P(X) (GET_CODE (X) == NOTE)
567 NOTE, PLUS)->integrated)
577 CODE_LABEL, BARRIER, NOTE)->volatil)
581 (RTL_FLAG_CHECK3("CONST_OR_PURE_CALL_P", (RTX), CALL_INSN, NOTE, \
785 #define LINE_NUMBER NOTE
793 #define NOTE_SOURCE_FILE(INSN) XCSTR (INSN, 4, NOTE)
794 #define NOTE_BLOCK(INSN) XCTREE (INSN, 4, NOTE)
795 #define NOTE_EH_HANDLER(INSN) XCINT (INSN, 4, NOTE)
796 #define NOTE_BASIC_BLOCK(INSN) XCBBDEF (INSN, 4, NOTE)
[all …]
H A Dcfgrtl.c126 PUT_CODE (insn, NOTE);
177 if (GET_CODE (label) != NOTE)
218 if (GET_CODE (start) == NOTE && !can_delete_note_p (start))
374 if (GET_CODE (insn) != NOTE)
585 if (GET_CODE (prev) != NOTE
813 while (GET_CODE (e->src->end) == NOTE
837 for (insn = NEXT_INSN (insn); insn && GET_CODE (insn) == NOTE
1183 while (GET_CODE (q) == NOTE && NOTE_LINE_NUMBER (q) >= 0)
1260 if (GET_CODE (insn) == NOTE)
1324 && GET_CODE (PREV_INSN (edge_in->dest->head)) == NOTE
[all …]
H A Dsched-ebb.c341 if (GET_CODE (head) == NOTE)
343 else if (GET_CODE (tail) == NOTE)
H A Demit-rtl.c2631 case NOTE:
2757 case NOTE:
3020 if (insn == 0 || GET_CODE (insn) != NOTE)
3037 if (insn == 0 || GET_CODE (insn) != NOTE)
3586 && (GET_CODE (insn) != NOTE
3655 && (GET_CODE (insn) != NOTE
3732 if (GET_CODE (insn) == NOTE)
3832 if (GET_CODE (insn) == NOTE
3884 if (GET_CODE (insn) != NOTE) in remove_unnecessary_notes()
3944 if (GET_CODE (tmp) != NOTE) in remove_unnecessary_notes()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/
H A DV2.t60 info => [{tag => 'NOTE', details => 'a note'}],
72 info => [{tag => 'NOTE', details => 'a note'}],
82 my $event = $ctx->send_ev2(info => [{tag => 'NOTE', details => "This is a note"}]);
97 [{tag => 'NOTE', details => "This is a note"}],
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/InterceptResult/
H A DSquasher.t44 info => [{tag => 'NOTE', details => 'Take Note!'}],
50 info => [{tag => 'NOTE', details => 'About to start subtest'}],
96 info => [{tag => 'NOTE', details => 'Take Note!'}],
104 {tag => 'NOTE', details => 'About to start subtest'},
H A DEvent.t69 {tag => 'NOTE', details => 'xxx'},
97 {tag => 'NOTE', details => 'xxx'},
110 {tag => 'NOTE', details => 'xxx'},
275 {tag => 'NOTE', details => 'note 1'},
276 {tag => 'NOTE', details => 'note 2'},
432 {tag => 'NOTE', details => 'note 1'},
433 {tag => 'NOTE', details => 'note 2'},
868 {tag => 'NOTE', details => 'note 1'},
869 {tag => 'NOTE', details => 'note 2'},
886 {tag => 'NOTE', detail
[all...]
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DCompositionExclusions.txt124 1D15E # MUSICAL SYMBOL HALF NOTE
125 1D15F # MUSICAL SYMBOL QUARTER NOTE
126 1D160 # MUSICAL SYMBOL EIGHTH NOTE
127 1D161 # MUSICAL SYMBOL SIXTEENTH NOTE
128 1D162 # MUSICAL SYMBOL THIRTY-SECOND NOTE
129 1D163 # MUSICAL SYMBOL SIXTY-FOURTH NOTE
130 1D164 # MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE
/openbsd-src/gnu/gcc/gcc/
H A Drtl.h384 #define NOTE_P(X) (GET_CODE (X) == NOTE)
757 CODE_LABEL, BARRIER, NOTE)->volatil)
761 (RTL_FLAG_CHECK3("CONST_OR_PURE_CALL_P", (RTX), CALL_INSN, NOTE, \
833 #define NOTE_DATA(INSN) RTL_CHECKC1 (INSN, 4, NOTE)
834 #define NOTE_DELETED_LABEL_NAME(INSN) XCSTR (INSN, 4, NOTE)
836 #define NOTE_SOURCE_LOCATION(INSN) XCUINT (INSN, 5, NOTE)
840 (PUT_CODE (INSN, NOTE), NOTE_LINE_NUMBER (INSN) = NOTE_INSN_DELETED)
845 #define NOTE_SOURCE_FILE(INSN) XCSTR (INSN, 4, NOTE)
847 (PUT_CODE (INSN, NOTE), NOTE_SOURCE_FILE (INSN) = 0, \
850 #define NOTE_BLOCK(INSN) XCTREE (INSN, 4, NOTE)
[all …]
H A Dsched-int.h522 #define NOTE_NOT_BB_P(NOTE) (NOTE_P (NOTE) && (NOTE_LINE_NUMBER (NOTE) \ argument
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoFlags.def69 // NOTE: always must be equal to largest flag, check this when adding new flag
97 // NOTE: Always must be equal to largest flag, check this when adding new flags.
H A DInstruction.def15 // NOTE: NO INCLUDE GUARD DESIRED!
181 // NOTE: The order matters here because CastInst::isEliminableCastPair
182 // NOTE: (see Instructions.cpp) encodes a table based on this ordering.
/openbsd-src/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"); in matcher()
221 NOTE("dissecting"); in matcher()
232 NOTE("backref dissect"); in matcher()
244 NOTE("backoff"); in matcher()
255 NOTE("backoff dissect"); in matcher()
263 NOTE("false alarm"); in matcher()
/openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/t/
H A D400_ping_syn.t25 # NOTE:
108 diag ("NOTE: ",
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A DXSUsage.xs10 # define PERL_UNUSED_ARG(x) NOTE(ARGUNUSED(x))
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dt-sco52 # NOTE: We must use -fPIC on crt{begi,end}.o else we get an RTLD error
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dt-sco52 # NOTE: We must use -fPIC on crt{begi,end}.o else we get an RTLD error

12345678910>>...19