/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | ValueObjectVariable.cpp | 70 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 D | opt-functions.awk | 119 function var_type(flags) function
|
H A D | opts.h | 52 enum cl_var_type var_type; member
|
H A D | cfgexpand.c | 1030 tree var_type = TREE_TYPE (var); in expand_used_vars() local
|
H A D | tree-ssa-alias.c | 1982 tree var_type = TREE_TYPE (var); in may_alias_p() local
|
H A D | gimplify.c | 2757 tree var, var_type, cref; in gimplify_init_ctor_eval_range() local
|
H A D | tree-ssa-loop-ivopts.c | 5617 tree var_type = TREE_TYPE (var); in rewrite_use_compare() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-decode.h | 175 var_types var_type; member
|
H A D | cli-decode.c | 303 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 D | rpc_svcout.c | 97 char *var_type; local
|
/openbsd-src/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
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | ada-typeprint.c | 521 struct type *var_type, *par_type; in print_variant_clauses() local
|
H A D | ada-valprint.c | 886 struct type *var_type = TYPE_FIELD_TYPE (type, field_num); in print_variant_part() local
|
H A D | ada-lang.c | 5133 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 D | StackFrame.cpp | 579 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 D | treetree.c | 511 tree var_type; in tree_code_create_variable() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | treetree.c | 514 tree var_type; in tree_code_create_variable() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1491 Type *var_type = var->GetType(); in GetVariableValue() local
|
/openbsd-src/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
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 7606 const CompilerType &var_type, AccessType access) { in AddVariableToRecordType()
|