OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:discr_value
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
gdbtypes.c
2589
std::optional<ULONGEST>
discr_value
;
2599
discr_value
= unpack_field_as_long (type, addr_stack->valaddr.data (),
2618
discr_value
= unpack_bits_as_long (type->field (idx).type (),
2630
else if (
discr_value
.has_value ()
2631
&& variant.matches (*
discr_value
, part.is_unsigned))
2588
std::optional<ULONGEST>
discr_value
;
local
/src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c
2554
std::optional<ULONGEST>
discr_value
;
2564
discr_value
= unpack_field_as_long (type, addr_stack->valaddr.data (),
2583
discr_value
= unpack_bits_as_long (type->field (idx).type (),
2595
else if (
discr_value
.has_value ()
2596
&& variant.matches (*
discr_value
, part.is_unsigned))
2553
std::optional<ULONGEST>
discr_value
;
local
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026