Home
last modified time | relevance | path

Searched refs:ref_type (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/threads-shared/lib/threads/
H A Dshared.pm112 my $ref_type = reftype($item);
115 if ($ref_type eq 'ARRAY') {
125 elsif ($ref_type eq 'HASH') {
137 elsif ($ref_type eq 'SCALAR') {
145 elsif ($ref_type eq 'REF') {
164 Carp::croak("Unsupported ref type: ", $ref_type);
166 Carp::carp("Unsupported ref type: ", $ref_type);
177 if ($ref_type eq 'SCALAR') {
/openbsd/gnu/gcc/gcc/
H A Ddf-scan.c544 enum df_ref_type ref_type, in df_ref_create() argument
564 if (ref_type == DF_REF_REG_DEF) in df_ref_create()
933 enum df_ref_type ref_type, in df_ref_create_structure() argument
948 DF_REF_TYPE (this_ref) = ref_type; in df_ref_create_structure()
955 switch (ref_type) in df_ref_create_structure()
1048 enum df_ref_type ref_type, in df_ref_record() argument
1110 hardreg->type = ref_type; in df_ref_record()
1125 else if ((ref_type == DF_REF_REG_USE in df_ref_record()
1126 || ref_type == DF_REF_REG_MEM_STORE in df_ref_record()
1127 || ref_type == DF_REF_REG_MEM_LOAD) in df_ref_record()
[all …]
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dnode.h107 extern char *glean_node_from_menu (int remember_ref, enum reftype ref_type);
H A Dnode.c424 glean_node_from_menu (int remember_ref, enum reftype ref_type) in glean_node_from_menu() argument
471 remember_node_reference (nodename, line_number, ref_type); in glean_node_from_menu()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddf.c778 df_ref_create (df, reg, loc, insn, ref_type, ref_flags) in df_ref_create() argument
783 enum df_ref_type ref_type;
795 DF_REF_TYPE (this_ref) = ref_type;
799 if (ref_type == DF_REF_REG_DEF)
835 enum df_ref_type ref_type;
845 df_ref_record (df, reg, loc, insn, ref_type, ref_flags) in df_ref_record() argument
850 enum df_ref_type ref_type;
894 loc, insn, ref_type, ref_flags);
1016 df_uses_record (df, loc, ref_type, bb, insn, flags) in df_uses_record() argument
1019 enum df_ref_type ref_type;
[all …]
/openbsd/usr.sbin/ospf6d/
H A Dospf6.h273 u_int16_t ref_type; member
H A Drde_spf.c235 switch (ntohs(iap->ref_type)) { in rt_calc()
248 w = lsa_find_tree(&area->lsa_tree, iap->ref_type, in rt_calc()
263 v->ls_id, ntohs(iap->ref_type)); in rt_calc()
H A Drde.c1445 lsa->data.pref_intra.ref_type = htons(LSA_TYPE_NETWORK); in RB_GENERATE()
1491 lsa->data.pref_intra.ref_type = htons(LSA_TYPE_ROUTER); in orig_intra_lsa_rtr()
/openbsd/gnu/gcc/gcc/cp/
H A Dcall.c4410 tree ref_type = totype; in convert_like_real() local
4418 if (!CP_TYPE_CONST_NON_VOLATILE_P (TREE_TYPE (ref_type))) in convert_like_real()
4424 expr, ref_type); in convert_like_real()
4427 expr, ref_type); in convert_like_real()
4429 error ("cannot bind rvalue %qE to %qT", expr, ref_type); in convert_like_real()
4443 expr, ref_type); in convert_like_real()
4458 expr = cp_convert (build_pointer_type (TREE_TYPE (ref_type)), in convert_like_real()
4461 return build_nop (ref_type, expr); in convert_like_real()
/openbsd/usr.sbin/ospf6ctl/
H A Dospf6ctl.c941 print_ls_type(lsa->data.pref_intra.ref_type)); in show_db_msg_detail()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c17767 tree ref_type; local
17769 if (!(ref_type = resolve_type_during_patch (type)))
17772 if (!flag_emit_class_files || JPRIMITIVE_TYPE_P (ref_type)
17773 || TREE_CODE (ref_type) == VOID_TYPE)
17775 tree dot = build_class_ref (ref_type);
17778 dot = build_class_init (ref_type, dot);
17787 ref_type = build_dot_class_method_invocation (ref_type);
17788 return java_complete_tree (ref_type);
H A Dparse.y14202 tree ref_type; local
14204 if (!(ref_type = resolve_type_during_patch (type)))
14207 if (!flag_emit_class_files || JPRIMITIVE_TYPE_P (ref_type)
14208 || TREE_CODE (ref_type) == VOID_TYPE)
14210 tree dot = build_class_ref (ref_type);
14213 dot = build_class_init (ref_type, dot);
14222 ref_type = build_dot_class_method_invocation (ref_type);
14223 return java_complete_tree (ref_type);
H A DChangeLog5231 to use `ref_type' directly.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c4240 tree ref_type = totype; in convert_like_real() local
4258 expr = cp_convert (build_pointer_type (TREE_TYPE (ref_type)), in convert_like_real()
4261 return build_nop (ref_type, expr); in convert_like_real()