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

/haiku-buildtools/gcc/gcc/c-family/
H A Dcilk.c672 tree var_type = TREE_TYPE (var), arg_type; local
697 (TREE_ADDRESSABLE (var_type)
705 || TREE_CODE (var_type) == ARRAY_TYPE
709 var_type = build_qualified_type (build_pointer_type (var_type),
711 gcc_assert (!TREE_ADDRESSABLE (var_type));
714 if (INTEGRAL_TYPE_P (var_type) && COMPLETE_TYPE_P (var_type)
715 && tree_int_cst_lt (TYPE_SIZE (var_type), TYPE_SIZE (integer_type_node)))
718 arg_type = var_type;
[all...]
/haiku-buildtools/gcc/gcc/
H A Dopth-gen.awk90 print "extern " var_type(flags[i]) name ";"
92 print " " var_type(flags[i]) "x_" name ";"
100 print " " var_type(flags[i]) "x_" name ";"
H A Dopt-functions.awk192 function var_type(flags) function
234 # "var_enum", "var_type" and "var_value" fields of its cl_options[] entry.
262 if (var_type(flags) == "const char *")
H A Dopts-common.c236 gcc_assert (option->var_type == CLVC_ENUM);
619 if (arg && (option->var_type == CLVC_ENUM))
1128 switch (option->var_type)
1151 if ((value != 0) == (option->var_type == CLVC_BIT_SET))
1230 switch (option->var_type)
1273 switch (cl_options[option].var_type)
1332 if (cl_options[opt_index].var_type == CLVC_BOOLEAN)
H A Dopts.h112 enum cl_var_type var_type; member in struct:cl_option
H A Dopts.c1101 && option->var_type != CLVC_DEFER)
1105 if (option->var_type == CLVC_STRING)
1112 else if (option->var_type == CLVC_ENUM)
1141 if (option->var_type == CLVC_ENUM
H A Doptc-save-gen.awk349 if (otype == var_type(flags[i]))
H A Dcfgexpand.c1699 tree var_type = TREE_TYPE (var); local
1701 && (TREE_CODE (var_type) == ARRAY_TYPE
1703 || (RECORD_OR_UNION_TYPE_P (var_type)
1704 && record_or_union_type_has_array_p (var_type))))
H A Dgimplify.c3512 tree var, var_type, cref, tmp;
3519 var_type = TREE_TYPE (upper);
3520 var = create_tmp_var (var_type);
3549 tmp = build2 (PLUS_EXPR, var_type, var,
3550 fold_convert (var_type, integer_one_node));
3509 tree var, var_type, cref, tmp; local
H A Dtree-ssa-loop-ivopts.c6644 tree var_type = TREE_TYPE (var); local
6653 bound = unshare_expr (fold_convert (var_type, bound));
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dparse.cc1782 Type* var_type = type; local
1783 if (var_type == NULL)
1784 var_type = Type::lookup_bool_type();
1785 Named_object* no = this->init_var(*p, var_type, NULL, is_coloneq, false,
1847 Type* var_type = type; local
1848 if (var_type == NULL)
1849 var_type = Type::lookup_bool_type();
1850 Named_object* no = this->init_var(*p, var_type, NULL, is_coloneq, false,
1904 Type* var_type = type; local
1905 if (var_type
[all...]
H A Dgogo.cc1314 Type* var_type = var->type(); local
1317 Expression::make_cast(var_type, init, var->location());
1319 init_cast->is_immutable() && !var_type->has_pointer();
4583 Type* var_type; local
4585 var_type = no->var_value()->type();
4587 var_type = no->result_var_value()->type();
4588 Type* field_type = Type::make_pointer_type(var_type);
5162 Type* var_type = (*p)->var_value()->type(); local
5164 new Variable(Type::make_pointer_type(var_type), NULL, false,
/haiku-buildtools/gcc/gcc/cp/
H A Dvtable-class-hierarchy.c1250 tree var_type = build_pointer_type (void_type_node); local
1254 get_identifier (var_name), var_type);
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c12718 tree var_type = (orig_qual_type && orig_qual_indirect == 0
12721 return var_type;
12678 tree var_type = (orig_qual_type && orig_qual_indirect == 0 local

Completed in 275 milliseconds