OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base_type_result
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc
13247
dw_die_ref
base_type_result
;
13358
base_type_result
= new_die_raw (DW_TAG_base_type);
13360
add_AT_unsigned (
base_type_result
, DW_AT_byte_size,
13362
add_AT_unsigned (
base_type_result
, DW_AT_encoding, encoding);
13364
add_AT_unsigned (
base_type_result
, DW_AT_bit_size, TYPE_PRECISION (type));
13367
add_AT_unsigned (
base_type_result
, DW_AT_endianity,
13370
add_alignment_attribute (
base_type_result
, type);
13377
add_AT_int (
base_type_result
, DW_AT_binary_scale,
13382
add_AT_int (
base_type_result
, DW_AT_decimal_scale,
13401
add_AT_die_ref (
base_type_result
, DW_AT_small, scale_factor)
13234
dw_die_ref
base_type_result
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc
13205
dw_die_ref
base_type_result
;
13303
base_type_result
= new_die_raw (DW_TAG_base_type);
13305
add_AT_unsigned (
base_type_result
, DW_AT_byte_size,
13307
add_AT_unsigned (
base_type_result
, DW_AT_encoding, encoding);
13310
add_AT_unsigned (
base_type_result
, DW_AT_endianity,
13313
add_alignment_attribute (
base_type_result
, type);
13320
add_AT_int (
base_type_result
, DW_AT_binary_scale,
13325
add_AT_int (
base_type_result
, DW_AT_decimal_scale,
13344
add_AT_die_ref (
base_type_result
, DW_AT_small, scale_factor);
13354
add_scalar_info (
base_type_result
, DW_AT_GNU_bias, type_bias
13192
dw_die_ref
base_type_result
;
local
[
all
...]
Completed in 43 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026