| /freebsd-12.1/contrib/gcc/ |
| H A D | c-decl.c | 3413 tree args = ce->u.arg_info->parms; in start_decl() 3506 arg_info->parms = dst_arg; in synth_block_byref_id_object_copy_func() 3564 arg_info->parms = src_arg; in synth_block_byref_id_object_dispose_func() 5150 arg_info->parms = 0; in grokdeclarator() 5564 arg_info->parms = arg_info->types; in grokparms() 5636 tree parms = 0; in get_parm_info() local 5644 arg_info->parms = 0; in get_parm_info() 5717 TREE_CHAIN (decl) = parms; in get_parm_info() 5718 parms = decl; in get_parm_info() 5800 arg_info->parms = parms; in get_parm_info() [all …]
|
| H A D | insn-notes.def | 51 i.e. the point just after all of the parms have been moved into
|
| H A D | c-tree.h | 310 tree parms; member
|
| H A D | tree-inline.c | 1125 tree parms; in initialize_inlined_parameters() local 1132 parms = DECL_ARGUMENTS (fn); in initialize_inlined_parameters() 1136 for (p = parms, a = args; p; in initialize_inlined_parameters()
|
| H A D | c-common.c | 3657 self_promoting_args_p (tree parms) in self_promoting_args_p() argument 3660 for (t = parms; t; t = TREE_CHAIN (t)) in self_promoting_args_p()
|
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | score-inst.h | 496 void (*parms) (char *); member
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1997 | 404 * search.c (dfs_record_inheritance): Ignore template type parms. 471 if we got template parms. 514 * exception.cc (__cp_pop_exception): Now takes two parms. Handle 1056 type to make sure they don't depend on template parms. 1059 context uses template parms, even if we're not 1261 parms, not just the innermost level of parms. 1289 use template parms, just compare types. 1615 (parms, full_parm): Use defarg. 1708 template parms between a class template and a member template. 2047 * pt.c (process_template_parm): pedwarn about floating-point parms. [all …]
|
| H A D | ChangeLog-1996 | 1173 for the first parms of += et al. 1581 (add_function_candidate): Handle artificial constructor parms. 1582 Handle functions with too few parms. 2542 * pt.c (process_template_parm): Allow template type parms to be 2543 used as types for template const parms. 3015 * error.c (dump_type): Handle anonymous template type parms. 3135 template parms. 3138 parms. 3140 expression using template parms. 3243 * pt.c (unify): Fix for template const parms. [all …]
|
| H A D | class.c | 3772 tree parms; in build_clone() local 3855 for (parms = DECL_ARGUMENTS (clone); parms; parms = TREE_CHAIN (parms)) in build_clone() 3857 DECL_CONTEXT (parms) = clone; in build_clone() 3858 cxx_dup_lang_specific_decl (parms); in build_clone()
|
| H A D | ChangeLog-1998 | 938 number of template parms. 1479 parms than were explicitly specified. 2045 and zero tpd.parms based on ntparms. Use tpd2.parms, not 2046 tpd.parms, where appropriate. 2131 parms. 3937 template parms. 5532 a base that uses template parms. 5800 anything if our type uses template parms. 5810 our type uses template parms. 5964 and the args use template parms. [all …]
|
| H A D | cp-tree.def | 117 (e.g., FUNCTION_DECL with tmpl parms used)
|
| H A D | ChangeLog-1994 | 181 * parse.y (bad_parm): Stop trying to support parms without types. 1185 (decls_match): Deal with new format of template parms. 1219 (compparms): Never consider default parms. 1285 function with the same parms but a different return type. 1404 * parse.y (template_parm): Support default template parms. 2564 * pt.c (unify): Allow different parms to have different 2566 (unify): Allow trivial conversions on non-template parms. 2958 references to pointers in function parms. Use type_promotes_to. 3666 parms if we're not being strict. 4047 (dump_type): Don't adorn template type parms. [all …]
|
| H A D | ChangeLog-2002 | 169 (finish_thunk): Remove offset parms. 571 * decl.c (pushdecl): Skip another level to get to the parms level. 1149 * class.c (add_method): Compare template parms too. 3869 on template type parms. 4047 (dump_function_decl): Always dump parms. 4065 Allow attributes in parms and casts.
|
| H A D | call.c | 273 build_call (tree function, tree parms) in build_call() argument 329 for (tmp = parms; tmp; tmp = TREE_CHAIN (tmp)) in build_call() 338 function = build3 (CALL_EXPR, result_type, function, parms, NULL_TREE); in build_call()
|
| H A D | ChangeLog-2001 | 2153 * except.c (can_convert_eh): Don't check template parms, 2895 Remove floating point and complex type template constant parms. 2973 parms and outer BLOCK. note_deferral_of_defined_inline_function. 3018 if we try to call a constructor with in-charge or VTT parms. 3217 parms, try again.
|
| /freebsd-12.1/contrib/apr-util/dbd/ |
| H A D | apr_dbd_oracle.c | 995 OCIParam *parms; in outputParams() local 1021 sql->err, (dvoid**)&parms, stmt->nout+1); in outputParams() 1024 sql->status = OCIAttrGet(parms, OCI_DTYPE_PARAM, in outputParams() 1027 sql->status = OCIAttrGet(parms, OCI_DTYPE_PARAM, in outputParams() 1030 sql->status = OCIAttrGet(parms, OCI_DTYPE_PARAM, in outputParams()
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | ca.c | 1922 LHASH_OF(CONF_VALUE) *parms = NULL; in certify_spkac() 1939 parms = CONF_load(NULL, infile, &errline); in certify_spkac() 1940 if (parms == NULL) { in certify_spkac() 1946 sk = CONF_get_section(parms, "default"); in certify_spkac() 2039 CONF_free(parms); in certify_spkac()
|
| /freebsd-12.1/sbin/ipfw/ |
| H A D | dummynet.c | 599 char parms[200]; in list_pipes() local 600 get_extra_parms(s->sched_nr, parms, DN_SCH_PARAMS); in list_pipes() 601 printf("%s",parms); in list_pipes()
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | z_Windows_NT-586_asm.asm | 1205 ; rcx: used as argument counter for push parms loop 1242 mov rax, 2 ; set 4 homes if less than 2 parms
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | README.hpux | 198 # nettune: hack kernel parms for safety
|
| /freebsd-12.1/contrib/compiler-rt/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 848 #define __sanitizer_syscall_pre_sysarch(op, parms) \ argument 849 __sanitizer_syscall_pre_impl_sysarch((long long)(op), (long long)(parms)) 850 #define __sanitizer_syscall_post_sysarch(res, op, parms) \ argument 852 (long long)(parms)) 3332 void __sanitizer_syscall_pre_impl_sysarch(long long op, long long parms); 3334 long long parms);
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gdbtypes.c | 2256 rank_function (struct type **parms, int nparms, struct type **args, int nargs) in rank_function() argument 2277 bv->rank[i] = rank_one_type (parms[i-1], args[i-1]); in rank_function()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2335 ArrayRef<ParmVarDecl *> parms = Call->parameters(); in VisitNode() local 2337 for (const auto ParamDecl : parms) { in VisitNode()
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-score.c | 2411 (*opcode->parms) (p); in parse_16_32_inst() 4634 new->parms = insn->parms; in build_score_ops_hsh()
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-1998 | 719 _CharT and _InIter parms, since they duplicate the enclosing ones.
|