Home
last modified time | relevance | path

Searched refs:PROP_CONST (Results 1 – 15 of 15) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Df-typeprint.c178 && PROP_CONST != TYPE_ASSOCIATED_PROP (type)->kind ()) in f_type_print_varspec_suffix()
180 && PROP_CONST != TYPE_ALLOCATED_PROP (type)->kind ()) in f_type_print_varspec_suffix()
182 && PROP_CONST != TYPE_DATA_LOCATION (type)->kind ())) in f_type_print_varspec_suffix()
382 if (type->bounds ()->high.kind () == PROP_CONST) in f_type_print_base()
H A Dgdbtypes.c889 case PROP_CONST:
1031 return (bounds->low.kind () == PROP_CONST in has_static_range()
1032 && bounds->high.kind () == PROP_CONST in has_static_range()
1033 && bounds->stride.kind () == PROP_CONST); in has_static_range()
1047 if (type->bounds ()->low.kind () != PROP_CONST) in get_discrete_low_bound()
1118 if (type->bounds ()->high.kind () != PROP_CONST) in get_discrete_high_bound()
1366 && byte_stride_prop->kind () == PROP_CONST) in create_array_type_with_stride()
2061 return (prop != NULL && prop->kind () != PROP_CONST); in array_type_has_dynamic_stride()
4316 return (prop != nullptr && prop->kind () == PROP_CONST in type_not_allocated()
4328 return (prop != nullptr && prop->kind () == PROP_CONST in type_not_associated()
[all …]
H A Dgdbtypes.h385 PROP_CONST, /* Constant. */ enumerator
441 gdb_assert (m_kind == PROP_CONST); in const_val()
448 m_kind = PROP_CONST; in set_const_val()
H A Dvalue.c1531 gdb_assert (PROP_CONST == TYPE_DATA_LOCATION_KIND (value_type (value))); in value_address()
1793 && TYPE_DATA_LOCATION_KIND (type) == PROP_CONST) in set_value_component_location()
1800 && TYPE_DATA_LOCATION_KIND (type) == PROP_CONST) in set_value_component_location()
3076 gdb_assert (PROP_CONST == TYPE_DATA_LOCATION_KIND (type)); in value_primitive_field()
3595 && TYPE_DATA_LOCATION_KIND (resolved_type_no_typedef) == PROP_CONST) in value_from_contents_and_address()
H A Dgdb-gdb.py.in190 if bnd_kind == "PROP_CONST":
H A Dada-lang.c659 if (high.kind () == PROP_CONST)
694 if (low.kind () == PROP_CONST)
10970 if (high.kind () == PROP_CONST)
/dports/devel/gdb/gdb-11.1/gdb/compile/
H A Dcompile-c-types.c47 if (range->bounds ()->low.kind () != PROP_CONST) in convert_array()
H A Dcompile-cplus-types.c459 if (range->bounds ()->low.kind () != PROP_CONST) in compile_cplus_convert_array()
/dports/devel/gdb/gdb-11.1/gdb/guile/
H A Dscm-type.c826 if (type->bounds ()->low.kind () == PROP_CONST) in gdbscm_type_range()
831 if (type->bounds ()->high.kind () == PROP_CONST) in gdbscm_type_range()
/dports/devel/gdb/gdb-11.1/gdb/python/
H A Dpy-type.c604 if (type->bounds ()->low.kind () == PROP_CONST) in typy_range()
609 if (type->bounds ()->high.kind () == PROP_CONST) in typy_range()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_generics.c1323 case PROP_CONST: in calculatePropRatio()
1361 case PROP_CONST: in calculatePropRatio()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_scene_types.h2085 #define PROP_CONST 5 macro
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dread.c15296 if (current_bounds->low.kind () == PROP_CONST
15297 && current_bounds->high.kind () == PROP_CONST)
18529 if (low.kind () == PROP_CONST && high.kind () == PROP_CONST)
18563 if (low.kind () == PROP_CONST
18566 if (high.kind () == PROP_CONST
H A Dloc.c2706 case PROP_CONST: in dwarf2_evaluate_property()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_scene.c126 {PROP_CONST, "CONSTANT", ICON_NOCURVE, "Constant", "Constant falloff"},