Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 25 of 130) sorted by relevance

123456

/netbsd/external/gpl3/gcc/dist/gcc/jit/
H A Djit-builtins.cc190 recording::type *t = get_type (type_id); in make_builtin_function()
331 builtins_manager::get_type (enum jit_builtin_type type_id) in get_type() function in gcc::jit::builtins_manager
469 case BT_VOID: return m_ctxt->get_type (GCC_JIT_TYPE_VOID); in make_primitive_type()
470 case BT_BOOL: return m_ctxt->get_type (GCC_JIT_TYPE_BOOL); in make_primitive_type()
471 case BT_INT: return m_ctxt->get_type (GCC_JIT_TYPE_INT); in make_primitive_type()
500 return m_ctxt->get_type (GCC_JIT_TYPE_COMPLEX_FLOAT); in make_primitive_type()
502 return m_ctxt->get_type (GCC_JIT_TYPE_COMPLEX_DOUBLE); in make_primitive_type()
533 return m_ctxt->get_type (GCC_JIT_TYPE_SIZE_T); in make_primitive_type()
574 param_types[i] = get_type (arg_type_id); in make_fn_type()
580 return_type = get_type (return_type_id); in make_fn_type()
[all …]
H A Djit-builtins.c190 recording::type *t = get_type (type_id); in make_builtin_function()
252 builtins_manager::get_type (enum jit_builtin_type type_id) in get_type() function
389 case BT_VOID: return m_ctxt->get_type (GCC_JIT_TYPE_VOID); in make_primitive_type()
390 case BT_BOOL: return m_ctxt->get_type (GCC_JIT_TYPE_BOOL); in make_primitive_type()
391 case BT_INT: return m_ctxt->get_type (GCC_JIT_TYPE_INT); in make_primitive_type()
393 case BT_LONG: return m_ctxt->get_type (GCC_JIT_TYPE_LONG); in make_primitive_type()
411 return m_ctxt->get_type (GCC_JIT_TYPE_COMPLEX_FLOAT); in make_primitive_type()
413 return m_ctxt->get_type (GCC_JIT_TYPE_COMPLEX_DOUBLE); in make_primitive_type()
467 param_types[i] = get_type (arg_type_id); in make_fn_type()
473 return_type = get_type (return_type_id); in make_fn_type()
[all …]
H A Dlibgccjit.c1389 a->get_type ()->unqualified () == b->get_type ()->unqualified (), in gcc_jit_context_new_binary_op()
1432 a->get_type ()->unqualified () == b->get_type ()->unqualified (), in gcc_jit_context_new_comparison()
1499 arg->get_type ()), in gcc_jit_context_new_call()
1588 arg->get_type ()), in gcc_jit_context_new_call_through_ptr()
1756 struct_->get_type (); in gcc_jit_lvalue_access_field()
1788 struct_->get_type (); in gcc_jit_rvalue_access_field()
1816 ptr->get_type ()->is_pointer (); in gcc_jit_rvalue_dereference_field()
1964 rvalue->get_type ()), in gcc_jit_block_add_assignment()
2010 rvalue->get_type ()), in gcc_jit_block_add_assignment_op()
2168 rvalue->get_type ()), in gcc_jit_block_end_with_return()
[all …]
H A Dlibgccjit.cc1522 f->get_type ()), in gcc_jit_context_new_struct_constructor()
1623 field->get_type ()), in gcc_jit_context_new_union_constructor()
1776 global->get_type (), in gcc_jit_global_set_initializer_rvalue()
2193 a->get_type ()->unqualified () == b->get_type ()->unqualified (), in gcc_jit_context_new_comparison()
2260 arg->get_type ()), in gcc_jit_context_new_call()
2349 arg->get_type ()), in gcc_jit_context_new_call_through_ptr()
2539 struct_->get_type (); in gcc_jit_lvalue_access_field()
2571 struct_->get_type (); in gcc_jit_rvalue_access_field()
2824 rvalue->get_type ()), in gcc_jit_block_add_assignment()
2870 rvalue->get_type ()), in gcc_jit_block_add_assignment_op()
[all …]
H A Dlibgccjit++.h143 type get_type (enum gcc_jit_types kind);
486 type get_type ();
787 context::get_type (enum gcc_jit_types kind) in get_type() function
1759 rvalue::get_type () in get_type() function
2034 return a.get_context ().new_minus (a.get_type (), a);
2048 return a.get_context ().new_plus (a.get_type (), a, b);
2052 return a.get_context ().new_minus (a.get_type (), a, b);
2056 return a.get_context ().new_mult (a.get_type (), a, b);
2060 return a.get_context ().new_divide (a.get_type (), a, b);
2064 return a.get_context ().new_modulo (a.get_type (), a, b);
[all …]
H A Djit-recording.cc807 return get_type (is_signed in get_int_type()
811 return get_type (is_signed in get_int_type()
815 return get_type (is_signed in get_int_type()
819 return get_type (is_signed in get_int_type()
823 return get_type (is_signed in get_int_type()
827 return get_type (is_signed in get_int_type()
5456 type *type = get_type (); in write_reproducer()
5551 type *type = get_type (); in replay_into()
5566 get_type ()->playback_type (), in replay_into()
5586 get_type ()->playback_type (), in replay_into()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-builtins.c190 recording::type *t = get_type (type_id); in make_builtin_function()
252 builtins_manager::get_type (enum jit_builtin_type type_id) in get_type() function
389 case BT_VOID: return m_ctxt->get_type (GCC_JIT_TYPE_VOID); in make_primitive_type()
390 case BT_BOOL: return m_ctxt->get_type (GCC_JIT_TYPE_BOOL); in make_primitive_type()
391 case BT_INT: return m_ctxt->get_type (GCC_JIT_TYPE_INT); in make_primitive_type()
393 case BT_LONG: return m_ctxt->get_type (GCC_JIT_TYPE_LONG); in make_primitive_type()
411 return m_ctxt->get_type (GCC_JIT_TYPE_COMPLEX_FLOAT); in make_primitive_type()
413 return m_ctxt->get_type (GCC_JIT_TYPE_COMPLEX_DOUBLE); in make_primitive_type()
467 param_types[i] = get_type (arg_type_id); in make_fn_type()
473 return_type = get_type (return_type_id); in make_fn_type()
[all …]
H A Dlibgccjit.c1389 a->get_type ()->unqualified () == b->get_type ()->unqualified (), in gcc_jit_context_new_binary_op()
1432 a->get_type ()->unqualified () == b->get_type ()->unqualified (), in gcc_jit_context_new_comparison()
1499 arg->get_type ()), in gcc_jit_context_new_call()
1588 arg->get_type ()), in gcc_jit_context_new_call_through_ptr()
1756 struct_->get_type (); in gcc_jit_lvalue_access_field()
1788 struct_->get_type (); in gcc_jit_rvalue_access_field()
1816 ptr->get_type ()->is_pointer (); in gcc_jit_rvalue_dereference_field()
1964 rvalue->get_type ()), in gcc_jit_block_add_assignment()
2010 rvalue->get_type ()), in gcc_jit_block_add_assignment_op()
2168 rvalue->get_type ()), in gcc_jit_block_end_with_return()
[all …]
H A Dlibgccjit++.h142 type get_type (enum gcc_jit_types kind);
461 type get_type ();
726 context::get_type (enum gcc_jit_types kind) in get_type() function
1659 rvalue::get_type () in get_type() function
1764 return a.get_context ().new_minus (a.get_type (), a);
1778 return a.get_context ().new_plus (a.get_type (), a, b);
1782 return a.get_context ().new_minus (a.get_type (), a, b);
1786 return a.get_context ().new_mult (a.get_type (), a, b);
1790 return a.get_context ().new_divide (a.get_type (), a, b);
1794 return a.get_context ().new_modulo (a.get_type (), a, b);
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.cc165 if (!(get_type () && other->get_type ())) in can_merge_p()
168 if (!types_compatible_p (get_type (), other->get_type ())) in can_merge_p()
375 int t1 = sval1->get_type () ? TYPE_UID (sval1->get_type ()) : -1; in cmp_ptr()
376 int t2 = sval2->get_type () ? TYPE_UID (sval2->get_type ()) : -1; in cmp_ptr()
911 if (get_type ()) in dump_to_pp()
918 if (get_type ()) in dump_to_pp()
1323 if (get_type ()) in dump_to_pp()
1337 if (get_type ()) in dump_to_pp()
1449 if (get_type ()) in dump_to_pp()
1462 if (get_type ()) in dump_to_pp()
[all …]
H A Dregion-model-manager.cc204 tree type_ = sval_->get_type (); \
301 reg->get_type ()); in get_or_create_initial_value()
402 if (arg->get_type () in maybe_fold_unaryop()
423 && region_sval->get_type () in maybe_fold_unaryop()
449 && type == unaryop->get_type () in maybe_fold_unaryop()
532 if (type == arg->get_type ()) in get_or_create_cast()
537 || (arg->get_type () in get_or_create_cast()
618 || (arg0->get_type () && FLOAT_TYPE_P (arg0->get_type ())) in maybe_fold_binop()
619 || (arg1->get_type () && FLOAT_TYPE_P (arg1->get_type ()))) in maybe_fold_binop()
732 && type == binop->get_type () in maybe_fold_binop()
[all …]
H A Dregion.cc308 tree type = get_type (); in get_byte_size()
326 tree type = get_type (); in get_byte_size_sval()
372 tree type = get_type (); in get_bit_size()
426 switch (TREE_CODE (get_type ())) in get_subregions_for_binding()
1019 (sval_ptr->get_type () in symbolic_region()
1020 ? TREE_TYPE (sval_ptr->get_type ()) in symbolic_region()
1050 if (get_type ()) in dump_to_pp()
1053 print_quoted_type (pp, get_type ()); in dump_to_pp()
1075 print_quoted_type (pp, get_type ()); in dump_to_pp()
1282 print_quoted_type (pp, get_type ()); in dump_to_pp()
[all …]
H A Dstore.cc620 if (tree t = value->get_type ()) in dump_to_pp()
886 tree sval_type = sval->get_type (); in apply_ctor_pair_to_child_region()
1419 iter_sval->get_type ())); in purge_state_involving()
1461 && sval->get_type () in get_binding()
1462 && reg->get_type () in get_binding()
1463 && sval->get_type () != reg->get_type ()) in get_binding()
1471 if (sval->get_type () in get_binding()
1472 && reg->get_type () in get_binding()
1473 && sval->get_type () == reg->get_type ()) in get_binding()
1884 (iter_sval->get_type ()); in make_unknown_relative_to()
[all …]
H A Dregion-model.cc1013 && sval->get_type () in check_for_poison()
2925 if ((lhs->get_type () && FLOAT_TYPE_P (lhs->get_type ())) in eval_condition()
2926 || (rhs->get_type () && FLOAT_TYPE_P (rhs->get_type ()))) in eval_condition()
2956 if ((lhs->get_type () && FLOAT_TYPE_P (lhs->get_type ())) in eval_condition_without_cm()
2957 || (rhs->get_type () && FLOAT_TYPE_P (rhs->get_type ()))) in eval_condition_without_cm()
3376 sval->get_type (), in get_representative_path_var_1()
3509 reg->get_type (), in get_representative_path_var_1()
3527 reg->get_type (), in get_representative_path_var_1()
3547 reg->get_type (), in get_representative_path_var_1()
3570 reg->get_type (), in get_representative_path_var_1()
[all …]
H A Dregion-model-reachability.cc179 if (ptr->get_type () in handle_sval()
180 && TREE_CODE (ptr->get_type ()) == POINTER_TYPE in handle_sval()
181 && TYPE_READONLY (TREE_TYPE (ptr->get_type ()))) in handle_sval()
/netbsd/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dder.c93 get_type(const char *name, const char *list[], unsigned len) in get_type() function
115 return get_type(name, class_names, SIZEOF_ARRAY(class_names)); in der_get_class_num()
129 return get_type(name, type_names, SIZEOF_ARRAY(type_names)); in der_get_type_num()
143 return get_type(name, tag_names, SIZEOF_ARRAY(tag_names)); in der_get_tag_num()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DHistable.h107 virtual Type get_type () = 0;
150 get_type () in get_type() function
169 get_type () in get_type() function
207 get_type () in get_type() function
279 get_type () in get_type() function
H A DHist_data.cc82 Histable::Type type = hi_1->obj->get_type (); in sort_compare()
231 if (m->get_type () != Metric::ONAME) in sort_compare_all()
545 if (mlist->get_type () != metrics->get_type ()) in resort()
546 if (metrics->get_type () == MET_CALL) in resort()
583 if (metrics->get_type () == MET_SRCDIS in compute_minmax()
848 if ((i > 0) && (m->get_type () == Metric::ONAME)) in print_label()
925 if (m->get_type () == BaseMetric::ONAME) in print_row()
968 if (m->get_type () == BaseMetric::ONAME) in get_real_value()
1007 if (m->get_type () == BaseMetric::ONAME) in get_value()
1815 switch (get_type ()) in type_to_string()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut01-hello-world.cc35 gccjit::type void_type = ctxt.get_type (GCC_JIT_TYPE_VOID); in create_code()
37 ctxt.get_type (GCC_JIT_TYPE_CONST_CHAR_PTR); in create_code()
54 ctxt.get_type (GCC_JIT_TYPE_INT), in create_code()
/netbsd/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Dtut01-hello-world.cc35 gccjit::type void_type = ctxt.get_type (GCC_JIT_TYPE_VOID); in create_code()
37 ctxt.get_type (GCC_JIT_TYPE_CONST_CHAR_PTR); in create_code()
54 ctxt.get_type (GCC_JIT_TYPE_INT), in create_code()
/netbsd/external/bsd/pdisk/dist/
H A Dpdisk.c128 void do_create_partition(partition_map_header *map, int get_type);
529 int get_type; in edit() local
548 get_type = 0; in edit()
597 get_type = 1; in edit()
600 do_create_partition(map, get_type); in edit()
671 do_create_partition(partition_map_header *map, int get_type) in do_create_partition() argument
697 if (get_type == 0) { in do_create_partition()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.h59 virtual cluster_type get_type () = 0;
132 get_type () in get_type() function
247 get_type () in get_type() function
349 get_type () in get_type() function
/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc412 if (child->get_type ()) in get_child_sid()
1026 if (sval->get_type ()) in set_value()
1030 if (sval->get_type ()) in set_value()
4568 if (ptr->get_type () in add()
4676 reg->get_type (), in handle_unrecognized_call()
5501 if ((lhs->get_type () && FLOAT_TYPE_P (lhs->get_type ())) in eval_condition()
5502 || (rhs->get_type () && FLOAT_TYPE_P (rhs->get_type ()))) in eval_condition()
5536 if ((lhs->get_type () && FLOAT_TYPE_P (lhs->get_type ())) in eval_condition_without_cm()
5537 || (rhs->get_type () && FLOAT_TYPE_P (rhs->get_type ()))) in eval_condition_without_cm()
5936 reg->get_type (), in get_representative_path_var()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dchained-calls.cc163 type get_type ();
188 U::get_type () in get_type() function in U
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dchained-calls.cc163 type get_type ();
188 U::get_type () in get_type() function in U

123456