OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtypeinfo
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/
runtime.cc
141
libcall_types[type] = Type::
dtypeinfo
->type;
153
libcall_types[type] = Type::
dtypeinfo
->type->constOf ();
typeinfo.cc
202
base = Type::
dtypeinfo
;
274
if (!Type::
dtypeinfo
)
563
this->layout_base (Type::
dtypeinfo
);
1157
if (!Type::
dtypeinfo
)
1171
if (!Type::
dtypeinfo
)
1425
if (Type::
dtypeinfo
== NULL
1426
|| (Type::
dtypeinfo
->storage_class & STCtemp))
1464
if (!Type::
dtypeinfo
)
1539
if (!Type::
dtypeinfo
)
decl.cc
490
if (have_typeinfo_p (Type::
dtypeinfo
))
613
if (have_typeinfo_p (Type::
dtypeinfo
))
675
if (have_typeinfo_p (Type::
dtypeinfo
))
711
if (have_typeinfo_p (Type::
dtypeinfo
))
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
typinf.d
51
if (!Type.
dtypeinfo
)
cond.d
260
if (global.params.useTypeInfo && Type.
dtypeinfo
)
dclass.d
236
Type.
dtypeinfo
= this;
mtype.h
199
static ClassDeclaration *
dtypeinfo
;
member in class:Type
semantic3.d
405
if (!global.params.useTypeInfo || !Type.
dtypeinfo
|| !Type.typeinfotypelist)
423
//Type t = Type.
dtypeinfo
.type.constOf().arrayOf();
424
Type t = Type.
dtypeinfo
.type.arrayOf();
ctfeexpr.d
654
return tc && (Type.
dtypeinfo
== tc.sym || Type.
dtypeinfo
.isBaseOf(tc.sym, null));
declaration.d
1939
super(Loc.initial, Type.
dtypeinfo
.type, tinfo.getTypeInfoIdent(), null);
dcast.d
181
if (global.params.useTypeInfo && Type.
dtypeinfo
)
expressionsem.d
3132
if (global.params.useTypeInfo && Type.
dtypeinfo
)
11722
if (global.params.useTypeInfo && Type.
dtypeinfo
)
dsymbolsem.d
4620
global.params.useTypeInfo && Type.
dtypeinfo
) // these functions are used for TypeInfo
expression.d
1481
if (global.params.useTypeInfo && Type.
dtypeinfo
)
mtype.d
406
extern (C++) __gshared ClassDeclaration
dtypeinfo
;
Completed in 84 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026