OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:value_cast
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
valops.c
397
value_cast
(struct type *type, struct value *arg2)
function
438
struct value *val =
value_cast
(dereftype, arg2);
445
return
value_cast
(type, coerce_ref (arg2));
700
result =
value_cast
(dest_type, arg);
713
result =
value_cast
(type, value_ref (value_ind (result),
861
return
value_cast
(type, original_arg);
868
return
value_cast
(type, original_arg);
913
return
value_cast
(type,
927
return
value_cast
(type,
1102
fromval =
value_cast
(type, fromval)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
valops.c
398
value_cast
(struct type *type, struct value *arg2)
function
439
struct value *val =
value_cast
(dereftype, arg2);
446
return
value_cast
(type, coerce_ref (arg2));
701
result =
value_cast
(dest_type, arg);
714
result =
value_cast
(type, value_ref (value_ind (result),
862
return
value_cast
(type, original_arg);
869
return
value_cast
(type, original_arg);
914
return
value_cast
(type,
928
return
value_cast
(type,
1103
fromval =
value_cast
(type, fromval)
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026