Searched refs:prototype (Results 51 - 58 of 58) sorted by relevance

123

/freebsd-10.3-release/contrib/gcc/config/mips/
H A Dmips.h1959 /* True if the function has a prototype. */
1960 int prototype;
1949 int prototype; member in struct:mips_args
H A Dmips.c136 /* Classifies the prototype of a builtin function. */
3704 cum->prototype = (fntype && TYPE_ARG_TYPES (fntype));
10111 /* The function's prototype. */
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp182 CanQual<FunctionProtoType> prototype = GetFormalType(MD); local
187 return arrangeCXXMethodType(ThisType, prototype.getTypePtr());
190 return arrangeFreeFunctionType(prototype);
255 // When declaring a function without a prototype, always use a
335 // If we have a variadic prototype, the required arguments are the
336 // extra prefix plus the arguments in the prototype.
341 // If we don't have a prototype at all, but we're supposed to
/freebsd-10.3-release/contrib/gcc/config/ia64/
H A Dia64.c4002 if (hfa_mode != VOIDmode && (! cum->prototype || named))
4038 /* If no prototype, then the whole thing must go in GR regs. */
4039 if (! cum->prototype)
4107 /* If there is a prototype, then FP values go in a FR register when
4109 else if (cum->prototype)
4125 /* If there is no prototype, then FP values go in both FR and GR
4196 if (hfa_mode != VOIDmode && (! cum->prototype || named))
4237 /* If there is a prototype, then FP values go in a FR register when
4239 else if (cum->prototype)
4247 /* If there is no prototype, the
[all...]
/freebsd-10.3-release/contrib/gperf/src/
H A Dconfigure3573 /* Override any GCC internal prototype to avoid an error.
3575 builtin and then its argument prototype would still apply. */
/freebsd-10.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c4413 For incoming args we set the number of arguments in the prototype large
4427 cum->prototype = (fntype && TYPE_ARG_TYPES (fntype));
4437 if (incoming || cum->prototype)
4461 cum->prototype, cum->nargs_prototype);
4765 cum->nargs_prototype, cum->prototype,
4850 cum->sysv_gregno, cum->nargs_prototype, cum->prototype);
4873 cum->nargs_prototype, cum->prototype, GET_MODE_NAME (mode));
5207 If this is floating-point and no prototype is specified, we use
5233 && (cum->prototype || TARGET_NO_PROTOTYPE))))
5258 if (TARGET_64BIT && ! cum->prototype)
[all...]
/freebsd-10.3-release/contrib/gcclibs/libcpp/
H A Dconfigure5055 /* Override any gcc2 internal prototype to avoid an error. */
5061 builtin and then its argument prototype would still apply. */
6887 /* Override any gcc2 internal prototype to avoid an error. */
6893 builtin and then its argument prototype would still apply. */
/freebsd-10.3-release/contrib/gcclibs/libssp/
H A Dconfigure4001 /* Override any gcc2 internal prototype to avoid an error. */
4007 builtin and then its argument prototype would still apply. */

Completed in 161 milliseconds

123