OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:assigner
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
ada-lang.c
9375
ada_aggregate_component::assign (aggregate_assigner &
assigner
)
9379
value *base = m_base->evaluate (nullptr,
assigner
.exp, EVAL_NORMAL);
9382
if (!types_deeply_equal (
assigner
.container->type (), base->type ()))
9384
value_assign_to_component (
assigner
.container,
assigner
.container,
9389
item->assign (
assigner
);
9418
aggregate_assigner
assigner
;
9432
assigner
.low = lhs_type->bounds ()->low.const_val ();
9433
assigner
.high = lhs_type->bounds ()->high.const_val ();
9437
assigner
.low = 0
9404
aggregate_
assigner
assigner
;
local
[
all
...]
ada-lang.c
9375
ada_aggregate_component::assign (aggregate_assigner &
assigner
)
9379
value *base = m_base->evaluate (nullptr,
assigner
.exp, EVAL_NORMAL);
9382
if (!types_deeply_equal (
assigner
.container->type (), base->type ()))
9384
value_assign_to_component (
assigner
.container,
assigner
.container,
9389
item->assign (
assigner
);
9418
aggregate_assigner
assigner
;
9432
assigner
.low = lhs_type->bounds ()->low.const_val ();
9433
assigner
.high = lhs_type->bounds ()->high.const_val ();
9437
assigner
.low = 0
9404
aggregate_
assigner
assigner
;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c
9410
ada_aggregate_component::assign (aggregate_assigner &
assigner
)
9414
value *base = m_base->evaluate (nullptr,
assigner
.exp, EVAL_NORMAL);
9417
if (!types_deeply_equal (
assigner
.container->type (), base->type ()))
9419
value_assign_to_component (
assigner
.container,
assigner
.container,
9424
item->assign (
assigner
);
9453
aggregate_assigner
assigner
;
9467
assigner
.low = lhs_type->bounds ()->low.const_val ();
9468
assigner
.high = lhs_type->bounds ()->high.const_val ();
9472
assigner
.low = 0
9439
aggregate_
assigner
assigner
;
local
[
all
...]
ada-lang.c
9410
ada_aggregate_component::assign (aggregate_assigner &
assigner
)
9414
value *base = m_base->evaluate (nullptr,
assigner
.exp, EVAL_NORMAL);
9417
if (!types_deeply_equal (
assigner
.container->type (), base->type ()))
9419
value_assign_to_component (
assigner
.container,
assigner
.container,
9424
item->assign (
assigner
);
9453
aggregate_assigner
assigner
;
9467
assigner
.low = lhs_type->bounds ()->low.const_val ();
9468
assigner
.high = lhs_type->bounds ()->high.const_val ();
9472
assigner
.low = 0
9439
aggregate_
assigner
assigner
;
local
[
all
...]
Completed in 69 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026