HomeSort by: relevance | last modified time | path
    Searched defs:val_type (Results 1 - 18 of 18) sorted by relevancy

  /src/external/lgpl3/gmp/dist/
gmpxx.h 2330 typedef __gmp_expr<T, T> val_type; typedef in class:__gmp_expr
2332 __gmp_unary_expr<val_type, Op> expr;
2334 explicit __gmp_expr(const val_type &val) : expr(val) { }
2337 const val_type & get_val() const { return expr.val; }
2348 typedef U val_type; typedef in class:__gmp_expr
2350 __gmp_unary_expr<val_type, Op> expr;
2352 explicit __gmp_expr(const val_type &val) : expr(val) { }
2355 const val_type & get_val() const { return expr.val; }
2366 typedef __gmp_expr<T, U> val_type; typedef in class:__gmp_expr
2368 __gmp_unary_expr<val_type, Op> expr
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
eval.c 2084 struct type *val_type;
2086 funaddr = find_function_addr (method, &val_type);
2090 val_type = check_typedef (val_type);
2092 if ((val_type == NULL)
2093 || (val_type->code () == TYPE_CODE_ERROR))
2096 val_type = expect_type;
2100 val_type);
2082 struct type *val_type; local
f-lang.c 708 struct type *val_type = check_typedef (val->type ()); local
713 if (val_type->code () == TYPE_CODE_ARRAY
714 && (type_not_associated (val_type) || type_not_allocated (val_type)))
722 if (val_type->code () == TYPE_CODE_ARRAY)
723 ndimensions = calc_f77_array_dims (val_type);
747 if (!get_discrete_bounds (val_type->index_type (), &lbound, &ubound))
760 val_type = val_type->target_type ();
infcmd.c 1859 struct type * val_type
1866 val_type, nullptr, nullptr, nullptr);
1869 && val_type->code () != TYPE_CODE_VOID)
1870 sm->return_buf = gdbarch_get_return_buf_addr (gdbarch, val_type,
1854 struct type * val_type local
printcmd.c 1009 struct type *val_type = NULL;
1044 val_type = builtin_type (next_gdbarch)->builtin_int8;
1046 val_type = builtin_type (next_gdbarch)->builtin_int16;
1048 val_type = builtin_type (next_gdbarch)->builtin_int32;
1050 val_type = builtin_type (next_gdbarch)->builtin_int64;
1063 val_type = char_type;
1070 val_type = builtin_type (next_gdbarch)->builtin_int8;
1099 val_type->length (),
1104 next_address = addr - count * val_type->length ();
1111 ? next_address - val_type->length (
1006 struct type *val_type = NULL; local
    [all...]
value.c 1588 struct type *val_type = v->type ();
1592 cv_val->deprecated_set_type (make_cv_type (cnst, voltl, val_type, NULL));
1587 struct type *val_type = v->type (); local
ada-lang.c 9066 struct type *val_type = ada_check_typedef (v->type ());
9068 if (ada_type_name (val_type) == NULL)
9069 val_type->set_name (ada_type_name (type));
9052 struct type *val_type = ada_check_typedef (v->type ()); local
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-value.c 960 struct type *parent_type, *val_type; local
979 val_type = v->type ();
980 val_type = check_typedef (val_type);
981 if (val_type->is_pointer_or_reference ())
982 val_type = check_typedef (val_type->target_type ());
984 type_code = val_type->code ();
986 && types_equal (val_type, parent_type))
1128 struct type *val_type; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
eval.c 2071 struct type *val_type;
2073 funaddr = find_function_addr (method, &val_type);
2077 val_type = check_typedef (val_type);
2079 if ((val_type == NULL)
2080 || (val_type->code () == TYPE_CODE_ERROR))
2083 val_type = expect_type;
2087 val_type);
2069 struct type *val_type; local
f-lang.c 708 struct type *val_type = check_typedef (val->type ()); local
713 if (val_type->code () == TYPE_CODE_ARRAY
714 && (type_not_associated (val_type) || type_not_allocated (val_type)))
722 if (val_type->code () == TYPE_CODE_ARRAY)
723 ndimensions = calc_f77_array_dims (val_type);
747 if (!get_discrete_bounds (val_type->index_type (), &lbound, &ubound))
760 val_type = val_type->target_type ();
infcmd.c 1856 struct type * val_type
1863 val_type, nullptr, nullptr, nullptr);
1866 && val_type->code () != TYPE_CODE_VOID)
1867 sm->return_buf = gdbarch_get_return_buf_addr (gdbarch, val_type,
1851 struct type * val_type local
printcmd.c 1007 struct type *val_type = NULL;
1042 val_type = builtin_type (next_gdbarch)->builtin_int8;
1044 val_type = builtin_type (next_gdbarch)->builtin_int16;
1046 val_type = builtin_type (next_gdbarch)->builtin_int32;
1048 val_type = builtin_type (next_gdbarch)->builtin_int64;
1061 val_type = char_type;
1068 val_type = builtin_type (next_gdbarch)->builtin_int8;
1097 val_type->length (),
1102 next_address = addr - count * val_type->length ();
1109 ? next_address - val_type->length (
1004 struct type *val_type = NULL; local
1293 struct type *val_type = value->type (); local
    [all...]
value.c 1598 struct type *val_type = v->type ();
1602 cv_val->deprecated_set_type (make_cv_type (cnst, voltl, val_type, NULL));
1597 struct type *val_type = v->type (); local
ada-lang.c 9078 struct type *val_type = ada_check_typedef (v->type ());
9080 if (ada_type_name (val_type) == NULL)
9081 val_type->set_name (ada_type_name (type));
9064 struct type *val_type = ada_check_typedef (v->type ()); local
  /src/external/gpl3/gdb/dist/gdb/python/
py-value.c 938 struct type *parent_type, *val_type; local
957 val_type = v->type ();
958 val_type = check_typedef (val_type);
959 if (val_type->is_pointer_or_reference ())
960 val_type = check_typedef (val_type->target_type ());
962 type_code = val_type->code ();
964 && types_equal (val_type, parent_type))
1105 struct type *val_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 1394 tree val_type = TREE_TYPE (value); local
1395 if (param_type == val_type
1396 || useless_type_conversion_p (param_type, val_type)
expr.cc 7242 tree val_type = (CONSTRUCTOR_NELTS (exp) != 0
7245 if (VECTOR_TYPE_P (val_type))
7246 bitsize = tree_to_uhwi (TYPE_SIZE (val_type));
7228 tree val_type = (CONSTRUCTOR_NELTS (exp) != 0 local
  /src/external/gpl3/gcc/dist/gcc/
expr.cc 7953 tree val_type = (CONSTRUCTOR_NELTS (exp) != 0
7956 if (VECTOR_TYPE_P (val_type))
7957 bitsize = tree_to_uhwi (TYPE_SIZE (val_type));
7939 tree val_type = (CONSTRUCTOR_NELTS (exp) != 0 local

Completed in 120 milliseconds