Searched refs:parm (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-9.3-release/contrib/gcc/cp/
H A Doptimize.c56 update_cloned_parm (tree parm, tree cloned_parm, bool first) argument
58 DECL_ABSTRACT_ORIGIN (cloned_parm) = parm;
61 TREE_ADDRESSABLE (cloned_parm) = TREE_ADDRESSABLE (parm);
64 TREE_READONLY (cloned_parm) = TREE_READONLY (parm);
66 TREE_USED (cloned_parm) = !first || TREE_USED (parm);
69 DECL_NAME (cloned_parm) = DECL_NAME (parm);
70 DECL_SOURCE_LOCATION (cloned_parm) = DECL_SOURCE_LOCATION (parm);
71 TREE_TYPE (cloned_parm) = TREE_TYPE (parm);
73 DECL_COMPLEX_GIMPLE_REG_P (cloned_parm) = DECL_COMPLEX_GIMPLE_REG_P (parm);
99 tree parm; local
[all...]
H A Dpt.c339 tree parm = TREE_VALUE (TREE_VEC_ELT (parms, i)); local
341 if (parm == error_mark_node)
344 gcc_assert (DECL_P (parm));
346 switch (TREE_CODE (parm))
350 pushdecl (parm);
359 tree decl = build_decl (CONST_DECL, DECL_NAME (parm),
360 TREE_TYPE (parm));
365 DECL_INITIAL (decl) = DECL_INITIAL (parm);
2315 error (" shadows template parm %q+#D", olddecl);
2383 process_template_parm (tree list, tree parm, boo argument
2496 tree parm, next; local
2905 tree parm = TREE_VEC_ELT (inner_parms, i); local
3383 tree parm; local
3881 tree parm, arg; local
3957 convert_template_argument(tree parm, tree arg, tree args, tsubst_flags_t complain, int i, tree in_decl) argument
4182 tree parm; local
4293 tree parm; local
4583 tree parm; local
4995 tree parm; local
9807 maybe_adjust_types_for_deduction(unification_kind_t strict, tree* parm, tree* arg) argument
9899 tree parm, arg; local
10048 resolve_overloaded_unification(tree tparms, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict) argument
10148 try_one_overload(tree tparms, tree orig_targs, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict, bool addr_p) argument
10223 try_class_unification(tree tparms, tree targs, tree parm, tree arg) argument
10280 get_template_base(tree tparms, tree targs, tree parm, tree arg) argument
10343 check_cv_quals_for_unify(int strict, tree arg, tree parm) argument
10421 unify(tree tparms, tree targs, tree parm, tree arg, int strict) argument
[all...]
/freebsd-9.3-release/sbin/atacontrol/
H A Datacontrol.c146 param_print(struct ata_params *parm) argument
148 printf("<%.40s/%.8s> ", parm->model, parm->revision);
149 if (parm->satacapabilities && parm->satacapabilities != 0xffff) {
150 if (parm->satacapabilities & ATA_SATA_GEN2)
152 else if (parm->satacapabilities & ATA_SATA_GEN1)
158 printf("ATA/ATAPI revision %d\n", version(parm->version_major));
162 cap_print(struct ata_params *parm) argument
164 u_int32_t lbasize = (u_int32_t)parm
[all...]
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_transfer.c190 usbd_transfer_setup_sub_malloc(struct usb_setup_params *parm, argument
233 if (parm->buf == NULL) {
235 parm->dma_page_ptr += n_dma_pc;
236 parm->dma_page_cache_ptr += n_dma_pc;
237 parm->dma_page_ptr += count;
238 parm->xfer_page_cache_ptr += count;
243 parm->dma_page_cache_ptr[x].tag_parent =
244 &parm->curr_xfer->xroot->dma_parent_tag;
248 parm->xfer_page_cache_ptr[x].tag_parent =
249 &parm
311 usbd_transfer_setup_sub(struct usb_setup_params *parm) argument
828 struct usb_setup_params *parm; local
[all...]
H A Dusb_transfer.h114 uint8_t usbd_transfer_setup_sub_malloc(struct usb_setup_params *parm,
126 void usbd_transfer_setup_sub(struct usb_setup_params *parm);
/freebsd-9.3-release/sbin/routed/
H A Dparms.c46 static struct parm *parms;
58 struct parm *parmp;
472 struct parm *parmp,
566 #define CKF(g,b) {if (0 != (parm.parm_int_state & ((g) & ~(b)))) break; \
567 parm.parm_int_state |= (b);}
568 struct parm parm; local
632 memset(&parm, 0, sizeof(parm));
661 if (parm
[all...]
H A Dmain.c114 struct parm parm; local
156 memset(&parm, 0, sizeof(parm));
157 parm.parm_d_metric = 1;
158 cp = check_parms(&parm);
203 memset(&parm, 0, sizeof(parm));
204 parm.parm_net = p_net;
205 parm
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp73 Expr *parm = E->getArg(0)->IgnoreParenCasts();
74 QualType pointee = parm->getType()->getPointeeType();
83 Pass.TA.reportError(err, parm->getLocStart(), parm->getSourceRange());
/freebsd-9.3-release/contrib/ncurses/ncurses/trace/
H A Dvarargs.c83 ARGTYPE parm[MAX_PARMS]; local
92 parm[parms++] = atInteger;
146 parm[parms++] = used;
148 used = parm[n];
/freebsd-9.3-release/contrib/gcc/
H A Dfunction.c2073 assign_parm_find_data_types (struct assign_parm_data_all *all, tree parm,
2084 else if (TREE_CHAIN (parm))
2085 data->named_arg = 1; /* Not the last non-varadic parm. */
2091 nominal_type = TREE_TYPE (parm);
2092 passed_type = DECL_ARG_TYPE (parm);
2096 if (TREE_TYPE (parm) == error_mark_node
2099 || TREE_CODE (parm) != PARM_DECL
2113 /* If the parm is to be passed as a transparent union, use the type of
2194 /* Determine parm's home in the stack, in case it arrives in the stack
2285 for this parm, coun
2060 assign_parm_find_data_types(struct assign_parm_data_all *all, tree parm, struct assign_parm_data_one *data) argument
2309 assign_parm_find_stack_rtl(tree parm, struct assign_parm_data_one *data) argument
2476 assign_parm_setup_block(struct assign_parm_data_all *all, tree parm, struct assign_parm_data_one *data) argument
2649 assign_parm_setup_reg(struct assign_parm_data_all *all, tree parm, struct assign_parm_data_one *data) argument
2839 assign_parm_setup_stack(struct assign_parm_data_all *all, tree parm, struct assign_parm_data_one *data) argument
2911 tree parm; local
2971 set_mem_expr (DECL_INCOMING_RTL (parm), parm); local
2985 tree fnargs, parm; local
3171 tree fnargs, parm, stmts = NULL; local
4148 tree parm = cfun->static_chain_decl; local
[all...]
H A Dipa-prop.c208 tree parm; local
215 for (parm = fnargs; parm; parm = TREE_CHAIN (parm))
217 IPA_NODE_REF (mt)->ipa_param_tree[param_num] = parm;
229 tree parm; local
235 for (parm = fnargs; parm; parm
[all...]
/freebsd-9.3-release/usr.bin/checknr/
H A Dchecknr.c81 int parm; /* parm to size, font, etc */ member in struct:stkstr
345 stk[stktop].parm = n;
360 stk[stktop].parm = n;
391 printf("\\s%c%d", stk[i].pl, stk[i].parm);
394 printf("\\f%c", stk[i].parm);
420 stk[stktop].parm = 0;
456 if (stk[j+1].opno==FT && stk[j+1].parm!='R'
457 && stk[j+2].opno==FT && stk[j+2].parm=='R') {
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c1168 atahpa_print(struct ata_params *parm, u_int64_t hpasize, int header) argument
1170 u_int32_t lbasize = (u_int32_t)parm->lba_size_1 |
1171 ((u_int32_t)parm->lba_size_2 << 16);
1173 u_int64_t lbasize48 = ((u_int64_t)parm->lba_size48_1) |
1174 ((u_int64_t)parm->lba_size48_2 << 16) |
1175 ((u_int64_t)parm->lba_size48_3 << 32) |
1176 ((u_int64_t)parm->lba_size48_4 << 48);
1184 if (parm->support.command1 & ATA_SUPPORT_PROTECTED) {
1190 if (parm->support.command1 & ATA_SUPPORT_MAXSECURITY)
1200 atasata(struct ata_params *parm) argument
1212 atacapprint(struct ata_params *parm) argument
1798 ata_read_native_max(struct cam_device *device, int retry_count, u_int32_t timeout, union ccb *ccb, struct ata_params *parm, u_int64_t *hpasize) argument
2434 atasecurity_print(struct ata_params *parm) argument
[all...]
/freebsd-9.3-release/usr.bin/ktrdump/
H A Dktrdump.c96 int parm; local
230 parm = 0;
236 if (parm == KTR_PARMS)
246 if (kvm_read(kd, (u_long)buf[i].ktr_parms[parm],
247 sbuf[parm], sizeof(sbuf[parm])) == -1)
248 strcpy(sbuf[parm], "(null)");
249 sbuf[parm][sizeof(sbuf[0]) - 1] = '\0';
250 parms[parm] = (u_long)sbuf[parm];
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbfs.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dcasts.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Ddes3s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
H A Ddess.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/freebsd-9.3-release/crypto/openssl/crypto/md4/
H A Dmd4s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/freebsd-9.3-release/crypto/openssl/crypto/md5/
H A Dmd5s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/freebsd-9.3-release/crypto/openssl/crypto/rc4/
H A Drc4s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A Drc5s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/freebsd-9.3-release/crypto/openssl/crypto/ripemd/asm/
H A Drips.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/freebsd-9.3-release/crypto/openssl/crypto/sha/
H A Dsha1s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/freebsd-9.3-release/crypto/openssl/times/x86/
H A Dbfs.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];

Completed in 181 milliseconds

1234