OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pseudo_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
rtti.cc
1489
tree
pseudo_type
= make_class_type (RECORD_TYPE);
1491
finish_builtin_struct (
pseudo_type
, pseudo_name, fields, NULL_TREE);
1492
CLASSTYPE_AS_BASE (
pseudo_type
) =
pseudo_type
;
1493
DECL_CONTEXT (TYPE_NAME (
pseudo_type
)) = FROB_CONTEXT (global_namespace);
1494
DECL_TINFO_P (TYPE_NAME (
pseudo_type
)) = true;
1495
xref_basetypes (
pseudo_type
, /*bases=*/NULL_TREE);
1497
res->type = cp_build_qualified_type (
pseudo_type
, TYPE_QUAL_CONST);
1487
tree
pseudo_type
= make_class_type (RECORD_TYPE);
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
rtti.cc
1485
tree
pseudo_type
= make_class_type (RECORD_TYPE);
1487
finish_builtin_struct (
pseudo_type
, pseudo_name, fields, NULL_TREE);
1488
CLASSTYPE_AS_BASE (
pseudo_type
) =
pseudo_type
;
1489
DECL_CONTEXT (TYPE_NAME (
pseudo_type
)) = FROB_CONTEXT (global_namespace);
1490
DECL_TINFO_P (TYPE_NAME (
pseudo_type
)) = true;
1491
xref_basetypes (
pseudo_type
, /*bases=*/NULL_TREE);
1493
res->type = cp_build_qualified_type (
pseudo_type
, TYPE_QUAL_CONST);
1483
tree
pseudo_type
= make_class_type (RECORD_TYPE);
local
/src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c
549
enum
pseudo_type
enum in struct:__anon10038
7871
enum
pseudo_type
pseudo_type
= PSEUDO_FUNC_NONE;
local
7879
pseudo_type
= pseudo_func[idx].type;
7882
switch (
pseudo_type
)
/src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c
549
enum
pseudo_type
enum in struct:__anon11510
7871
enum
pseudo_type
pseudo_type
= PSEUDO_FUNC_NONE;
local
7879
pseudo_type
= pseudo_func[idx].type;
7882
switch (
pseudo_type
)
Completed in 39 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026