HomeSort by: relevance | last modified time | path
    Searched refs:prototype (Results 1 - 25 of 203) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/tests/usr.bin/xlint/lint1/
msg_270.c 9 void prototype(void);
  /src/external/gpl2/texinfo/dist/util/
gdoc 708 # takes a function prototype and spits out all the details
711 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
789 # 3 - scanning prototype
    [all...]
  /src/tests/usr.bin/indent/
lsym_comma.c 16 * In a prototype function definition, a ',' separates the parameter
47 int decl, old_style(), prototype(const char *, double *);
88 * In a prototype function definition, a ',' separates the parameter
  /src/external/gpl3/gcc/dist/gcc/
gentarget-def.cc 55 /* Records the prototype suffix X for each invalid_X stub that has been
63 /* Return true if the part of the prototype at P is for an argument
101 prototype PROTOTYPE. */
104 def_target_insn (const char *name, const char *prototype)
113 /* Check that the prototype is valid and concatenate the types
115 char *suffix = XALLOCAVEC (char, strlen (prototype) + 1);
121 for (const char *p = prototype; *p; ++p)
126 error ("invalid prototype for '%s'", name);
131 error ("prototype for '%s' has required operands after
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gentarget-def.cc 55 /* Records the prototype suffix X for each invalid_X stub that has been
63 /* Return true if the part of the prototype at P is for an argument
101 prototype PROTOTYPE. */
104 def_target_insn (const char *name, const char *prototype)
113 /* Check that the prototype is valid and concatenate the types
115 char *suffix = XALLOCAVEC (char, strlen (prototype) + 1);
121 for (const char *p = prototype; *p; ++p)
126 error ("invalid prototype for '%s'", name);
131 error ("prototype for '%s' has required operands after
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 492 /// Compute the arguments required by the given formal prototype,
497 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
499 if (!prototype->isVariadic()) return All;
501 if (prototype->hasExtParameterInfos())
503 prototype->getExtParameterInfos(),
508 return RequiredArgs(prototype->getNumParams() + additional);
511 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
513 return forPrototypePlus(prototype.getTypePtr(), additional);
516 static RequiredArgs forPrototype(const FunctionProtoType *prototype) {
517 return forPrototypePlus(prototype, 0)
    [all...]
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_template.h 37 const struct BOUNCE_TEMPLATE *prototype; /* defaults */ member in struct:BOUNCE_TEMPLATE
bounce_template.c 234 BOUNCE_TEMPLATE *bounce_template_create(const BOUNCE_TEMPLATE *prototype)
239 *tp = *prototype;
260 *tp = *(tp->prototype);
  /src/sys/arch/m68k/m68k/
mmu_subr.s 101 .long MMU51_SRP_BITS,0 | prototype CPU root pointer
119 lea _C_LABEL(protorp),%a0 | CRP prototype
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv-builtins.cc 41 /* Macros to create an enumeration identifier for a function prototype. */
45 /* Classifies the prototype of a built-in function. */
82 /* The function's prototype. */
83 enum riscv_function_type prototype; member in struct:riscv_builtin_description
147 /* Return the function type associated with function prototype TYPE. */
182 tree type = riscv_build_function_type (d->prototype);
  /src/sys/external/bsd/acpica/dist/include/
acpixf.h 95 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \
96 Prototype;
100 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \
101 Prototype;
105 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \
106 Prototype;
110 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \
111 Prototype;
115 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \
116 Prototype;
    [all...]
  /src/external/bsd/libbind/dist/
configure 9059 /* Override any GCC internal prototype to avoid an error.
9061 builtin and then its argument prototype would still apply. */
9147 /* Override any GCC internal prototype to avoid an error.
9149 builtin and then its argument prototype would still apply. */
9217 /* Override any GCC internal prototype to avoid an error.
9219 builtin and then its argument prototype would still apply. */
9295 /* Override any GCC internal prototype to avoid an error.
9297 builtin and then its argument prototype would still apply. */
9365 /* Override any GCC internal prototype to avoid an error.
9367 builtin and then its argument prototype would still apply. *
    [all...]
  /src/external/apache2/llvm/autoconf/
configure 2095 /* Override any GCC internal prototype to avoid an error.
2097 builtin and then its argument prototype would still apply. */
7754 /* Override any GCC internal prototype to avoid an error.
7756 builtin and then its argument prototype would still apply. */
7820 /* Override any GCC internal prototype to avoid an error.
7822 builtin and then its argument prototype would still apply. */
7878 /* Override any GCC internal prototype to avoid an error.
7880 builtin and then its argument prototype would still apply. */
7943 /* Override any GCC internal prototype to avoid an error.
7945 builtin and then its argument prototype would still apply. *
    [all...]
  /src/external/bsd/nvi/dist/dist/
ltconfig 2132 /* Override any gcc2 internal prototype to avoid an error. */
2134 builtin and then its argument prototype would still apply. */
2169 /* Override any gcc2 internal prototype to avoid an error. */
2171 builtin and then its argument prototype would still apply. */
2213 /* Override any gcc2 internal prototype to avoid an error. */
2215 builtin and then its argument prototype would still apply. */
2250 /* Override any gcc2 internal prototype to avoid an error. */
2252 builtin and then its argument prototype would still apply. */
2296 /* Override any gcc2 internal prototype to avoid an error. */
2298 builtin and then its argument prototype would still apply. *
    [all...]
  /src/external/gpl2/mkhybrid/dist/
configure 1061 /* Override any gcc2 internal prototype to avoid an error. */
1063 builtin and then its argument prototype would still apply. */
1102 /* Override any gcc2 internal prototype to avoid an error. */
1104 builtin and then its argument prototype would still apply. */
1152 /* Override any gcc2 internal prototype to avoid an error. */
1154 builtin and then its argument prototype would still apply. */
  /src/external/apache2/llvm/dist/clang/tools/scan-build/share/scan-build/
sorttable.js 457 Function.prototype.forEach = function(object, block, context) {
459 if (typeof this.prototype[key] == "undefined") {
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/
sorttable.js 457 Function.prototype.forEach = function(object, block, context) {
459 if (typeof this.prototype[key] == "undefined") {
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-builtins.cc 45 /* Macros to create an enumeration identifier for a function prototype. */
53 /* Classifies the prototype of a built-in function. */
90 /* The function's prototype. */
91 enum riscv_function_type prototype; member in struct:riscv_builtin_description
234 /* Return the function type associated with function prototype TYPE. */
291 tree type = riscv_build_function_type (d->prototype);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
callfuncs.exp 21 # We still want to test non-prototype functions for now, which is why
23 set compile_flags {debug additional_flags=-Wno-deprecated-non-prototype}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
callfuncs.exp 21 # We still want to test non-prototype functions for now, which is why
23 set compile_flags {debug additional_flags=-Wno-deprecated-non-prototype}
  /src/external/gpl2/gmake/dist/
configure 3465 /* Override any gcc2 internal prototype to avoid an error. */
3470 builtin and then its argument prototype would still apply. */
3519 /* Override any gcc2 internal prototype to avoid an error. */
3524 builtin and then its argument prototype would still apply. */
6255 /* Override any gcc2 internal prototype to avoid an error. */
6260 builtin and then its argument prototype would still apply. */
6309 /* Override any gcc2 internal prototype to avoid an error. */
6314 builtin and then its argument prototype would still apply. */
6620 /* Override any gcc2 internal prototype to avoid an error. */
6625 builtin and then its argument prototype would still apply. *
    [all...]
  /src/external/bsd/tmux/dist/
configure 1943 /* Override any GCC internal prototype to avoid an error.
1945 builtin and then its argument prototype would still apply. */
5078 /* Override any GCC internal prototype to avoid an error.
5080 builtin and then its argument prototype would still apply. */
5138 /* Override any GCC internal prototype to avoid an error.
5140 builtin and then its argument prototype would still apply. */
5184 /* Override any GCC internal prototype to avoid an error.
5186 builtin and then its argument prototype would still apply. */
5736 /* Override any GCC internal prototype to avoid an error.
5738 builtin and then its argument prototype would still apply. *
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
RISCVVEmitter.cpp 77 RVVType(BasicType BT, int Log2LMUL, StringRef prototype);
121 // Applies a prototype modifier to the current type. The result maybe an
123 void applyModifier(StringRef prototype);
148 // particular type and prototype
247 // Slice Prototypes string into sub prototype string and process each sub
248 // prototype string individually in the Handler.
303 RVVType::RVVType(BasicType BT, int Log2LMUL, StringRef prototype)
306 applyModifier(prototype);
1036 // Skip over complex prototype because it could contain primitive type
1064 StringRef Prototypes = R->getValueAsString("Prototype");
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc 560 For incoming args we set the number of arguments in the prototype large
576 cum->prototype = (fntype && prototype_p (fntype));
584 if (incoming || cum->prototype)
629 cum->prototype, cum->nargs_prototype);
1150 cum->nargs_prototype, cum->prototype,
1185 cum->nargs_prototype, cum->prototype,
1242 cum->sysv_gregno, cum->nargs_prototype, cum->prototype);
1270 cum->nargs_prototype, cum->prototype, GET_MODE_NAME (mode));
1616 If this is floating-point and no prototype is specified, we use
1656 && (cum->prototype || TARGET_NO_PROTOTYPE))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc 568 For incoming args we set the number of arguments in the prototype large
584 cum->prototype = (fntype && prototype_p (fntype));
592 if (incoming || cum->prototype)
637 cum->prototype, cum->nargs_prototype);
1158 cum->nargs_prototype, cum->prototype,
1193 cum->nargs_prototype, cum->prototype,
1250 cum->sysv_gregno, cum->nargs_prototype, cum->prototype);
1278 cum->nargs_prototype, cum->prototype, GET_MODE_NAME (mode));
1624 If this is floating-point and no prototype is specified, we use
1664 && (cum->prototype || TARGET_NO_PROTOTYPE))
    [all...]

Completed in 55 milliseconds

1 2 3 4 5 6 7 8 9