OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeInfoStructDeclaration
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
typinf.d
121
return
TypeInfoStructDeclaration
.create(t);
declaration.h
337
class
TypeInfoStructDeclaration
: public TypeInfoDeclaration
340
static
TypeInfoStructDeclaration
*create(Type *tinfo);
visitor.d
48
void visit(ASTCodegen.
TypeInfoStructDeclaration
s) { visit(cast(ASTCodegen.TypeInfoDeclaration)s); }
visitor.h
145
class
TypeInfoStructDeclaration
;
611
virtual void visit(
TypeInfoStructDeclaration
*s) { visit((TypeInfoDeclaration *)s); }
declaration.d
1980
extern (C++) final class
TypeInfoStructDeclaration
: TypeInfoDeclaration
1992
static
TypeInfoStructDeclaration
create(Type tinfo)
1994
return new
TypeInfoStructDeclaration
(tinfo);
cond.d
261
r.vtinfo =
TypeInfoStructDeclaration
.create(r); // prevent typeinfo from going to object file
/src/external/gpl3/gcc.old/dist/gcc/d/
typeinfo.cc
1038
void visit (
TypeInfoStructDeclaration
*d)
1640
t->vtinfo =
TypeInfoStructDeclaration
::create (t);
Completed in 53 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026