| /openbsd-src/gnu/llvm/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 1036 SmallVector<PrototypeDescriptor> parsePrototypes(StringRef Prototypes) { in parsePrototypes() argument 1039 while (!Prototypes.empty()) { in parsePrototypes() 1043 if (Prototypes[0] == '(') in parsePrototypes() 1044 Idx = Prototypes.find_first_of(')'); in parsePrototypes() 1045 Idx = Prototypes.find_first_of(Primaries, Idx); in parsePrototypes() 1048 Prototypes.slice(0, Idx + 1)); in parsePrototypes() 1052 Prototypes = Prototypes.drop_front(Idx + 1); in parsePrototypes()
|
| /openbsd-src/gnu/usr.bin/perl/ext/Devel-Peek/ |
| H A D | Changes | 4 0.5: Prototypes for functions supported.
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 499 StringRef Prototypes = R->getValueAsString("Prototype"); in createRVVIntrinsics() local 533 parsePrototypes(Prototypes); in createRVVIntrinsics()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 186 parsePrototypes(llvm::StringRef Prototypes);
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlhist.pod | 209 Larry 5.002 1996-Feb-29 Prototypes.
|
| H A D | perlsub.pod | 240 to cheat if you know what you're doing. See L</Prototypes> below. 530 (see L</Prototypes>), because both start with an opening parenthesis and 1470 =head2 Prototypes 1471 =head2 Prototypes global() section in DESCRIPTION
|
| H A D | perl56delta.pod | 703 See L<perlsub/Prototypes>.
|
| H A D | perl561delta.pod | 1301 See L<perlsub/Prototypes>.
|
| H A D | perl5160delta.pod | 3180 =head2 Prototypes of built-in keywords
|
| H A D | perl5140delta.pod | 317 force scalar context on the argument. See L<perlsub/Prototypes>.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-1992 | 689 attach_fields_to_type, read_cpp_abbrev): Prototypes and new 3855 * defs.h (demangle_and_match, strcmp_iw, skip_quoted): Prototypes. 4924 inside_main_scope): Prototypes changed for renames to 4950 have_minimal_symbols): Prototypes moved to objfiles.h. 5854 value.h: Prototypes for static functions; lint. 5862 xm-i386v.h, xm-sparc.h: Prototypes for all external functions. 5865 signame.c, sparc-xdep.c: Prototypes for all static functions.
|
| H A D | ChangeLog-1996 | 3489 Prototypes for new functions in utils.c. 3490 * (floatformat_to_doublest floatformat_from_doublest): Prototypes
|
| H A D | ChangeLog-1993 | 1472 * thread.h: Prototypes for above. 3978 * inferior.h (read_sp, write_sp, read_fp, write_fp): Prototypes.
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
| H A D | perlxs.pod | 1271 Prototypes are disabled by default. When prototypes are enabled, XSUBs will 1292 current XSUB. Consult L<perlsub/Prototypes> for information about Perl
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Passes.rst | 1073 ``-strip-dead-prototypes``: Strip Unused Function Prototypes
|
| /openbsd-src/usr.bin/lex/ |
| H A D | ONEWS | 1003 - Prototypes and proper declarations of void routines have
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | ChangeLog-9193 | 1408 * libcoff.h, libcoff-in.h: declarations. Prototypes 2996 bfd_error_nonrepresentabltrap): Prototypes. 3001 Prototypes. 3002 * elfcode.h (elf_string_from_elf_strtab): Prototypes. 3004 Prototypes.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ChangeLog-9193 | 1408 * libcoff.h, libcoff-in.h: declarations. Prototypes 2996 bfd_error_nonrepresentabltrap): Prototypes. 3001 Prototypes. 3002 * elfcode.h (elf_string_from_elf_strtab): Prototypes. 3004 Prototypes.
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | ChangeLog | 1340 * DNBLog.h: Prototypes.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | g77.texi | 5512 * f2c Skeletons and Prototypes:: 5525 @xref{f2c Skeletons and Prototypes,,Generating Skeletons and Prototypes with @command{f2c}}. 5555 @node f2c Skeletons and Prototypes 5556 @subsection Generating Skeletons and Prototypes with @command{f2c} 7769 @xref{f2c Skeletons and Prototypes,, 7770 Generating Skeletons and Prototypes with @command{f2c}}.)
|
| H A D | ChangeLog | 2414 * g77.texi (Compiler Prototypes): Replace "missing" subscript-
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.2 | 2856 * config/c4x/c4x-protos.h: New file. Prototypes for functions defined 2870 * config/arm/arm-protos.h: New file: Prototypes for functions 2879 * config/m32r/m32r-protos.h: New file: Prototypes for functions 2918 * config/v850/v850-protos.h: New file: Prototypes for functions 2924 * config/fr30/fr30-protos.h: New file: Prototypes for functions 4662 Prototypes.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | gdbint.texinfo | 5086 @subsection Function Prototypes 5089 Prototypes must be used when both @emph{declaring} and @emph{defining} 5090 a function. Prototypes for @value{GDBN} functions must include both the
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | extend.texi | 454 * Function Prototypes:: Prototype declarations and old-style definitions. 2870 @node Function Prototypes 2871 @section Prototypes and Old-Style Function Definitions
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | extend.texi | 55 * Function Prototypes:: Prototype declarations and old-style definitions. 2843 @node Function Prototypes 2844 @section Prototypes and Old-Style Function Definitions
|