Searched refs:prototype (Results 101 - 125 of 141) sorted by relevance

123456

/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dconfigure2368 /* Override any gcc2 internal prototype to avoid an error. */
2373 builtin and then its argument prototype would still apply. */
2422 /* Override any gcc2 internal prototype to avoid an error. */
2427 builtin and then its argument prototype would still apply. */
6024 /* Override any gcc2 internal prototype to avoid an error. */
6029 builtin and then its argument prototype would still apply. */
6090 /* Override any gcc2 internal prototype to avoid an error. */
6095 builtin and then its argument prototype would still apply. */
7331 /* Override any gcc2 internal prototype to avoid an error. */
7337 builtin and then its argument prototype woul
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dconfigure747 /* Override any gcc2 internal prototype to avoid an error. */
749 builtin and then its argument prototype would still apply. */
3212 /* Override any gcc2 internal prototype to avoid an error. */
3214 builtin and then its argument prototype would still apply. */
3358 /* Override any gcc2 internal prototype to avoid an error. */
3360 builtin and then its argument prototype would still apply. */
3627 /* Override any gcc2 internal prototype to avoid an error. */
3629 builtin and then its argument prototype would still apply. */
3684 /* Override any gcc2 internal prototype to avoid an error. */
3686 builtin and then its argument prototype woul
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h411 bool GetOverrideExprOptions(clang::TargetOptions &prototype);
/openbsd-current/gnu/usr.bin/perl/Cross/
H A Dconfig.sh-arm-linux-n770988 prototype='define'
H A Dconfig.sh-arm-linux990 prototype='define'
/openbsd-current/gnu/usr.bin/perl/plan9/
H A Dconfig_sh.sample971 prototype='define'
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Dparser.t154 is($@, '', "';&' sub prototype confuses the lexer");
213 like($@, qr/Illegal declaration of subroutine main::_/, "readline operator as prototype");
216 like($@, qr/Illegal declaration of anonymous subroutine/, "readline operator as prototype");
219 like($@, qr/Illegal declaration of subroutine main::_/, "__FILE__ as prototype");
458 is prototype "Hello::_he_said", '_', 'initial tick in sub declaration';
/openbsd-current/usr.sbin/relayd/
H A Drelayd.h598 enum prototype { enum
752 enum prototype type;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dconfigure2379 /* Override any gcc2 internal prototype to avoid an error. */
2384 builtin and then its argument prototype would still apply. */
2434 /* Override any gcc2 internal prototype to avoid an error. */
2439 builtin and then its argument prototype would still apply. */
6373 /* Override any gcc2 internal prototype to avoid an error. */
6379 builtin and then its argument prototype would still apply. */
6697 /* Override any gcc2 internal prototype to avoid an error. */
6703 builtin and then its argument prototype would still apply. */
7144 /* Override any gcc2 internal prototype to avoid an error. */
7150 builtin and then its argument prototype woul
[all...]
/openbsd-current/gnu/gcc/intl/
H A Dconfigure2842 /* Override any gcc2 internal prototype to avoid an error. */
2847 builtin and then its argument prototype would still apply. */
2897 /* Override any gcc2 internal prototype to avoid an error. */
2902 builtin and then its argument prototype would still apply. */
3970 /* Override any gcc2 internal prototype to avoid an error. */
3976 builtin and then its argument prototype would still apply. */
4294 /* Override any gcc2 internal prototype to avoid an error. */
4300 builtin and then its argument prototype would still apply. */
5784 /* Override any gcc2 internal prototype to avoid an error. */
5790 builtin and then its argument prototype woul
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dconfigure2373 /* Override any gcc2 internal prototype to avoid an error. */
2378 builtin and then its argument prototype would still apply. */
2428 /* Override any gcc2 internal prototype to avoid an error. */
2433 builtin and then its argument prototype would still apply. */
5000 /* Override any gcc2 internal prototype to avoid an error. */
5006 builtin and then its argument prototype would still apply. */
6168 /* Override any gcc2 internal prototype to avoid an error. */
6174 builtin and then its argument prototype would still apply. */
6492 /* Override any gcc2 internal prototype to avoid an error. */
6498 builtin and then its argument prototype woul
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dconfigure2377 /* Override any gcc2 internal prototype to avoid an error. */
2382 builtin and then its argument prototype would still apply. */
2432 /* Override any gcc2 internal prototype to avoid an error. */
2437 builtin and then its argument prototype would still apply. */
6321 /* Override any gcc2 internal prototype to avoid an error. */
6327 builtin and then its argument prototype would still apply. */
6645 /* Override any gcc2 internal prototype to avoid an error. */
6651 builtin and then its argument prototype would still apply. */
7092 /* Override any gcc2 internal prototype to avoid an error. */
7098 builtin and then its argument prototype woul
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dgv.t343 # A string in place of the typeglob is promoted to the function prototype
345 my $proto = eval 'prototype \&oonk';
347 is ($proto, "pie", "String is promoted to prototype");
355 $proto = eval 'prototype \&oonk';
381 # Check that a prototype expands.
494 is prototype "yarrow", "", 'const list has "" prototype';
530 $proto = eval 'prototype \&oonk';
1255 is($::{thump} . "", '-1', "stub sub with no prototype stored as -1");
1266 is($::{tic_tac_toe} . "", '-1', "stub sub with no prototype store
[all...]
H A Dtaint.t102 sub taint_these :prototype(@) {
107 sub tainted :prototype($) {
/openbsd-current/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp1441 llvm::FunctionType *prototype = call_inst->getFunctionType(); local
1514 exe_ctx.GetThreadRef(), funcAddr, *prototype, *returnType, args,
/openbsd-current/gnu/gcc/gcc/config/c4x/
H A Dc4x.h932 int prototype; member in struct:c4x_args
H A Dc4x.c542 cum->prototype = (fntype && TYPE_ARG_TYPES (fntype));
580 cum->prototype ? ", prototype" : "",
650 /* If there is no prototype, assume all the arguments are integers. */
651 if (! cum->prototype)
/openbsd-current/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp711 WithColor::error(errs(), argv[0]) << "exit defined with wrong prototype!\n";
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Drs6000.h1360 have prototype types for.
1374 int nargs_prototype; /* # args left in the current prototype */
1375 int prototype; /* Whether a prototype was defined */
1425 If this is floating-point and no prototype is specified, we use
1371 int prototype; /* Whether a prototype was defined */ member in struct:rs6000_args
/openbsd-current/gnu/gcc/fixincludes/
H A Dconfigure3300 /* Override any gcc2 internal prototype to avoid an error. */
3306 builtin and then its argument prototype would still apply. */
5126 /* Override any gcc2 internal prototype to avoid an error. */
5132 builtin and then its argument prototype would still apply. */
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dmips.h1930 /* True if the function has a prototype. */
1931 int prototype;
1920 int prototype; member in struct:mips_args
/openbsd-current/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.h1111 int prototype; member in struct:c4x_args
H A Dc4x.c540 cum->prototype = (fntype && TYPE_ARG_TYPES (fntype));
578 cum->prototype ? ", prototype" : "",
654 /* If there is no prototype, assume all the arguments are integers. */
655 if (! cum->prototype)
/openbsd-current/gnu/usr.bin/perl/lib/B/
H A DDeparse.t373 'sub calls compiled before importation of prototype subs';
2770 # Signature and prototype
2774 my $f = sub : prototype($$) ($a, $b) {
2780 # Signature and prototype and attrs
2784 my $f = sub : prototype($$) lvalue ($a, $b) {
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c102 /* Similar, for the file and line that the prototype came from if this is
1041 specified. Use the ones from the prototype so that type checking
1222 /* Prototype decl follows defn w/o prototype. */
1233 warning_with_decl (newdecl, "prototype for `%s' follows");
1234 warning_with_decl (olddecl, "non-prototype definition here");
1241 "prototype for `%s' follows and number of arguments doesn't match");
1242 error_with_decl (olddecl, "non-prototype definition here");
1251 "prototype for `%s' follows and argument %d doesn't match",
1253 error_with_decl (olddecl, "non-prototype definition here");
1431 Currently, it can only be defined in the prototype
6062 int prototype = 0; local
[all...]

Completed in 693 milliseconds

123456