Searched refs:info_type (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dipa-prop.h79 union parameter_info info_type; member in struct:ipa_jump_func
H A Dipa-cp.c295 ipcp_method_cval (struct cgraph_node *mt, int info_type) argument
297 return &(IPA_NODE_REF (mt)->ipcp_cval[info_type]);
305 enum jump_func_type type, union parameter_info *info_type)
312 ipcp_cval_set_cvalue (cval, info_type, CONST_VALUE);
317 ipcp_cval_set_cvalue (cval, info_type, CONST_VALUE_REF);
323 (mt, info_type->formal_id));
327 (mt, info_type->formal_id)),
582 union parameter_info *info_type; local
599 info_type = ipa_jf_get_info_type (jump_func);
600 ipcp_cval_compute (&cval1, mt, type, info_type);
304 ipcp_cval_compute(struct ipcp_formal *cval, struct cgraph_node *mt, enum jump_func_type type, union parameter_info *info_type) argument
644 tree info_type; local
[all...]
H A Dipa-prop.c369 /* Set FORMAL as 'info_type' field of jump function (ipa_jump_func struct)
375 ipa_callsite_param (cs, i)->info_type.formal_id = formal;
378 /* Set int-valued INFO_TYPE1 as 'info_type' field of
383 ipa_callsite_param (cs, i)->info_type.value = info_type1;
509 return &(jf->info_type);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-report/
H A Dreader.cpp85 static const atf::parser::token_type info_type = 16; member in namespace:atf_tps
110 add_keyword("info", info_type);
409 while ((t = p.expect(tps_count_type, info_type, "tps-count or info "
410 "field")).type() == info_type)
432 while ((t = p.expect(eof_type, info_type, "end of stream or info "
433 "field")).type() == info_type)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-report/
H A Dreader.cpp79 static const atf::parser::token_type info_type = 16; member in namespace:atf_tps
104 add_keyword("info", info_type);
352 while ((t = p.expect(tps_count_type, info_type, "tps-count or info "
353 "field")).type() == info_type)
375 while ((t = p.expect(eof_type, info_type, "end of stream or info "
376 "field")).type() == info_type)
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-slow.c95 u_int8_t info_type; member in struct:slow_oam_info_t
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dada-lang.c5849 struct type *info_type;
5855 info_type = ada_get_tsd_type (current_inferior());
5856 if (info_type == NULL)
5858 info_type = lookup_pointer_type (lookup_pointer_type (info_type));
5859 valp = value_cast (info_type, args->tag);
5839 struct type *info_type; local

Completed in 133 milliseconds