OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vfunc_type
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
symtab-thunks.cc
210
tree
vfunc_type
= make_node (FUNCTION_TYPE);
local
211
TREE_TYPE (
vfunc_type
) = integer_type_node;
212
TYPE_ARG_TYPES (
vfunc_type
) = NULL_TREE;
213
layout_type (
vfunc_type
);
215
vtable_entry_type = build_pointer_type (
vfunc_type
);
/src/external/gpl3/gcc.old/dist/gcc/
symtab-thunks.cc
210
tree
vfunc_type
= make_node (FUNCTION_TYPE);
local
211
TREE_TYPE (
vfunc_type
) = integer_type_node;
212
TYPE_ARG_TYPES (
vfunc_type
) = NULL_TREE;
213
layout_type (
vfunc_type
);
215
vtable_entry_type = build_pointer_type (
vfunc_type
);
/src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc
888
tree
vfunc_type
= make_node (FUNCTION_TYPE);
local
889
TREE_TYPE (
vfunc_type
) = d_int_type;
890
TYPE_ARG_TYPES (
vfunc_type
) = NULL_TREE;
891
layout_type (
vfunc_type
);
893
vtable_entry_type = build_pointer_type (
vfunc_type
);
/src/external/gpl3/gcc/dist/gcc/cp/
decl.cc
4973
tree
vfunc_type
= make_node (FUNCTION_TYPE);
4974
TREE_TYPE (
vfunc_type
) = integer_type_node;
4975
TYPE_ARG_TYPES (
vfunc_type
) = NULL_TREE;
4976
layout_type (
vfunc_type
);
4978
vtable_entry_type = build_pointer_type (
vfunc_type
);
4964
tree
vfunc_type
= make_node (FUNCTION_TYPE);
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc
4640
tree
vfunc_type
= make_node (FUNCTION_TYPE);
4641
TREE_TYPE (
vfunc_type
) = integer_type_node;
4642
TYPE_ARG_TYPES (
vfunc_type
) = NULL_TREE;
4643
layout_type (
vfunc_type
);
4645
vtable_entry_type = build_pointer_type (
vfunc_type
);
4631
tree
vfunc_type
= make_node (FUNCTION_TYPE);
local
Completed in 32 milliseconds
Indexes created Sun Apr 05 00:22:41 UTC 2026