OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vfn
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
gnu-v2-abi.c
95
struct value *
vfn
;
170
vfn
= value_field (entry, 2);
173
vfn
= entry;
177
vfn
->deprecated_set_type (lookup_pointer_type (TYPE_FN_FIELD_TYPE (f, j)));
180
return
vfn
;
94
struct value *
vfn
;
local
gnu-v3-abi.c
397
struct value *vtable, *
vfn
;
local
405
vfn
= value_subscript (value_field (vtable, vtable_field_virtual_functions),
414
vfn
= value_addr (
vfn
);
417
vfn
= value_cast (lookup_pointer_type (fntype),
vfn
);
419
return
vfn
;
900
struct value *
vfn
;
local
904
vfn
= value_subscript (value_field (vtable,
909
vfn
= value_addr (vfn)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
gnu-v2-abi.c
95
struct value *
vfn
;
170
vfn
= value_field (entry, 2);
173
vfn
= entry;
177
vfn
->deprecated_set_type (lookup_pointer_type (TYPE_FN_FIELD_TYPE (f, j)));
180
return
vfn
;
94
struct value *
vfn
;
local
gnu-v3-abi.c
396
struct value *vtable, *
vfn
;
local
404
vfn
= value_subscript (value_field (vtable, vtable_field_virtual_functions),
413
vfn
= value_addr (
vfn
);
416
vfn
= value_cast (lookup_pointer_type (fntype),
vfn
);
418
return
vfn
;
933
struct value *
vfn
;
local
937
vfn
= value_subscript (value_field (vtable,
942
vfn
= value_addr (vfn)
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026