Home
last modified time | relevance | path

Searched refs:Prototypes (Results 1 – 25 of 36) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1036 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 DChanges4 0.5: Prototypes for functions supported.
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DRISCVVEmitter.cpp499 StringRef Prototypes = R->getValueAsString("Prototype"); in createRVVIntrinsics() local
533 parsePrototypes(Prototypes); in createRVVIntrinsics()
/openbsd-src/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h186 parsePrototypes(llvm::StringRef Prototypes);
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlhist.pod209 Larry 5.002 1996-Feb-29 Prototypes.
H A Dperlsub.pod240 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 Dperl56delta.pod703 See L<perlsub/Prototypes>.
H A Dperl561delta.pod1301 See L<perlsub/Prototypes>.
H A Dperl5160delta.pod3180 =head2 Prototypes of built-in keywords
H A Dperl5140delta.pod317 force scalar context on the argument. See L<perlsub/Prototypes>.
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-1992689 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 DChangeLog-19963489 Prototypes for new functions in utils.c.
3490 * (floatformat_to_doublest floatformat_from_doublest): Prototypes
H A DChangeLog-19931472 * 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 Dperlxs.pod1271 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 DPasses.rst1073 ``-strip-dead-prototypes``: Strip Unused Function Prototypes
/openbsd-src/usr.bin/lex/
H A DONEWS1003 - Prototypes and proper declarations of void routines have
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DChangeLog-91931408 * 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 DChangeLog-91931408 * 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 DChangeLog1340 * DNBLog.h: Prototypes.
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dg77.texi5512 * 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 DChangeLog2414 * g77.texi (Compiler Prototypes): Replace "missing" subscript-
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.22856 * 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 Dgdbint.texinfo5086 @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 Dextend.texi454 * 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 Dextend.texi55 * Function Prototypes:: Prototype declarations and old-style definitions.
2843 @node Function Prototypes
2844 @section Prototypes and Old-Style Function Definitions

12