OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:valptrtype
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
valarith.c
81
struct type *
valptrtype
;
local
86
valptrtype
= check_typedef (arg1->type ());
87
sz = find_size_for_pointer_math (
valptrtype
);
89
result = value_from_pointer (
valptrtype
,
/src/external/gpl3/gdb.old/dist/gdb/
valarith.c
81
struct type *
valptrtype
;
local
86
valptrtype
= check_typedef (arg1->type ());
87
sz = find_size_for_pointer_math (
valptrtype
);
89
result = value_from_pointer (
valptrtype
,
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026