Searched refs:ptype (Results 1 - 25 of 40) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dder_io_4.f904 TYPE :: ptype type
7 TYPE(ptype) :: p
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp72.C8 enum ptype { t1, t2}; enum
10 struct D : public B<ptype>
/haiku-buildtools/legacy/gcc/libchill/
H A Dprintevent.c50 f = (*__RTS_FETCH_NAMES__) (ins.ptype);
52 sprintf (buf, "[%u;%u]", ins.ptype, ins.pcopy);
H A Dprintbuffer.c50 f = (*__RTS_FETCH_NAMES__) (ins.ptype);
52 sprintf (buf, "[%u;%u]", ins.ptype, ins.pcopy);
H A Drts.c341 __start_process (ptype, pcopy, arg_size, args, ins)
342 short ptype;
357 if (*(p->data[0]->value) == ptype)
363 fprintf (stderr, "Cannot find a process with type %d.\n", ptype);
410 s->whoami.ptype = ptype;
430 ins->ptype = ptype;
457 whoami.ptype = 0;
500 if (*(t->data[0]->value) == to.ptype)
[all...]
H A Drts.h57 short ptype; member in struct:__anon3495
H A Ddelaycase.c213 insloc->ptype = wrk->who_continued.ptype;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930120-1.c13 f(fcount,ifp,itype,ptype)
74 psymoff(dot,ptype,":%16t");
78 psymoff(0,ptype,"%16t");
/haiku-buildtools/legacy/binutils/binutils/
H A Dstabs.c3990 debug_type *ptype)
4049 ptype != NULL ? &name : NULL))
4052 if (ptype != NULL)
4073 if (ptype != NULL)
4150 if (ptype != NULL)
4151 *ptype = context;
4520 /* Demangle a type. If the ptype argument is not NULL, *ptype is set
4525 debug_type *ptype)
4537 if (! stab_demangle_type (minfo, pp, ptype))
3988 stab_demangle_qualified(struct stab_demangle_info *minfo, const char **pp, debug_type *ptype) argument
4523 stab_demangle_type(struct stab_demangle_info *minfo, const char **pp, debug_type *ptype) argument
4790 stab_demangle_fund_type(struct stab_demangle_info *minfo, const char **pp, debug_type *ptype) argument
[all...]
/haiku-buildtools/binutils/binutils/
H A Dstabs.c4029 debug_type *ptype)
4088 ptype != NULL ? &name : NULL))
4091 if (ptype != NULL)
4112 if (ptype != NULL)
4192 if (ptype != NULL)
4193 *ptype = context;
4562 /* Demangle a type. If the ptype argument is not NULL, *ptype is set
4567 debug_type *ptype)
4579 if (! stab_demangle_type (minfo, pp, ptype))
4027 stab_demangle_qualified(struct stab_demangle_info *minfo, const char **pp, debug_type *ptype) argument
4565 stab_demangle_type(struct stab_demangle_info *minfo, const char **pp, debug_type *ptype) argument
4825 stab_demangle_fund_type(struct stab_demangle_info *minfo, const char **pp, debug_type *ptype) argument
[all...]
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-ubsan.c403 ubsan_maybe_instrument_reference_or_call (location_t loc, tree op, tree ptype, argument
409 tree type = TREE_TYPE (ptype);
460 gcc_assert (POINTER_TYPE_P (ptype));
461 if (TREE_CODE (ptype) == REFERENCE_TYPE)
462 ptype = build_pointer_type (TREE_TYPE (ptype));
463 tree kind = build_int_cst (ptype, ckind);
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c366 tree ptype, decls, *chain = NULL; local
397 ptype = build_pointer_type(xref_tag (RECORD_TYPE,
399 add_field_decl (ptype, "dtable", &chain);
402 ptype = build_pointer_type (objc_class_template);
403 add_field_decl (ptype, "subclass_list", &chain);
406 ptype = build_pointer_type (objc_class_template);
407 add_field_decl (ptype, "sibling_class", &chain);
410 ptype = build_pointer_type (build_pointer_type
413 add_field_decl (ptype, "protocol_list", &chain);
433 tree ptype, decl local
467 tree ptype, decls, *chain = NULL; local
1136 tree array_type, ptype, refs_decl, lproto, e, plist; local
[all...]
H A Dobjc-next-runtime-abi-01.c434 tree ptype, decls, *chain = NULL; local
465 ptype = build_pointer_type (xref_tag (RECORD_TYPE,
467 add_field_decl (ptype, "cache", &chain);
470 ptype = build_pointer_type (build_pointer_type
473 add_field_decl (ptype, "protocol_list", &chain);
481 ptype = build_pointer_type (xref_tag (RECORD_TYPE,
483 add_field_decl (ptype, "ext", &chain);
513 tree ptype, decls, *chain = NULL; local
530 ptype = build_pointer_type (build_pointer_type (objc_protocol_template));
531 add_field_decl (ptype, "protocol_lis
567 tree ptype, decls, *chain = NULL; local
1379 tree array_type, ptype, refs_decl, lproto, e, plist, attr; local
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Df95-lang.c713 tree ftype, ptype; local
747 ptype = build_pointer_type (float_type_node);
749 build_function_type_list (void_type_node, ptype, ptype, NULL_TREE);
751 ptype = build_pointer_type (double_type_node);
753 build_function_type_list (void_type_node, ptype, ptype, NULL_TREE);
755 ptype = build_pointer_type (long_double_type_node);
757 build_function_type_list (void_type_node, ptype, ptype, NULL_TRE
[all...]
H A Dtrans-io.c175 gfc_build_st_parameter (enum ioparam_type ptype, tree *types) argument
184 len = strlen (st_parameter[ptype].name);
187 memcpy (name + sizeof ("__st_parameter_") - 1, st_parameter[ptype].name,
192 if (p->param_type == ptype)
233 st_parameter[ptype].type = t;
305 unsigned int ptype; local
327 for (ptype = IOPARM_ptype_common; ptype < IOPARM_ptype_num; ptype++)
328 gfc_build_st_parameter ((enum ioparam_type) ptype, type
[all...]
H A Dtrans-types.c3070 tree etype, ptype, field, t, base_decl;
3113 ptype = build_pointer_type (gfc_array_index_type);
3119 TREE_TYPE (base_decl) = indirect ? build_pointer_type (ptype) : ptype;
3125 base_decl = build1 (INDIRECT_REF, ptype, base_decl);
3056 tree etype, ptype, field, t, base_decl; local
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-ubsan.c112 tree ptype = build_pointer_type (type); local
117 build_int_cst (ptype, ckind));
H A Dtypeck2.c450 tree ptype = strip_top_quals (CONST_CAST_TREE (type));
454 && same_type_p (ptype, current_class_type))
456 "the closing brace", ptype);
457 else if (!TYPE_TEMPLATE_INFO (ptype))
458 inform (loc, "forward declaration of %q#T", ptype);
460 inform (loc, "declaration of %q#T", ptype);
1840 tree ptype;
1862 ptype = build_pointer_type (type);
1863 datum = fold_build_pointer_plus (fold_convert (ptype, datum), component);
449 tree ptype = strip_top_quals (CONST_CAST_TREE (type)); local
1835 tree ptype; local
H A Dinit.c3180 tree ptype = build_pointer_type (type = complete_type (type));
3235 tmp = build_delete (ptype, base, sfk_complete_destructor,
3248 tbase = create_temporary_var (ptype);
3252 fold_convert (ptype,
3264 fold_convert (ptype, base)));
3271 tmp = build_delete (ptype, tbase, sfk_complete_destructor,
3307 base_tbd = cp_convert (ptype, base_tbd, complain);
3441 tree ptype;
3501 ptype = build_pointer_type (type);
3505 base = cp_convert (ptype, bas
3177 tree ptype = build_pointer_type (type = complete_type (type)); local
3438 tree ptype; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dalias.c705 tree ptype = reference_alias_ptr_type_1 (&t);
707 if (ptype != NULL_TREE)
708 return ptype;
769 tree ptype = reference_alias_ptr_type_1 (&t);
770 if (ptype != NULL)
771 return get_deref_alias_set (ptype);
703 tree ptype = reference_alias_ptr_type_1 (&t); local
H A Dipa-prop.c3799 tree ptype; local
3802 ptype = build_pointer_type (adj->type);
3805 ptype = adj->type;
3806 if (is_gimple_reg_type (ptype))
3808 unsigned malign = GET_MODE_ALIGNMENT (TYPE_MODE (ptype));
3809 if (TYPE_ALIGN (ptype) < malign)
3810 ptype = build_aligned_type (ptype, malign);
3815 new_arg_types = tree_cons (NULL_TREE, ptype, new_arg_types);
3818 ptype);
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dinit.c2725 tree ptype = build_pointer_type (type = complete_type (type));
2756 tbase = build_decl (VAR_DECL, NULL_TREE, ptype);
2758 fold (build (PLUS_EXPR, ptype,
2768 tree base_tbd = cp_convert (ptype,
2787 build_delete (ptype, tbase, auto_delete,
2792 build_modify_expr (tbase, NOP_EXPR, build (MINUS_EXPR, ptype, tbase, size_exp)),
2823 base_tbd = cp_convert (ptype,
2720 tree ptype = build_pointer_type (type = complete_type (type)); local
H A Dtree.c371 tree ptype;
380 ptype = build_signature_pointer_type (basetype);
382 ptype = build_pointer_type (basetype);
387 argtypes = tree_cons (NULL_TREE, ptype, argtypes);
370 tree ptype; local
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtasking.c1016 tree ptype;
1036 ptype = (tree)DECL_TASKING_CODE_DECL (process);
1043 ptype = convert (chill_taskingcode_type_node, process);
1053 tree_cons (NULL_TREE, ptype,
1004 tree ptype; local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc238 const Pointer_type* ptype = this->convert<const Pointer_type, local
240 return ptype == NULL ? NULL : ptype->points_to();
4085 Type* ptype = imp->read_type(); local
4087 ptype = Type::make_array_type(ptype, NULL);
4088 parameters->push_back(Typed_identifier(name, ptype,
4558 Pointer_type* ptype = static_cast<Pointer_type*>(t); local
4559 dt = ptype->points_to();
8112 Type* ptype local
9241 import_named_type(Import* imp, Named_type** ptype) argument
[all...]

Completed in 558 milliseconds

12