| /src/external/ibm-public/postfix/dist/src/bounce/ |
| bounce_template.h | 37 const struct BOUNCE_TEMPLATE *prototype; /* defaults */ member in struct:BOUNCE_TEMPLATE
|
| /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/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/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGCall.cpp | 129 // Add infos for the prototype. 152 "We have paramInfos, but the prototype doesn't?"); 288 auto prototype = FT.getAs<FunctionProtoType>(); local 293 return arrangeCXXMethodType(ThisType, prototype.getTypePtr(), MD); 296 return arrangeFreeFunctionType(prototype); 422 // If the prototype args are elided, we should only have ABI-specific args, 447 // When declaring a function without a prototype, always use a 531 /// prototype. 579 // If we have a variadic prototype, the required arguments are the 580 // extra prefix plus the arguments in the prototype [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
| ia64.h | 893 int prototype; /* whether function prototyped */ 905 (CUM).prototype = ((FNTYPE) && prototype_p (FNTYPE)) || (LIBNAME); \ 915 /* We set prototype to true so that we never try to return a PARALLEL from 922 (CUM).prototype = 1; \ 879 int prototype; \/* whether function prototyped *\/ member in struct:ia64_args
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 46 prototype line and the attributes line. The prototype line has 125 prototype line (this time without [kind]): 400 /* Fields associated with a function prototype (bif or overload). */ 402 struct prototype struct 420 prototype proto; 456 prototype proto; 1293 parse_args (prototype *protoptr) 1621 construct_fntype_id (prototype *protoptr) 1717 /* Parse a function prototype. This code is shared by the bif and overloa [all...] |
| rs6000.h | 1523 have prototype types for. 1537 int nargs_prototype; /* # args left in the current prototype */ 1538 int prototype; /* Whether a prototype was defined */ 1534 int prototype; \/* Whether a prototype was defined *\/ member in struct:rs6000_args
|
| /src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| ia64.h | 893 int prototype; /* whether function prototyped */ 905 (CUM).prototype = ((FNTYPE) && prototype_p (FNTYPE)) || (LIBNAME); \ 915 /* We set prototype to true so that we never try to return a PARALLEL from 922 (CUM).prototype = 1; \ 879 int prototype; \/* whether function prototyped *\/ member in struct:ia64_args
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 46 prototype line and the attributes line. The prototype line has 125 prototype line (this time without [kind]): 400 /* Fields associated with a function prototype (bif or overload). */ 402 struct prototype struct 420 prototype proto; 456 prototype proto; 1293 parse_args (prototype *protoptr) 1621 construct_fntype_id (prototype *protoptr) 1717 /* Parse a function prototype. This code is shared by the bif and overloa [all...] |
| rs6000.h | 1476 have prototype types for. 1490 int nargs_prototype; /* # args left in the current prototype */ 1491 int prototype; /* Whether a prototype was defined */ 1487 int prototype; \/* Whether a prototype was defined *\/ member in struct:rs6000_args
|
| /src/usr.bin/xlint/lint1/ |
| lint1.h | 138 bool t_proto:1; /* function prototype (u.params valid) */ 139 bool t_vararg:1; /* prototype with '...' */ 207 pos_t s_def_pos; /* position of last (prototype) definition, 208 * prototype declaration, no-prototype-def., 335 DLK_PROTO_PARAMS, /* parameters in a prototype function 386 sym_t *d_func_proto_syms; /* symbols defined in prototype, such 397 bool prototype:1; member in struct:__anon8386
|
| /src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| mips.h | 2531 /* True if the function has a prototype. */ 2532 int prototype; 2522 int prototype; member in struct:mips_args
|
| /src/external/gpl3/gcc/dist/gcc/config/mips/ |
| mips.h | 2549 /* True if the function has a prototype. */ 2550 int prototype; 2540 int prototype; member in struct:mips_args
|