Searched refs:fnc (Results 1 - 25 of 30) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dcatch3.C20 void fnc(C *obj) { throw obj; } function
88 try { fnc((C *)d); }
94 try { fnc((C *)d); }
100 try { fnc((C *)d); }
H A Dcatch3p.C20 void fnc(C *obj) { throw obj; } function
88 try { fnc((C *)d); }
94 try { fnc((C *)d); }
100 try { fnc((C *)d); }
H A Dcatch4.C20 void fnc(C *obj) { throw obj; } function
85 try { fnc((C *)d); }
91 try { fnc((C *)d); }
97 try { fnc((C *)d); }
H A Dcatch4p.C20 void fnc(C *obj) { throw obj; } function
85 try { fnc((C *)d); }
91 try { fnc((C *)d); }
97 try { fnc((C *)d); }
H A Dcatch9.C20 void fnc(C *obj) { throw obj; } function
88 try { fnc((C *)d); }
94 try { fnc((C *)d); }
100 try { fnc((C *)d); }
H A Dcatch9p.C20 void fnc(C *obj) { throw obj; } function
88 try { fnc((C *)d); }
94 try { fnc((C *)d); }
100 try { fnc((C *)d); }
H A Dcatch8.C19 void fnc(C *obj) { throw obj; } function
86 try { fnc((C *)d); }
93 try { fnc((C *)d); }
H A Dcatch8p.C19 void fnc(C *obj) { throw obj; } function
87 try { fnc((C *)d); }
94 try { fnc((C *)d); }
H A Dcatch5.C21 void fnc(C *obj) { throw obj; } function
104 try { fnc((C *)d); }
110 try { fnc((C *)d); }
116 try { fnc((C *)d); }
H A Dcatch5p.C21 void fnc(C *obj) { throw obj; } function
104 try { fnc((C *)d); }
110 try { fnc((C *)d); }
116 try { fnc((C *)d); }
H A Dcatch6.C22 void fnc(C *obj) { throw obj; } function
135 try { fnc((C *)e); }
141 try { fnc((C *)e); }
147 try { fnc((C *)e); }
H A Dcatch6p.C22 void fnc(C *obj) { throw obj; } function
135 try { fnc((C *)e); }
141 try { fnc((C *)e); }
147 try { fnc((C *)e); }
H A Dcatch7.C23 void fnc(C *obj) { throw obj; } function
155 try { fnc((C *)f); }
161 try { fnc((C *)f); }
167 try { fnc((C *)f); }
H A Dcatch7p.C23 void fnc(C *obj) { throw obj; } function
155 try { fnc((C *)f); }
161 try { fnc((C *)f); }
167 try { fnc((C *)f); }
H A Dspec6.C53 void fnc() throw(int, char); // ERROR - to previous declaration
54 void fnc() throw(char, int, float){} // ERROR - declaration different exceptions function
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dhv_macro.t14 my ( $fnc, $n, $r, $max ) = @_;
19 $n = $fnc->( $n, $r );
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapicheck.pl37 my @f = parse_embed(qw( parts/embed.fnc parts/apidoc.fnc parts/ppport.fnc ));
52 # These are for special marker argument names, as mentioned in embed.fnc
246 # only public API members, except those in ppport.fnc are there because we
H A Dppptools.pl358 # non-'Perl_' form isn't deprecated. embed.fnc is supposed to have
383 $func[-1]{'ppport_fnc'} = 1 if $file =~ /ppport\.fnc/;
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dregenerate38 unless (-e 'parts/embed.fnc' and -e 'parts/apidoc.fnc') {
44 ask_or_quit("Are you SURE you have:\n1) updated parts/embed.fnc to"
46 . " parts/apidoc.fnc?\n3) run devel/mkppport_fnc.pl to"
47 . "update parts/ppport.fnc?\n");
75 my @embeds = parse_embed(qw(parts/embed.fnc parts/apidoc.fnc parts/ppport.fnc));
83 print "The following items have multiple entries in the parts/*.fnc files.\n",
84 " Regenerate apidoc.fnc, the
[all...]
H A Dmkapidoc.pl5 # mkapidoc.pl -- generate apidoc.fnc from scanning the Perl source
42 # Find the files in MANIFEST that are core, but not embed.fnc, nor .t's
45 while (<$m>) { # In embed.fnc,
47 next if m! ^ embed \. fnc \t !x;
56 # and functions from embed.fnc, converting from an array into a hash (for
61 foreach my $entry (parse_embed("$maindir/parts/embed.fnc")) {
76 # Save the embed.fnc entry
123 # These may be associated with embed.fnc, in which case we do nothing;
124 # otherwise, we output them to apidoc.fnc, potentially modified.
162 # If embed.fnc alread
[all...]
H A Dscanprov13 # F means it is a function in embed.fnc that the normal routines didn't find
21 # documented, they would be put in parts/apidoc.fnc, and test cases generated
73 parse_embed(qw(parts/embed.fnc parts/apidoc.fnc));
208 my @functions = parse_embed(qw(parts/embed.fnc));
214 # The ones we don't have info on are the ones in embed.fnc that aren't in the
H A Dmkppport_fnc.pl3 # mkppport_fnc.pl -- generate ppport.fnc
6 # (devel/regenerate). It should be run after parts/embed.fnc is updated, and
9 # Its purpose is to generate ppport.fnc, a file which has the same syntax as
10 # embed.fnc and apidoc.fnc, but contains entries that should only be tested
17 # 1) for which D:P provides and are not found in embed.fnc nor apidoc.fnc,
23 # undocumented macro. (If it's not a macro, it has to be in embed.fnc, and if
24 # it's documented, mkapidoc.pl would find it and place it in apidoc.fnc.)
77 my $api_fnc = "$main_dir/parts/apidoc.fnc";
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dsequence-pt-1.c15 extern int fnc (int *);
50 *ap = fnc (ap++); /* { dg-warning "undefined" "sequence point warning" } */
/openbsd-current/sys/arch/armv7/vexpress/
H A Dpciecam.c269 pciecam_make_tag(void *sc, int bus, int dev, int fnc) argument
271 return (bus << BUS_SHIFT) | (dev << DEVICE_SHIFT) | (fnc << FNC_SHIFT);
/openbsd-current/sys/dev/fdt/
H A Dpciecam.c295 pciecam_make_tag(void *sc, int bus, int dev, int fnc) argument
297 return (bus << BUS_SHIFT) | (dev << DEVICE_SHIFT) | (fnc << FNC_SHIFT);

Completed in 200 milliseconds

12