Searched refs:var_type (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp67 Type *var_type = m_variable_sp->GetType(); local
68 if (var_type)
69 return var_type->GetForwardCompilerType();
74 Type *var_type = m_variable_sp->GetType(); local
75 if (var_type)
76 return var_type->GetName();
81 Type *var_type = m_variable_sp->GetType(); local
82 if (var_type)
83 return var_type->GetForwardCompilerType().GetDisplayTypeName();
88 Type *var_type local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dopts.h52 enum cl_var_type var_type; member in struct:cl_option
H A Dopt-functions.awk119 function var_type(flags) function
152 if (var_type(flags) == "const char *")
H A Doptc-gen.awk95 print var_type(flags[i]) name init ";"
108 print "static " var_type(flags[i]) name ";"
H A Dopth-gen.awk71 print "extern " var_type(flags[i]) name ";"
H A Dopts.c567 switch (option->var_type)
581 if ((value != 0) == (option->var_type == CLVC_BIT_SET))
1059 if (cl_options[option_index].var_type == CLVC_BOOLEAN
1799 switch (option->var_type)
1828 switch (cl_options[option].var_type)
H A Dcfgexpand.c1012 tree var_type = TREE_TYPE (var); local
1016 && (TREE_CODE (var_type) == ARRAY_TYPE
1018 || ((TREE_CODE (var_type) == RECORD_TYPE
1019 || TREE_CODE (var_type) == UNION_TYPE
1020 || TREE_CODE (var_type) == QUAL_UNION_TYPE)
1021 && record_or_union_type_has_array_p (var_type))))
H A Dc-pragma.c721 if (cl_options[option_index].var_type == CLVC_BOOLEAN
H A Dgimplify.c2756 tree var, var_type, cref;
2762 var_type = TREE_TYPE (upper);
2763 var = create_tmp_var (var_type, NULL);
2764 append_to_statement_list (build2 (MODIFY_EXPR, var_type, var, lower), pre_p);
2800 append_to_statement_list (build2 (MODIFY_EXPR, var_type, var,
2801 build2 (PLUS_EXPR, var_type, var,
2802 fold_convert (var_type,
2755 tree var, var_type, cref; local
H A Dtree-ssa-alias.c1985 tree var_type = TREE_TYPE (var); local
1990 ipa_type_escape_star_count_of_interesting_type (var_type) >= 0)
2012 if (ipa_type_escape_field_does_not_clobber_p (var_type,
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_snprintf.c715 enum var_type_enum var_type = IS_INT; local
830 var_type = IS_QUAD;
842 var_type = IS_QUAD;
846 var_type = IS_QUAD;
850 var_type = IS_LONG;
854 var_type = IS_SHORT;
858 var_type = IS_INT;
874 if (var_type == IS_QUAD) {
880 if (var_type == IS_LONG)
882 else if (var_type
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-typeprint.c505 struct type *var_type;
508 var_type = TYPE_FIELD_TYPE (type, field_num);
509 discr_type = ada_variant_discrim_type (var_type, outer_type);
511 if (TYPE_CODE (var_type) == TYPE_CODE_PTR)
513 var_type = TYPE_TARGET_TYPE (var_type);
514 if (TYPE_FLAGS (var_type) & TYPE_FLAG_STUB)
516 var_type = ada_find_parallel_type (var_type, "___XVU");
517 if (var_type
504 struct type *var_type; local
[all...]
H A Dcommand.h215 var_types var_type, void *var,
224 var_types var_type, void *var,
235 var_types var_type, void *var,
H A Dada-lang.c5249 ada_variant_discrim_type (struct type *var_type, struct type *outer_type)
5251 char *name = ada_variant_discrim_name (var_type);
5655 ada_which_variant_applies (struct type *var_type, struct type *outer_type,
5662 char *discrim_name = ada_variant_discrim_name (var_type);
5673 for (i = 0; i < TYPE_NFIELDS (var_type); i += 1)
5675 if (ada_is_others_clause (var_type, i))
5677 else if (ada_in_variant (discrim_val, var_type, i))
6223 struct type *var_type;
6226 var_type = TYPE_TARGET_TYPE (var_type0);
6228 var_type
5238 ada_variant_discrim_type(struct type *var_type, struct type *outer_type) argument
5644 ada_which_variant_applies(struct type *var_type, struct type *outer_type, char *outer_valaddr) argument
6211 struct type *var_type; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.h175 var_types var_type; member in struct:cmd_list_element
287 var_types var_type, void *var,
H A Dcli-decode.c181 c->var_type = var_boolean;
304 var_types var_type,
312 c->var_type = var_type;
331 var_types var_type, void *var,
341 set = add_set_or_show_cmd (name, set_cmd, class, var_type, var,
345 show = add_set_or_show_cmd (name, show_cmd, class, var_type, var,
365 var_types var_type, void *var,
371 add_setshow_cmd_full (name, class, var_type, var, set_doc, show_doc,
379 var_types var_type,
300 add_set_or_show_cmd(char *name, enum cmd_types type, enum command_class class, var_types var_type, void *var, char *doc, struct cmd_list_element **list) argument
328 add_setshow_cmd_full(char *name, enum command_class class, var_types var_type, void *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list, struct cmd_list_element **set_result, struct cmd_list_element **show_result) argument
362 add_setshow_cmd(char *name, enum command_class class, var_types var_type, void *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
376 add_set_cmd(char *name, enum command_class class, var_types var_type, void *var, char *doc, struct cmd_list_element **list) argument
[all...]
H A Dcli-setshow.c105 switch (c->var_type)
255 error ("gdb internal error: bad var_type in do_setshow_command");
277 switch (c->var_type)
336 error ("gdb internal error: bad var_type in do_setshow_command");
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-cmd-var.c49 enum varobj_type var_type; local
78 var_type = USE_CURRENT_FRAME;
80 var_type = USE_SELECTED_FRAME;
83 var_type = USE_SPECIFIED_FRAME;
92 var = varobj_create (name, expr, frameaddr, var_type);
/freebsd-11-stable/lib/libmt/
H A Dmtlib.c119 entry->var_type = MT_TYPE_INT;
121 entry->var_type = MT_TYPE_UINT;
123 entry->var_type = MT_TYPE_STRING;
125 entry->var_type = MT_TYPE_NODE;
192 switch(entry->var_type) {
240 entry->value, entry->fmt, entry->size, entry->var_type,
395 switch(entry->var_type) {
457 if (entry->var_type == MT_TYPE_NODE)
483 if (entry->var_type == MT_TYPE_NODE)
H A Dmtlib.h60 mt_variable_type var_type; member in struct:mt_status_entry
/freebsd-11-stable/usr.bin/mt/
H A Dmt.c1086 switch (entry->var_type) {
1113 errx(1, "Unknown parameter type %d for %s", entry->var_type,
1270 if (((supported_entry->var_type == MT_TYPE_INT)
1272 || ((supported_entry->var_type == MT_TYPE_UINT)
1299 if (entry->var_type != MT_TYPE_UINT)
1302 entry->var_type);
1407 if (entry->var_type == MT_TYPE_NODE) {
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_svcout.c98 const char *var_type; local
99 var_type = (nomain? "extern" : "static");
100 f_print(fout, "%s int _rpcpmstart;", var_type);
103 f_print(fout, "%s int _rpcfdtype;", var_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1486 Type *var_type = var->GetType(); local
1488 if (!var_type) {
1494 CompilerType var_clang_type = var_type->GetFullCompilerType();
1503 var_type->GetForwardCompilerType().GetTypeSystem());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp582 Type *var_type = variable_sp->GetType(); local
583 if (!var_type)
586 if (!var_type->GetForwardCompilerType().IsAnonymousType())
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h772 const CompilerType &var_type,

Completed in 503 milliseconds

12