| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-builtins.cc | 190 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() 472 case BT_UINT: return m_ctxt->get_type (GCC_JIT_TYPE_UNSIGNED_INT); in make_primitive_type() 473 case BT_LONG: return m_ctxt->get_type (GCC_JIT_TYPE_LONG); in make_primitive_type() 474 case BT_ULONG: return m_ctxt->get_type (GCC_JIT_TYPE_UNSIGNED_LONG); in make_primitive_type() 475 case BT_LONGLONG: return m_ctxt->get_type (GCC_JIT_TYPE_LONG_LONG); in make_primitive_type() 477 return m_ctxt->get_type (GCC_JIT_TYPE_UNSIGNED_LONG_LONG); in make_primitive_type() [all …]
|
| H A D | libgccjit.cc | 474 return (gcc_jit_type *)ctxt->get_type (type); in gcc_jit_context_get_type() 1214 params[i]->get_type ()->get_debug_string (), in gcc_jit_context_new_function() 1473 gcc::jit::recording::type *rv_type = rv ? rv->get_type () : nullptr; in gcc_jit_context_new_struct_constructor() 1522 f->get_type ()), in gcc_jit_context_new_struct_constructor() 1529 f->get_type ()->get_debug_string (), in gcc_jit_context_new_struct_constructor() 1540 get_field (i)->get_type ()), in gcc_jit_context_new_struct_constructor() 1547 fields_struct->get_field (i)->get_type ()->get_debug_string (), in gcc_jit_context_new_struct_constructor() 1603 gcc::jit::recording::type *rv_type = value->get_type (); in gcc_jit_context_new_union_constructor() 1623 field->get_type ()), in gcc_jit_context_new_union_constructor() 1629 field->get_type ()->get_debug_string (), in gcc_jit_context_new_union_constructor() [all …]
|
| H A D | jit-recording.cc | 772 recording::context::get_type (enum gcc_jit_types kind) in get_type() function in gcc::jit::recording::context 777 m_basic_types[kind] = m_parent_ctxt->get_type (kind); in get_type() 807 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() 2412 return m_ctxt->get_type (GCC_JIT_TYPE_VOID); in dereference() 2446 return m_ctxt->get_type (GCC_JIT_TYPE_CHAR)->get_const (); in dereference() [all …]
|
| H A D | libgccjit++.h | 143 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); 2038 return a.get_context ().new_bitwise_negate (a.get_type (), a); 2042 return a.get_context ().new_logical_negate (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); [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-builtins.c | 190 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() 392 case BT_UINT: return m_ctxt->get_type (GCC_JIT_TYPE_UNSIGNED_INT); in make_primitive_type() 393 case BT_LONG: return m_ctxt->get_type (GCC_JIT_TYPE_LONG); in make_primitive_type() 394 case BT_ULONG: return m_ctxt->get_type (GCC_JIT_TYPE_UNSIGNED_LONG); in make_primitive_type() 395 case BT_LONGLONG: return m_ctxt->get_type (GCC_JIT_TYPE_LONG_LONG); in make_primitive_type() 397 return m_ctxt->get_type (GCC_JIT_TYPE_UNSIGNED_LONG_LONG); in make_primitive_type() [all …]
|
| H A D | libgccjit.c | 450 return (gcc_jit_type *)ctxt->get_type (type); in gcc_jit_context_get_type() 932 params[i]->get_type ()->get_debug_string (), in gcc_jit_context_new_function() 1152 return static_cast <gcc_jit_type *> (rvalue->get_type ()); in gcc_jit_rvalue_get_type() 1389 a->get_type ()->unqualified () == b->get_type ()->unqualified (), in gcc_jit_context_new_binary_op() 1394 a->get_type ()->get_debug_string (), in gcc_jit_context_new_binary_op() 1396 b->get_type ()->get_debug_string ()); in gcc_jit_context_new_binary_op() 1432 a->get_type ()->unqualified () == b->get_type ()->unqualified (), in gcc_jit_context_new_comparison() 1437 a->get_type ()->get_debug_string (), in gcc_jit_context_new_comparison() 1439 b->get_type ()->get_debug_string ()); in gcc_jit_context_new_comparison() 1495 param->get_type ()->get_debug_string ()); in gcc_jit_context_new_call() [all …]
|
| H A D | libgccjit++.h | 142 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); 1768 return a.get_context ().new_bitwise_negate (a.get_type (), a); 1772 return a.get_context ().new_logical_negate (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); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | svalue.cc | 165 if (!(get_type () && other->get_type ())) in can_merge_p() 168 if (!types_compatible_p (get_type (), other->get_type ())) in can_merge_p() 184 if (POINTER_TYPE_P (get_type ())) in can_merge_p() 210 return mgr->get_or_create_widening_svalue (other->get_type (), in can_merge_p() 223 return mgr->get_or_create_widening_svalue (other->get_type (), in can_merge_p() 275 return mgr->get_or_create_unknown_svalue (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() 723 print_quoted_type (pp, get_type ()); in dump_to_pp() 813 dump_tree (pp, get_type ()); in dump_to_pp() [all …]
|
| H A D | region-model-manager.cc | 204 tree type_ = sval_->get_type (); \ 301 reg->get_type ()); in get_or_create_initial_value() 307 return get_or_create_cast (cast_reg->get_type (), in get_or_create_initial_value() 313 return get_or_create_unknown_svalue (reg->get_type ()); in get_or_create_initial_value() 317 initial_svalue *initial_sval = new initial_svalue (reg->get_type (), reg); in get_or_create_initial_value() 364 if (ptr_type == sym_reg->get_pointer ()->get_type ()) in get_ptr_svalue() 402 if (arg->get_type () in maybe_fold_unaryop() 403 && useless_type_conversion_p (arg->get_type (), type)) in maybe_fold_unaryop() 411 tree inner_type = arg->get_type (); in maybe_fold_unaryop() 423 && region_sval->get_type () in maybe_fold_unaryop() [all …]
|
| H A D | region.cc | 308 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() 418 if (get_type () == NULL_TREE || type == NULL_TREE) in get_subregions_for_binding() 421 && types_compatible_p (get_type (), type)) in get_subregions_for_binding() 426 switch (TREE_CODE (get_type ())) in get_subregions_for_binding() 430 tree element_type = TREE_TYPE (get_type ()); in get_subregions_for_binding() 456 if (tree field = get_field_at_bit_offset (get_type (), in get_subregions_for_binding() 469 for (tree field = TYPE_FIELDS (get_type ()); field != NULL_TREE; in get_subregions_for_binding() 1019 (sval_ptr->get_type () in symbolic_region() [all …]
|
| H A D | store.cc | 620 if (tree t = value->get_type ()) in dump_to_pp() 735 TREE_TYPE (parent_reg->get_type ()), in get_subregion_within_ctor() 769 tree parent_type = parent_reg->get_type (); in apply_ctor_to_region() 886 tree sval_type = sval->get_type (); in apply_ctor_pair_to_child_region() 1357 = sval_mgr->get_or_create_repeated_svalue (reg->get_type (), in fill_region() 1394 = sval_mgr->get_or_create_unknown_svalue (reg_to_bind->get_type ()); in mark_region_as_unknown() 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() [all …]
|
| H A D | region-model.cc | 1013 && sval->get_type () in check_for_poison() 1014 && is_empty_type (sval->get_type ())) in check_for_poison() 1047 sval = m_mgr->get_or_create_unknown_svalue (sval->get_type ()); in check_for_poison() 1958 = m_mgr->get_or_create_setjmp_svalue (r, buf_reg->get_type ()); in on_setjmp() 2188 assert_compat_types (result_reg->get_type (), TREE_TYPE (pv.m_tree)); in get_lvalue() 2330 assert_compat_types (result_sval->get_type (), TREE_TYPE (pv.m_tree)); in get_rvalue() 2382 return m_mgr->get_or_create_unknown_svalue (reg->get_type ()); in get_initial_value_for_global() 2405 if (reg->get_type ()) in get_initial_value_for_global() 2406 sval = m_mgr->get_or_create_cast (reg->get_type (), in get_initial_value_for_global() 2437 if (reg->get_type ()) in get_store_value() [all …]
|
| H A D | region-model-reachability.cc | 179 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()
|
| H A D | sm.cc | 62 if (!sval->get_type ()) in any_pointer_p() 64 return POINTER_TYPE_P (sval->get_type ()); in any_pointer_p()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | der.c | 93 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-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Histable.h | 107 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 D | Hist_data.cc | 82 Histable::Type type = hi_1->obj->get_type (); in sort_compare() 231 if (m->get_type () != Metric::ONAME) in sort_compare_all() 247 if (result == 0 && hi_1->obj->get_type () == Histable::FUNCTION) in sort_compare_all() 375 if (m->is_tvisible () && m->get_type () == BaseMetric::HWCNTR in Hist_data() 510 Metric::Type mtype = metrics->get_items ()->fetch (ind)->get_type (); in sort() 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() 605 if (metrics->get_type () == MET_SRCDIS && callsite_mark->get (hi->obj)) in compute_minmax() 640 if (metrics->get_type () == MET_SRCDIS && callsite_mark->get (hi->obj)) in compute_minmax() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Histable.h | 107 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 D | Hist_data.cc | 82 Histable::Type type = hi_1->obj->get_type (); in sort_compare() 231 if (m->get_type () != Metric::ONAME) in sort_compare_all() 247 if (result == 0 && hi_1->obj->get_type () == Histable::FUNCTION) in sort_compare_all() 375 if (m->is_tvisible () && m->get_type () == BaseMetric::HWCNTR in Hist_data() 510 Metric::Type mtype = metrics->get_items ()->fetch (ind)->get_type (); in sort() 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() 605 if (metrics->get_type () == MET_SRCDIS && callsite_mark->get (hi->obj)) in compute_minmax() 640 if (metrics->get_type () == MET_SRCDIS && callsite_mark->get (hi->obj)) in compute_minmax() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
| H A D | tut01-hello-world.cc | 35 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-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
| H A D | tut01-hello-world.cc | 35 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-src/external/bsd/pdisk/dist/ |
| H A D | pdisk.c | 128 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-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-switch-conversion.h | 59 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-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | region-model.cc | 412 if (child->get_type ()) in get_child_sid() 413 new_child_value->m_type = child->get_type (); in get_child_sid() 745 svalue *unknown_sval = new unknown_svalue (child->get_type ()); in get_child_sid() 1026 if (sval->get_type ()) in set_value() 1030 if (sval->get_type ()) in set_value() 1031 gcc_assert (m_type == sval->get_type ()); in set_value() 1096 = model.add_svalue (new unknown_svalue (parent->get_type ())); in become_active_view() 1143 m_sval_id = model.add_svalue (new unknown_svalue (get_type ())); in deactivate_view() 1302 src_field_reg->get_type (), ctxt); in copy_struct_region() 1319 tree type = src_active_view->get_type (); in copy_union_region() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-switch-conversion.h | 59 virtual cluster_type get_type () = 0; 133 get_type () in get_type() function 264 get_type () in get_type() function 369 get_type () in get_type() function
|