/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | ValueObjectVariable.cpp | 70 Type *var_type = m_variable_sp->GetType(); in GetCompilerTypeImpl() local 71 if (var_type) in GetCompilerTypeImpl() 72 return var_type->GetForwardCompilerType(); in GetCompilerTypeImpl() 77 Type *var_type = m_variable_sp->GetType(); in GetTypeName() local 78 if (var_type) in GetTypeName() 79 return var_type->GetName(); in GetTypeName() 84 Type *var_type = m_variable_sp->GetType(); in GetDisplayTypeName() local 85 if (var_type) in GetDisplayTypeName() 91 Type *var_type = m_variable_sp->GetType(); in GetQualifiedTypeName() local 92 if (var_type) in GetQualifiedTypeName() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ada-typeprint.c | 521 struct type *var_type, *par_type; in print_variant_clauses() local 524 var_type = TYPE_FIELD_TYPE (type, field_num); in print_variant_clauses() 525 discr_type = ada_variant_discrim_type (var_type, outer_type); in print_variant_clauses() 527 if (TYPE_CODE (var_type) == TYPE_CODE_PTR) in print_variant_clauses() 529 var_type = TYPE_TARGET_TYPE (var_type); in print_variant_clauses() 530 if (var_type == NULL || TYPE_CODE (var_type) != TYPE_CODE_UNION) in print_variant_clauses() 534 par_type = ada_find_parallel_type (var_type, "___XVU"); in print_variant_clauses() 536 var_type = par_type; in print_variant_clauses() 538 for (i = 0; i < TYPE_NFIELDS (var_type); i += 1) in print_variant_clauses() 541 print_choices (var_type, i, stream, discr_type); in print_variant_clauses() [all …]
|
H A D | ada-valprint.c | 886 struct type *var_type = TYPE_FIELD_TYPE (type, field_num); in print_variant_part() local 887 int which = ada_which_variant_applies (var_type, outer_type, outer_valaddr); in print_variant_part() 893 (TYPE_FIELD_TYPE (var_type, which), in print_variant_part() 895 + TYPE_FIELD_BITPOS (var_type, which) / HOST_CHAR_BIT, in print_variant_part()
|
H A D | command.h | 216 var_types var_type, void *var,
|
H A D | ada-lang.c | 5135 char *name = ada_variant_discrim_name (var_type); in ada_variant_discrim_type() 5700 for (i = 0; i < TYPE_NFIELDS (var_type); i += 1) in ada_which_variant_applies() 5702 if (ada_is_others_clause (var_type, i)) in ada_which_variant_applies() 6375 struct type *var_type; in to_fixed_variant_branch_type() local 6378 var_type = TYPE_TARGET_TYPE (var_type0); in to_fixed_variant_branch_type() 6380 var_type = var_type0; in to_fixed_variant_branch_type() 6385 var_type = templ_type; in to_fixed_variant_branch_type() 6388 ada_which_variant_applies (var_type, in to_fixed_variant_branch_type() 6392 return empty_record (TYPE_OBJFILE (var_type)); in to_fixed_variant_branch_type() 6393 else if (is_dynamic_field (var_type, which)) in to_fixed_variant_branch_type() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/mi/ |
H A D | mi-cmd-var.c | 49 enum varobj_type var_type; in mi_cmd_var_create() local 77 var_type = USE_CURRENT_FRAME; in mi_cmd_var_create() 79 var_type = USE_SELECTED_FRAME; in mi_cmd_var_create() 82 var_type = USE_SPECIFIED_FRAME; in mi_cmd_var_create() 91 var = varobj_create (name, expr, frameaddr, var_type); in mi_cmd_var_create()
|
/openbsd/gnu/gcc/gcc/ |
H A D | opt-functions.awk | 119 function var_type(flags) function 152 if (var_type(flags) == "const char *")
|
H A D | optc-gen.awk | 95 print var_type(flags[i]) name init ";" 108 print "static " var_type(flags[i]) name ";"
|
H A D | opts.h | 52 enum cl_var_type var_type; member
|
H A D | opts.c | 326 switch (option->var_type) in handle_option() 340 if ((value != 0) == (option->var_type == CLVC_BIT_SET)) in handle_option() 733 if (cl_options[option_index].var_type == CLVC_BOOLEAN in common_handle_option() 1447 switch (option->var_type) in option_enabled() 1476 switch (cl_options[option].var_type) in get_option_state()
|
H A D | cfgexpand.c | 1030 tree var_type = TREE_TYPE (var); in expand_used_vars() local 1034 && (TREE_CODE (var_type) == ARRAY_TYPE in expand_used_vars() 1036 || ((TREE_CODE (var_type) == RECORD_TYPE in expand_used_vars() 1037 || TREE_CODE (var_type) == UNION_TYPE in expand_used_vars() 1038 || TREE_CODE (var_type) == QUAL_UNION_TYPE) in expand_used_vars() 1039 && record_or_union_type_has_array_p (var_type)))) in expand_used_vars()
|
H A D | opth-gen.awk | 71 print "extern " var_type(flags[i]) name ";"
|
H A D | gimplify.c | 2757 tree var, var_type, cref; in gimplify_init_ctor_eval_range() local 2763 var_type = TREE_TYPE (upper); in gimplify_init_ctor_eval_range() 2764 var = create_tmp_var (var_type, NULL); in gimplify_init_ctor_eval_range() 2765 append_to_statement_list (build2 (MODIFY_EXPR, var_type, var, lower), pre_p); in gimplify_init_ctor_eval_range() 2801 append_to_statement_list (build2 (MODIFY_EXPR, var_type, var, in gimplify_init_ctor_eval_range() 2802 build2 (PLUS_EXPR, var_type, var, in gimplify_init_ctor_eval_range() 2803 fold_convert (var_type, in gimplify_init_ctor_eval_range()
|
H A D | c-pragma.c | 721 if (cl_options[option_index].var_type == CLVC_BOOLEAN in handle_pragma_diagnostic()
|
H A D | tree-ssa-alias.c | 1982 tree var_type = TREE_TYPE (var); in may_alias_p() local 1987 ipa_type_escape_star_count_of_interesting_type (var_type) >= 0) in may_alias_p() 2009 if (ipa_type_escape_field_does_not_clobber_p (var_type, in may_alias_p()
|
/openbsd/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-decode.h | 175 var_types var_type; member 287 var_types var_type, void *var,
|
H A D | cli-decode.c | 180 c->var_type = var_boolean; in add_cmd() 303 var_types var_type, in add_set_or_show_cmd() argument 311 c->var_type = var_type; in add_set_or_show_cmd() 331 var_types var_type, void *var, in add_setshow_cmd_full() argument 356 set = add_set_or_show_cmd (name, set_cmd, class, var_type, var, in add_setshow_cmd_full() 360 show = add_set_or_show_cmd (name, show_cmd, class, var_type, var, in add_setshow_cmd_full() 374 var_types var_type, in add_set_cmd() argument 379 return add_set_or_show_cmd (name, set_cmd, class, var_type, var, doc, list); in add_set_cmd() 585 setcmd->var_type, setcmd->var, doc, list); in deprecated_add_show_from_set()
|
H A D | cli-setshow.c | 103 switch (c->var_type) in do_setshow_command() 275 switch (c->var_type) in do_setshow_command()
|
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | treetree.c | 511 tree var_type; in tree_code_create_variable() local 516 var_type = tree_code_get_type (expression_type); in tree_code_create_variable() 524 var_decl = build_decl (VAR_DECL, var_id, var_type); in tree_code_create_variable() 528 DECL_INITIAL (var_decl) = fold_convert (var_type, init); in tree_code_create_variable() 532 gcc_assert (TYPE_SIZE (var_type) != 0); /* Did not calculate size. */ in tree_code_create_variable() 563 TYPE_NAME (TREE_TYPE (var_decl)) = TYPE_NAME (var_type); in tree_code_create_variable()
|
/openbsd/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | treetree.c | 514 tree var_type; in tree_code_create_variable() local 519 var_type = get_type_for_numeric_type (expression_type); in tree_code_create_variable() 528 var_decl = build_decl (VAR_DECL, var_id, var_type); in tree_code_create_variable() 532 DECL_INITIAL (var_decl) = build1 (CONVERT_EXPR, var_type, init); in tree_code_create_variable() 539 if (TYPE_SIZE (var_type) == 0) in tree_code_create_variable()
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
H A D | ParseXS.pm | 1163 my ($var_type, $var_addr, $var_name) = /^(.*?[^&\s])\s*(\&?)\s*\b(\w+)$/s 1173 $self->{var_types}->{$var_name} = $var_type; 1178 if ($var_type =~ / \( \s* \* \s* \) /x) { 1180 print "\t" . map_type($self, $var_type, $var_name); 1184 print "\t" . map_type($self, $var_type, undef); 1190 my $typemap = $self->{typemap}->get_typemap(ctype => $var_type); 1191 $self->report_typemap_failure($self->{typemap}, $var_type, "death") 1208 type => $var_type, 1217 type => $var_type,
|
/openbsd/usr.bin/rpcgen/ |
H A D | rpc_svcout.c | 97 char *var_type; local 98 var_type = (nomain? "extern" : "static"); 99 fprintf(fout, "%s int _rpcpmstart;", var_type); 101 fprintf(fout, "%s int _rpcfdtype;", var_type); 104 fprintf(fout, "%s int _rpcsvcdirty;", var_type);
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | StackFrame.cpp | 579 if (Type *var_type = var_sp->GetType()) in GetValueForVariableExpressionPath() local 580 if (auto compiler_type = var_type->GetForwardCompilerType()) in GetValueForVariableExpressionPath() 603 Type *var_type = variable_sp->GetType(); in GetValueForVariableExpressionPath() local 604 if (!var_type) in GetValueForVariableExpressionPath() 607 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1491 Type *var_type = var->GetType(); in GetVariableValue() local 1493 if (!var_type) { in GetVariableValue() 1498 CompilerType var_clang_type = var_type->GetFullCompilerType(); in GetVariableValue() 1505 auto ts = var_type->GetForwardCompilerType().GetTypeSystem(); in GetVariableValue()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 2756 Type *var_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in ParseSingleMember() local 2758 if (var_type) { in ParseSingleMember() 2761 CompilerType ct = var_type->GetForwardCompilerType(); in ParseSingleMember()
|