Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/
H A Dproto.t35 ok(prototype \&normalize,'$$');
36 ok(prototype \&NFD, '$');
37 ok(prototype \&NFC, '$');
38 ok(prototype \&NFKD, '$');
39 ok(prototype \&NFKC, '$');
40 ok(prototype \&FCD, '$');
41 ok(prototype \&FCC, '$');
43 ok(prototype \&check, '$$');
44 ok(prototype \&checkNFD, '$');
45 ok(prototype \&checkNFC, '$');
[all …]
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dattrproto.t3 # Testing the : prototype(..) attribute
21 $ret = eval 'package Q; sub A(bar) : prototype(bad) : dummy1 {} prototype \&A;';
23 is $attrs, "dummy1", "MODIFY_CODE_ATTRIBUTES called, but not for prototype(..)";
24 like shift @warnings, qr/Illegal character in prototype for Q::A : bar/,
25 "First warning is bad prototype - bar";
26 like shift @warnings, qr/Illegal character in prototype for Q::A : bad/,
27 "Second warning is bad prototype - bad";
28 like shift @warnings, qr/Prototype \'bar\' overridden by attribute \'prototype\(bad\)\' in Q::A/,
32 # The override warning should not be hidden by no warnings (similar to prototype change
[all...]
H A Dcproto.t16 ok( !defined prototype "CORE::".$keyword, $keyword );
19 eval { prototype "CORE::".$keyword };
/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A Dprototype.t6 use Sub::Util qw( prototype set_prototype );
10 is( prototype('f'), undef, 'no prototype');
11 is( CORE::prototype('f'), undef, 'no prototype from CORE');
14 is( prototype('f'), '$', 'prototype');
15 is( CORE::prototype('f'), '$', 'prototype from CORE');
19 is( prototype('f'), undef, 'remove prototype');
22 is( prototype('f'), '', 'empty prototype');
25 is( prototype('g'), '@', '@ prototype');
28 is( prototype('g'), undef, 'remove prototype');
31 is( prototype('stub'), undef, 'non existing sub');
[all …]
H A Dscalarutil-proto.t14 is( prototype('f'), undef, 'no prototype');
17 is( prototype('f'), '$', 'set prototype');
21 is( prototype('f'), undef, 'remove prototype');
24 is( prototype('f'), '', 'empty prototype');
27 is( prototype('g'), '@', '@ prototype');
30 is( prototype('g'), undef, 'remove prototype');
33 is( prototype('stub'), undef, 'non existing sub');
36 is( prototype('stub'), '$$$', 'change non existing sub');
39 is( prototype('f_decl'), '$$$$', 'forward declaration');
42 is( prototype('f_decl'), '\%', 'change forward declaration');
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dbuiltin.t51 is(prototype(\&builtin::is_bool), '$', 'is_bool prototype');
92 is(prototype(\&builtin::weaken), '$', 'weaken prototype');
93 is(prototype(\&builtin::unweaken), '$', 'unweaken prototype');
94 is(prototype(\&builtin::is_weak), '$', 'is_weak prototype');
120 is(prototype(\&builtin::blessed), '$', 'blessed prototype');
[all...]
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dsvsetsv.t18 is prototype(\&AUTOLOAD), '$', 'sv_setsv(cv,...) sets prototype';
20 is prototype(\&AUTOLOAD), '$', 'sv_setpv(cv,...) sets prototype';
22 is prototype(\&AUTOLOAD), '$', 'sv_setpvn(cv,...) sets prototype';
/openbsd-src/gnu/usr.bin/perl/t/comp/
H A Dproto.t26 my $p = prototype(shift);
446 print "not " if defined prototype('CORE::print');
449 print "not " if defined prototype('CORE::system');
452 print "# CORE::open => ($p)\nnot " if ($p = prototype('CORE::open')) ne '*;$@';
456 if defined ($p = eval { prototype('CORE::Foo') or 1 }) or $@ !~ /^Can't find an opnumber/;
464 eval { prototype("CORE::\x{100}") };
721 print "not " unless $warn =~ /Illegal character in prototype for main::badproto : \@bar/;
725 print "not " unless $warn =~ /Illegal character in prototype for main::badproto2 : bar/;
729 print "not " unless $warn =~ /Illegal character in prototype for main::badproto3 : &\$bar\$\@/;
734 print "not " unless $warn =~ /Illegal character in prototype for main::badproto4 : \@ \$b ar/;
[all …]
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dgdoc711 my $prototype = shift @_;
713 if ($prototype =~ m/^()([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ ||
714 $prototype =~ m/^(\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ ||
715 $prototype =~ m/^(\w+\s*\*)\s*([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ ||
716 $prototype =~ m/^(\w+\s+\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ ||
717 $prototype =~ m/^(\w+\s+\w+\s*\*)\s*([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/)
758 print STDERR "Error($lineno): cannot understand prototype: '$prototype
869 $prototype = "";
890 $prototype .= $1;
893 $prototype =~ s@/\*.*?\*/@@gos; # strip comments.
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/
H A Dcode.t90 is(prototype($thawed->[4]), prototype($obj[0]->[4]));
136 is(prototype($thawed->[4]), prototype($obj[0]->[4]));
148 is(prototype($thawed->[4]), prototype($obj[0]->[4]));
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dconfigure1199 /* Override any gcc2 internal prototype to avoid an error. */
1201 builtin and then its argument prototype would still apply. */
4424 /* Override any gcc2 internal prototype to avoid an error. */
4426 builtin and then its argument prototype would still apply. */
4481 /* Override any gcc2 internal prototype to avoid an error. */
4483 builtin and then its argument prototype would still apply. */
4537 /* Override any gcc2 internal prototype to avoid an error. */
4539 builtin and then its argument prototype would still apply. */
4595 /* Override any gcc2 internal prototype to avoid an error. */
4597 builtin and then its argument prototype would still apply. */
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h497 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus() argument
499 if (!prototype->isVariadic()) return All; in forPrototypePlus()
501 if (prototype->hasExtParameterInfos()) in forPrototypePlus()
503 prototype->getExtParameterInfos(), in forPrototypePlus()
508 return RequiredArgs(prototype->getNumParams() + additional); in forPrototypePlus()
511 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus() argument
513 return forPrototypePlus(prototype.getTypePtr(), additional); in forPrototypePlus()
516 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { in forPrototype() argument
517 return forPrototypePlus(prototype, 0); in forPrototype()
520 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) { in forPrototype() argument
[all …]
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DChangeLog76 * DNB.h (DNBProcessGetSharedLibraryInfoAddress): New prototype.
78 * MachTask.h (MachProcess::GetDYLDAllImageInfosAddress): New prototype.
167 (RNBRemote::HandlePacket_D): New member function prototype.
202 * DNB.h (DNBResolveExecutablePath): New function prototype.
214 (DBNArchMachARM::DecodeITBlockInstructions): New prototype.
215 (DBNArchMachARM::DecodeInstructionUsingDisassembler): New prototype.
216 (DBNArchMachARM::BreakpointHit): New prototype.
308 (DNBProcessInterruptEvents): New function prototype.
476 * DNB.h (DNBProcessSetEvents): New API function prototype.
567 (DNBArchMachARM::SetSingleStepSoftwareBreakpoints): New prototype.
[all …]
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp24 Thread &thread, const Address &function, llvm::Type &prototype, in ThreadPlanCallFunctionUsingABI() argument
37 start_load_addr, prototype, args)) in ThreadPlanCallFunctionUsingABI()
/openbsd-src/gnu/usr.bin/perl/dist/Devel-SelfStubber/lib/Devel/
H A DSelfStubber.pm19 my($self,$fullname,$pack,$lines, $prototype) = @_;
21 if($fullname){push(@STUBS,"sub $fullname $prototype;\n")}; # stubs
/openbsd-src/gnu/usr.bin/cvs/
H A Dconfigure2106 /* Override any gcc2 internal prototype to avoid an error. */
2108 builtin and then its argument prototype would still apply. */
2147 /* Override any gcc2 internal prototype to avoid an error. */
2149 builtin and then its argument prototype would still apply. */
2790 /* Override any gcc2 internal prototype to avoid an error. */
2792 builtin and then its argument prototype would still apply. */
2872 /* Override any gcc2 internal prototype to avoid an error. */
2874 builtin and then its argument prototype would still apply. */
2932 /* Override any gcc2 internal prototype to avoid an error. */
2934 builtin and then its argument prototype would still apply. */
[all …]
/openbsd-src/gnu/usr.bin/perl/
H A Dmyconfig.SH76 prototype=$prototype
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dconfigure.in35 AC_MSG_CHECKING(for a known getopt prototype in unistd.h)
42 [Is the prototype for getopt in <unistd.h> in the expected format?])
/openbsd-src/usr.sbin/unbound/doc/
H A DCREDITS5 the prototype, which was built by David Blacka and Matt Larson of VeriSign.
7 based on the existing prototype and using experience NLnet Labs gained
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl06.rst125 definition is parsed as the "prototype" production and into the
132 /// PrototypeAST - This class represents the "prototype" for a function,
160 Basically, in addition to knowing a name for the prototype, we now keep
164 operators). Now that we have a way to represent the prototype for a
169 /// prototype
180 return LogErrorP("Expected function name in prototype");
206 return LogErrorP("Expected '(' in prototype");
212 return LogErrorP("Expected ')' in prototype");
273 built as normal functions (because the "prototype" boils down to a
281 // Transfer ownership of the prototype to the FunctionProtos map, but keep a
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dconfigure1729 /* Override any gcc2 internal prototype to avoid an error. */
1731 builtin and then its argument prototype would still apply. */
1875 /* Override any gcc2 internal prototype to avoid an error. */
1877 builtin and then its argument prototype would still apply. */
3339 /* Override any gcc2 internal prototype to avoid an error. */
3341 builtin and then its argument prototype would still apply. */
3841 /* Override any gcc2 internal prototype to avoid an error. */
3843 builtin and then its argument prototype would still apply. */
3887 /* Override any gcc2 internal prototype to avoid an error. */
3889 builtin and then its argument prototype would still apply. */
[all …]
/openbsd-src/gnu/usr.bin/perl/hints/
H A Dumips.sh27 prototype=undef
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-199914 (get_vbase_types): Change prototype.
350 * pt.c (for_each_template_parm_r): Add static prototype.
355 prototype.
426 (add_scope_stmt): Change prototype.
688 * cp-tree.h (cp_finish_decl): Change prototype.
846 * cp-tree.h (build_enumerator): Change prototype.
894 * parse.y (parse_decl): Change prototype.
941 * tree.c (bot_manip): Change prototype. Adjust to be called via
952 * decl.c (local_variable_p): Change prototype.
1008 * cp-tree.h (make_typename_type): Change prototype.
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A DChangeLog-910340 (arm_symbol_is_valid): New prototype. This is the ARM
42 (generic_symbol_is_valid): New prototype. This is the default
96 * floatformat.h (floatformat_is_valid): Add prototype.
246 (htab_create_alloc_ex): New prototype.
247 (htab_set_functions_ex): New prototype.
263 * dis-asm.h: Add msp430 disassembler prototype.
288 * libiberty.h (make_relative_prefix): Add prototype.
374 * dis-asm.h (print_insn_frv): New prototype.
395 * hashtab.h (htab_create): Restore prototype for backward
428 * dis-asm.h (print_insn_shl, print_insn_sh64l): Remove prototype.
[all …]
/openbsd-src/gnu/gcc/include/
H A DChangeLog-910340 (arm_symbol_is_valid): New prototype. This is the ARM
42 (generic_symbol_is_valid): New prototype. This is the default
96 * floatformat.h (floatformat_is_valid): Add prototype.
246 (htab_create_alloc_ex): New prototype.
247 (htab_set_functions_ex): New prototype.
263 * dis-asm.h: Add msp430 disassembler prototype.
288 * libiberty.h (make_relative_prefix): Add prototype.
374 * dis-asm.h (print_insn_frv): New prototype.
395 * hashtab.h (htab_create): Restore prototype for backward
428 * dis-asm.h (print_insn_shl, print_insn_sh64l): Remove prototype.
[all …]

12345678910>>...20