Searched refs:NOTE (Results 76 - 100 of 222) sorted by relevance

123456789

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dintegrate.c484 if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) == NOTE_INSN_BASIC_BLOCK)
492 if (GET_CODE (insn) != NOTE)
913 if (GET_CODE (parm_insns) == NOTE
1658 case NOTE:
2133 case NOTE:
H A Dunroll.c611 while (GET_CODE (start_label) == NOTE)
782 /* If copy_start points to the NOTE that starts the loop, then we must
1293 && ! (GET_CODE (insn) == NOTE
2274 case NOTE:
2333 if (GET_CODE (insn) == NOTE
H A Dcse.c6385 while (prev && GET_CODE (prev) == NOTE
6673 insn && (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) >= 0);
6678 || GET_CODE (insn) != NOTE
6714 && ! (GET_CODE (insn) == NOTE
7010 if (! after_loop && GET_CODE (p) == NOTE
7025 else if (GET_CODE (p) != NOTE)
7066 if ((GET_CODE (q) != NOTE
7227 if (GET_CODE (insn) != NOTE
7361 if (code != NOTE && num_insns++ > 1000)
7522 && GET_CODE (to) == NOTE
[all...]
H A Dprotector.c799 case NOTE:
849 if (GET_CODE (insn) == NOTE
862 if (GET_CODE (insn) == NOTE
2297 /* push frame in NOTE */
H A Dsched-rgn.c2359 || GET_CODE (insn) == NOTE)
2361 if (GET_CODE (insn) != NOTE)
2642 if (GET_CODE (insn) == NOTE)
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.sh460 # deleted. See: maint print registers. NOTE: cagney/2002-05-02: This
505 # NOTE: cagney/2003-03-24: Replaced by PUSH_ARGUMENTS.
512 # NOTE: cagney/2004-06-13: The function stack.c:return_command uses
1321 /* NOTE: The new architecture variable is named \`\`current_gdbarch''
1407 /* NOTE/WARNING: The parameter is called \`\`current_gdbarch'' so that it
1480 /* NOTE/WARNING: The parameter is called \`\`current_gdbarch'' so that it
/openbsd-current/gnu/usr.bin/gcc/gcc/config/cris/
H A Dcris.c1073 if (GET_CODE (insn) == NOTE)
3032 && (GET_CODE (XEXP (x, 0)) != NOTE
3059 case NOTE:
3061 fatal_insn ("unexpected NOTE as addr_const:", x);
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A DEncode.pm640 B<NOTE:> Not all encodings support this feature.
860 B<NOTE>: For security reasons, this function does not work on tainted values.
872 B<NOTE>: For security reasons, this function does not work on tainted values.
/openbsd-current/gnu/usr.bin/perl/ext/re/
H A Dre.pm516 B<NOTE> that the exact format of the C<debug> mode is B<NOT> considered
536 B<NOTE> that the options provided under the C<Debug> mode and the exact
796 B<NOTE:> This may not necessarily be the definitive longest anchored and
/openbsd-current/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.c2490 if (GET_CODE (and) != NOTE
2508 if (GET_CODE (and) != NOTE
2532 || (GET_CODE (shift) != NOTE
2579 if (GET_CODE (load) != NOTE
/openbsd-current/gnu/gcc/gcc/config/m88k/
H A Dm88k.h1197 else if (GET_CODE (RTX) == NOTE \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvax.c1010 && GET_CODE (XEXP (link, 0)) != NOTE
/openbsd-current/gnu/usr.bin/perl/dist/constant/lib/
H A Dconstant.pm304 B<NOTE:> This implies that the expression defining the value of a
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/
H A DYAML.pm71 # NOTE: I get it now, but I think it's confusing and not needed.
908 NOTE: F<META.yml> (and F<MYMETA.yml>) files should be UTF-8 encoded. Users are
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/
H A DDLL.pm139 =head2 NOTE
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DGrammar.pm501 B<NOTE:> This grammar is slightly out of date. There's still some discussion
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Scalar/
H A DUtil.pm227 B<NOTE>: Copying a weak reference creates a normal, strong, reference.
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DBasename.pm21 B<NOTE>: C<dirname()> and C<basename()> emulate the behaviours, and
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dpa.c3386 where DISP > 8k by using the add_high_const patterns. NOTE indicates
3956 if (GET_CODE (insn) == NOTE)
6218 PUT_CODE (NEXT_INSN (insn), NOTE);
7236 PUT_CODE (NEXT_INSN (insn), NOTE);
7381 PUT_CODE (NEXT_INSN (insn), NOTE);
7431 PUT_CODE (NEXT_INSN (insn), NOTE);
7618 PUT_CODE (NEXT_INSN (insn), NOTE);
8526 while (insn && GET_CODE (insn) == NOTE)
8760 if (GET_CODE (floater) == NOTE
8821 if (GET_CODE (floater) == NOTE
6204 PUT_CODE (NEXT_INSN (insn), NOTE); local
7222 PUT_CODE (NEXT_INSN (insn), NOTE); local
7367 PUT_CODE (NEXT_INSN (insn), NOTE); local
7417 PUT_CODE (NEXT_INSN (insn), NOTE); local
7604 PUT_CODE (NEXT_INSN (insn), NOTE); local
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/
H A DUtil.pm464 B<NOTE> this is an experimental feature that is heavily dependent
487 B<NOTE> this is an experimental feature that is heavily dependent
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DMakefile.PL1071 NOTE: if you get an error like this (the Makefile line number may vary):
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/
H A DEvent.pm476 sub has_notes { &first(sub { uc($_->{tag}) eq 'NOTE' }, $_[0]->info) ? 1 : 0 }
477 sub notes { grep { uc($_->{tag}) eq 'NOTE' } $_[0]->info }
478 sub note_messages { map { $_->{details} || 'NOTE' } $_[0]->notes }
480 my %NOTE_OR_DIAG = (NOTE => 1, DIAG => 1);
1023 =head2 INFO FACET (DIAG, NOTE)
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DMac.pm51 B<IMPORTANT NOTE:> Beginning with version 1.3 of this module, the resulting
272 B<IMPORTANT NOTE:> Beginning with version 1.3 of this module, the
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m88k/
H A Dm88k.c903 PUT_CODE (jump, NOTE);
1062 insnt && GET_CODE (insnt) == NOTE;
1906 if (GET_CODE (insn) == NOTE)
/openbsd-current/gnu/usr.bin/perl/cpan/File-Path/lib/File/
H A DPath.pm788 B<NOTE:> For security reasons, we strongly advise use of the
870 B<NOTE:> For security reasons, we strongly advise use of the
887 =item B<NOTE:>

Completed in 439 milliseconds

123456789