Home
last modified time | relevance | path

Searched defs:var_type (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectVariable.cpp70 Type *var_type = m_variable_sp->GetType(); in GetCompilerTypeImpl() local
77 Type *var_type = m_variable_sp->GetType(); in GetTypeName() local
84 Type *var_type = m_variable_sp->GetType(); in GetDisplayTypeName() local
91 Type *var_type = m_variable_sp->GetType(); in GetQualifiedTypeName() local
/openbsd-src/gnu/gcc/gcc/
H A Dopt-functions.awk119 function var_type(flags) function
H A Dopts.h52 enum cl_var_type var_type; member
H A Dcfgexpand.c1030 tree var_type = TREE_TYPE (var); in expand_used_vars() local
H A Dtree-ssa-alias.c1982 tree var_type = TREE_TYPE (var); in may_alias_p() local
H A Dgimplify.c2757 tree var, var_type, cref; in gimplify_init_ctor_eval_range() local
H A Dtree-ssa-loop-ivopts.c5617 tree var_type = TREE_TYPE (var); in rewrite_use_compare() local
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.h175 var_types var_type; member
H A Dcli-decode.c303 var_types var_type, in add_set_or_show_cmd()
331 var_types var_type, void *var, in add_setshow_cmd_full()
374 var_types var_type, in add_set_cmd()
/openbsd-src/usr.bin/rpcgen/
H A Drpc_svcout.c97 char *var_type; local
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-cmd-var.c49 enum varobj_type var_type; in mi_cmd_var_create() local
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dada-typeprint.c521 struct type *var_type, *par_type; in print_variant_clauses() local
H A Dada-valprint.c886 struct type *var_type = TYPE_FIELD_TYPE (type, field_num); in print_variant_part() local
H A Dada-lang.c5133 ada_variant_discrim_type (struct type *var_type, struct type *outer_type) in ada_variant_discrim_type()
5682 ada_which_variant_applies (struct type *var_type, struct type *outer_type, in ada_which_variant_applies()
6375 struct type *var_type; in to_fixed_variant_branch_type() local
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp579 if (Type *var_type = var_sp->GetType()) in GetValueForVariableExpressionPath() local
603 Type *var_type = variable_sp->GetType(); in GetValueForVariableExpressionPath() local
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.c511 tree var_type; in tree_code_create_variable() local
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c514 tree var_type; in tree_code_create_variable() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1491 Type *var_type = var->GetType(); in GetVariableValue() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2756 Type *var_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in ParseSingleMember() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7606 const CompilerType &var_type, AccessType access) { in AddVariableToRecordType()