OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:enclosing_type
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
c-varobj.c
117
struct type *
enclosing_type
;
local
120
enclosing_type
= value_actual_type (*value, 1, &real_type_found);
123
*type =
enclosing_type
;
124
*value = value_cast (
enclosing_type
, *value);
value.h
305
When we store the entire object, `
enclosing_type
' is the run-time
312
If `type' is a pointer to an object, then `
enclosing_type
' is a
321
If we're not doing anything fancy, `
enclosing_type
' is equal to
325
struct type *
enclosing_type
() const
function in struct:value
453
int len = check_typedef (val->
enclosing_type
())->length ();
769
When we store the entire object, `
enclosing_type
' is the run-time
776
If `type' is a pointer to an object, then `
enclosing_type
' is a
785
If we're not doing anything fancy, `
enclosing_type
' is equal to
valops.c
1346
val->set_enclosing_type (fromval->
enclosing_type
());
1367
val = allocate_repeat_value (arg1->
enclosing_type
(), count);
1374
type_length_units (val->
enclosing_type
()));
1562
struct type *
enclosing_type
local
1563
= check_typedef (arg1->
enclosing_type
());
1565
= lookup_pointer_type (
enclosing_type
->target_type ());
1591
arg2->set_enclosing_type (lookup_pointer_type (arg1->
enclosing_type
()));
1651
enc_type = check_typedef (arg1->
enclosing_type
());
1699
typelength = type_length_units (elemvec[0]->
enclosing_type
());
1702
if (type_length_units (other->
enclosing_type
()) != typelength
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
c-varobj.c
117
struct type *
enclosing_type
;
local
120
enclosing_type
= value_actual_type (*value, 1, &real_type_found);
123
*type =
enclosing_type
;
124
*value = value_cast (
enclosing_type
, *value);
value.h
305
When we store the entire object, `
enclosing_type
' is the run-time
312
If `type' is a pointer to an object, then `
enclosing_type
' is a
321
If we're not doing anything fancy, `
enclosing_type
' is equal to
325
struct type *
enclosing_type
() const
function in struct:value
453
int len = check_typedef (val->
enclosing_type
())->length ();
769
When we store the entire object, `
enclosing_type
' is the run-time
776
If `type' is a pointer to an object, then `
enclosing_type
' is a
785
If we're not doing anything fancy, `
enclosing_type
' is equal to
valops.c
1347
val->set_enclosing_type (fromval->
enclosing_type
());
1368
val = allocate_repeat_value (arg1->
enclosing_type
(), count);
1375
type_length_units (val->
enclosing_type
()));
1563
struct type *
enclosing_type
local
1564
= check_typedef (arg1->
enclosing_type
());
1566
= lookup_pointer_type (
enclosing_type
->target_type ());
1592
arg2->set_enclosing_type (lookup_pointer_type (arg1->
enclosing_type
()));
1652
enc_type = check_typedef (arg1->
enclosing_type
());
1700
typelength = type_length_units (elemvec[0]->
enclosing_type
());
1703
if (type_length_units (other->
enclosing_type
()) != typelength
[
all
...]
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026