Home
last modified time | relevance | path

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

12345678910>>...42

/netbsd-src/external/gpl2/texinfo/dist/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 …]
/netbsd-src/external/bsd/libevent/dist/cmake/
H A DCheckPrototypeDefinition.cmake4 # FUNCTION - The name of the function (used to check if prototype exists)
5 # PROTOTYPE- The prototype to check.
69 set(${_VARIABLE} 1 CACHE INTERNAL "Have correct prototype for ${_FUNCTION}")
70 message(STATUS "Checking prototype ${_FUNCTION} for ${_VARIABLE} - True")
72 …"Determining if the prototype ${_FUNCTION} exists for ${_VARIABLE} passed with the following outpu…
75 message(STATUS "Checking prototype ${_FUNCTION} for ${_VARIABLE} - False")
76 set(${_VARIABLE} 0 CACHE INTERNAL "Have correct prototype for ${_FUNCTION}")
78 …"Determining if the prototype ${_FUNCTION} exists for ${_VARIABLE} failed with the following outpu…
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dproto-compat.m44 dnl Check if the prototype of a function is compatible with another one
7 dnl AC_PROTO_COMPAT(includes, function, prototype)
10 AC_CACHE_CHECK([if $2 is compatible with system prototype],
17 AC_DEFINE(foo, 1, [define if prototype of $2 is compatible with
H A Dneed-proto.m44 dnl Check if we need the prototype for a function
11 AC_CACHE_CHECK([if $2 needs a prototype], ac_cv_func_$2_noproto,
19 [define if the system is missing a prototype for $2()])
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgentarget-def.cc104 def_target_insn (const char *name, const char *prototype) in def_target_insn() argument
115 char *suffix = XALLOCAVEC (char, strlen (prototype) + 1); in def_target_insn()
121 for (const char *p = prototype; *p; ++p) in def_target_insn()
146 if (strcmp (prototype, "(void)") != 0) in def_target_insn()
204 const char *p = prototype, *end; in def_target_insn()
230 const char *p = prototype; in def_target_insn()
H A Dtarget-insns.def26 DEF_TARGET_INSN (name, prototype)
28 where NAME is the name of the pattern and PROTOTYPE is its C prototype.
29 The prototype should use parameter names of the form "x0", "x1", etc.
33 a prototype "(void)".
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgentarget-def.c104 def_target_insn (const char *name, const char *prototype) in def_target_insn() argument
115 char *suffix = XALLOCAVEC (char, strlen (prototype) + 1); in def_target_insn()
121 for (const char *p = prototype; *p; ++p) in def_target_insn()
146 if (strcmp (prototype, "(void)") != 0) in def_target_insn()
204 const char *p = prototype, *end; in def_target_insn()
230 const char *p = prototype; in def_target_insn()
H A Dtarget-insns.def26 DEF_TARGET_INSN (name, prototype)
28 where NAME is the name of the pattern and PROTOTYPE is its C prototype.
29 The prototype should use parameter names of the form "x0", "x1", etc.
33 a prototype "(void)".
/netbsd-src/external/apache2/llvm/dist/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 …]
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dcheck_lib2.m421 [/* Override any gcc2 internal prototype to avoid an error. */
24 builtin and then its argument prototype would still apply. */
36 [/* Override any gcc2 internal prototype to avoid an error. */
39 builtin and then its argument prototype would still apply. */
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dgccw.ref6 gccw.c:20: warning: no previous prototype for 'test1'
12 gccw.c:35: warning: no previous prototype for 'test2'
18 gccw.c:57: warning: function declaration isn't a prototype
/netbsd-src/crypto/external/bsd/heimdal/dist/include/
H A Dconfig.h.in95 /* define if prototype of gethostbyaddr is compatible with struct hostent
99 /* define if prototype of gethostbyname is compatible with struct hostent
103 /* define if prototype of getservbyname is compatible with struct servent
107 /* define if prototype of getsockname is compatible with int getsockname(int,
1304 /* define if the system is missing a prototype for asnprintf() */
1307 /* define if the system is missing a prototype for asprintf() */
1310 /* define if the system is missing a prototype for crypt() */
1313 /* define if the system is missing a prototype for daemon() */
1316 /* define if the system is missing a prototype for gethostname() */
1319 /* define if the system is missing a prototype for getusershell() */
[all …]
H A Dconfig.h.w32114 /* define if prototype of gethostbyaddr is compatible with struct hostent
118 /* define if prototype of gethostbyname is compatible with struct hostent
122 /* define if prototype of getservbyname is compatible with struct servent
126 /* define if prototype of getsockname is compatible with int getsockname(int,
1245 /* define if the system is missing a prototype for asnprintf() */
1248 /* define if the system is missing a prototype for asprintf() */
1251 /* define if the system is missing a prototype for crypt() */
1254 /* define if the system is missing a prototype for daemon() */
1257 /* define if the system is missing a prototype for gethostname() */
1260 /* define if the system is missing a prototype for getusershell() */
[all …]
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dfunctions.rst94 Function prototype for callback functions used in
111 Function prototype for callback functions used in
125 :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable.
135 :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable.
145 :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable.
155 :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable.
165 :param py_cb: Python function that follows `inplace_cb_query`'s prototype. **Must** be callable.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2017189 (c_type_print_base_1): New function and prototype.
387 (dwarf2_initialize_objfile): Change prototype.
1356 get_linespec_location's prototype change.
2239 (register_probe_ops): Delete unused prototype.
3887 * target-float.h (target_float_to_host_double): Add prototype.
3916 (ada_scaling_factor): Add prototype.
3933 (target_float_binop): Add prototype.
3955 * target-float.h (target_float_to_string): Add prototype.
3956 (target_float_from_string): Add prototype.
3989 * gdbtypes.h (is_floating_type): Add prototype.
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2017189 (c_type_print_base_1): New function and prototype.
387 (dwarf2_initialize_objfile): Change prototype.
1356 get_linespec_location's prototype change.
2239 (register_probe_ops): Delete unused prototype.
3887 * target-float.h (target_float_to_host_double): Add prototype.
3916 (ada_scaling_factor): Add prototype.
3933 (target_float_binop): Add prototype.
3955 * target-float.h (target_float_to_string): Add prototype.
3956 (target_float_from_string): Add prototype.
3989 * gdbtypes.h (is_floating_type): Add prototype.
[all …]
/netbsd-src/tests/usr.bin/xlint/lint2/
H A Dmsg_001.ln19 # If a function is declared once in old-style and once with prototype,
20 # the prototype definition is preferred; see check_name.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Driscv_vector.td122 // The C/C++ prototype of the builtin is defined by the Prototype attribute.
133 class RVVBuiltin<string suffix, string prototype, string type_range,
151 // We use each type described in TypeRange and LMUL with prototype to
153 // Prototype attribute defines the C/C++ prototype of the builtin. It is a
160 string Prototype = prototype;
212 class RVVOutBuiltin<string suffix, string prototype, string type_range>
213 : RVVBuiltin<suffix, prototype, type_range> {
217 class RVVOp0Builtin<string suffix, string prototype, string type_range>
218 : RVVBuiltin<suffix, prototype, type_range> {
222 class RVVOutOp1Builtin<string suffix, string prototype, string type_range>
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A DKconfig.unstable3 bool "Enable unstable API for early prototype development"
12 Enable prototype uAPI under general discussion before they are
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-201550 * libgfortran.h (exit_error): New prototype.
63 * io/unix.h (delete_file): Remove prototype.
74 (gfc_itoa): New prototype.
154 * libgfortran.h (show_variables): Remove prototype.
166 * libgfortran.h (check_buffered): Remove unused prototype.
187 (show_backtrace): Add prototype.
344 * caf/libcaf.h (_gfortran_caf_sync_memory): New prototype.
404 * caf/libcaf.h (_gfortran_caf_co_reduce): New prototype.
/netbsd-src/sys/arch/m68k/m68k/
H A Dmmu_subr.s96 .long MMU51_SRP_BITS,0 | prototype CPU root pointer
101 lea _C_LABEL(protorp),%a0 | CRP prototype
/netbsd-src/external/apache2/llvm/dist/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 …]
/netbsd-src/external/bsd/unbound/dist/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
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-201025 * gfortran.h (gfc_hash_value): Add prototype.
162 (gfc_next_char_literal): Update prototype.
650 * trans.h (gfc_deallocate_scalar_with_status): New prototype.
745 (gfc_trans_runtime_error_vararg): Remove prototype.
818 * trans-array.h (gfc_free_ss_chain): New prototype.
1020 * gfortran.h (gfc_get_option_string): New prototype.
1062 (gfc_intrinsic_function_by_id): New prototype.
1303 * trans-const.h (gfc_build_inf_or_huge): New prototype.
1326 (gfc_walk_subexpr): Make non-static. Move prototype...
1335 * trans.h (gfc_inline_intrinsic_function_p): New prototype.
[all …]
/netbsd-src/external/gpl3/gcc/dist/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 …]

12345678910>>...42