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

/freebsd-10.0-release/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.c303 switch (option->var_type)
317 if ((value != 0) == (option->var_type == CLVC_BIT_SET))
710 if (cl_options[option_index].var_type == CLVC_BOOLEAN
1418 switch (option->var_type)
1447 switch (cl_options[option].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.c1982 tree var_type = TREE_TYPE (var); local
1987 ipa_type_escape_star_count_of_interesting_type (var_type) >= 0)
2009 if (ipa_type_escape_field_does_not_clobber_p (var_type,
H A Dtree-ssa-loop-ivopts.c5617 tree var_type = TREE_TYPE (var); local
5620 bound = fold_convert (var_type, bound);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp60 Type *var_type = m_variable_sp->GetType(); local
61 if (var_type)
62 return var_type->GetClangForwardType();
69 Type * var_type = m_variable_sp->GetType(); local
70 if (var_type)
71 return var_type->GetName();
78 Type * var_type = m_variable_sp->GetType(); local
79 if (var_type)
80 return var_type->GetQualifiedName();
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/contrib/atf/atf-c++/detail/
H A Dparser_test.cpp173 static const atf::parser::token_type var_type = 3; member in namespace:keywords
183 add_keyword("var", var_type);
538 EXPECT(mt, var_type, "var");
574 EXPECT(mt, var_type, "var");
598 EXPECT(mt, var_type, "var");
607 EXPECT(mt, var_type, "var");
620 EXPECT(mt, var_type, "var");
/freebsd-10.0-release/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-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1403 Type *var_type = var->GetType(); local
1405 if (!var_type)
1412 ClangASTType var_clang_type = var_type->GetClangFullType();
1422 ASTContext *ast = var_type->GetClangASTContext().getASTContext();
1683 QualType var_type = var_decl->getType(); local
1684 TypeFromParser parser_type(var_type.getAsOpaquePtr(), &var_decl->getASTContext());
1686 lldb::clang_type_t copied_type = m_ast_importer->CopyType(scratch_ast_context, &var_decl->getASTContext(), var_type.getAsOpaquePtr());
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTType.h465 const ClangASTType &var_type,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp4507 const ClangASTType &var_type,
4512 if (!IsValid() || !var_type.IsValid())
4523 var_type.GetQualType(), // Variable QualType
4506 AddVariableToRecordType(const char *name, const ClangASTType &var_type, AccessType access) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1890 Type *var_type = ResolveTypeUID(encoding_uid); local
1892 if (var_type)
1897 var_type->GetClangLayoutType(),

Completed in 224 milliseconds