Home
last modified time | relevance | path

Searched refs:TypeInfoDelegateDeclaration (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Ddeclaration.c1528 TypeInfoDelegateDeclaration::TypeInfoDelegateDeclaration(Type *tinfo) in TypeInfoDelegateDeclaration() function
1538 TypeInfoDelegateDeclaration *TypeInfoDelegateDeclaration::create(Type *tinfo) in create()
1540 return new TypeInfoDelegateDeclaration(tinfo); in create()
H A Ddeclaration.h416 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration
419 TypeInfoDelegateDeclaration(Type *tinfo);
420 static TypeInfoDelegateDeclaration *create(Type *tinfo);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Ddeclaration.c1528 TypeInfoDelegateDeclaration::TypeInfoDelegateDeclaration(Type *tinfo) in TypeInfoDelegateDeclaration() function
1538 TypeInfoDelegateDeclaration *TypeInfoDelegateDeclaration::create(Type *tinfo) in create()
1540 return new TypeInfoDelegateDeclaration(tinfo); in create()
H A Ddeclaration.h416 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration
419 TypeInfoDelegateDeclaration(Type *tinfo);
420 static TypeInfoDelegateDeclaration *create(Type *tinfo);
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Ddeclaration.c1528 TypeInfoDelegateDeclaration::TypeInfoDelegateDeclaration(Type *tinfo) in TypeInfoDelegateDeclaration() function
1538 TypeInfoDelegateDeclaration *TypeInfoDelegateDeclaration::create(Type *tinfo) in create()
1540 return new TypeInfoDelegateDeclaration(tinfo); in create()
H A Ddeclaration.h416 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration
419 TypeInfoDelegateDeclaration(Type *tinfo);
420 static TypeInfoDelegateDeclaration *create(Type *tinfo);
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddeclaration.h408 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration
411 TypeInfoDelegateDeclaration(Type *tinfo);
412 static TypeInfoDelegateDeclaration *create(Type *tinfo);
H A Ddeclaration.c2493 TypeInfoDelegateDeclaration::TypeInfoDelegateDeclaration(Type *tinfo) in TypeInfoDelegateDeclaration() function
2503 TypeInfoDelegateDeclaration *TypeInfoDelegateDeclaration::create(Type *tinfo) in create()
2505 return new TypeInfoDelegateDeclaration(tinfo); in create()
H A Dvisitor.h146 class TypeInfoDelegateDeclaration; variable
438 virtual void visit(TypeInfoDelegateDeclaration *s) { visit((TypeInfoDeclaration *)s); } in visit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddeclaration.h408 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration
411 TypeInfoDelegateDeclaration(Type *tinfo);
412 static TypeInfoDelegateDeclaration *create(Type *tinfo);
H A Ddeclaration.c2486 TypeInfoDelegateDeclaration::TypeInfoDelegateDeclaration(Type *tinfo) in TypeInfoDelegateDeclaration() function
2496 TypeInfoDelegateDeclaration *TypeInfoDelegateDeclaration::create(Type *tinfo) in create()
2498 return new TypeInfoDelegateDeclaration(tinfo); in create()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddeclaration.h408 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration
411 TypeInfoDelegateDeclaration(Type *tinfo);
412 static TypeInfoDelegateDeclaration *create(Type *tinfo);
H A Ddeclaration.c2493 TypeInfoDelegateDeclaration::TypeInfoDelegateDeclaration(Type *tinfo) in TypeInfoDelegateDeclaration() function
2503 TypeInfoDelegateDeclaration *TypeInfoDelegateDeclaration::create(Type *tinfo) in create()
2505 return new TypeInfoDelegateDeclaration(tinfo); in create()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddeclaration.h409 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration
412 TypeInfoDelegateDeclaration(Type *tinfo);
413 static TypeInfoDelegateDeclaration *create(Type *tinfo);
H A Ddeclaration.c2506 TypeInfoDelegateDeclaration::TypeInfoDelegateDeclaration(Type *tinfo) in TypeInfoDelegateDeclaration() function
2516 TypeInfoDelegateDeclaration *TypeInfoDelegateDeclaration::create(Type *tinfo) in create()
2518 return new TypeInfoDelegateDeclaration(tinfo); in create()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Ddeclaration.h409 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration
412 TypeInfoDelegateDeclaration(Type *tinfo);
413 static TypeInfoDelegateDeclaration *create(Type *tinfo);
H A Ddeclaration.c2513 TypeInfoDelegateDeclaration::TypeInfoDelegateDeclaration(Type *tinfo) in TypeInfoDelegateDeclaration() function
2523 TypeInfoDelegateDeclaration *TypeInfoDelegateDeclaration::create(Type *tinfo) in create()
2525 return new TypeInfoDelegateDeclaration(tinfo); in create()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Ddeclaration.h409 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration
412 TypeInfoDelegateDeclaration(Type *tinfo);
413 static TypeInfoDelegateDeclaration *create(Type *tinfo);
H A Ddeclaration.c2513 TypeInfoDelegateDeclaration::TypeInfoDelegateDeclaration(Type *tinfo) in TypeInfoDelegateDeclaration() function
2523 TypeInfoDelegateDeclaration *TypeInfoDelegateDeclaration::create(Type *tinfo) in create()
2525 return new TypeInfoDelegateDeclaration(tinfo); in create()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Ddeclaration.h398 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration
401 static TypeInfoDelegateDeclaration *create(Type *tinfo);
H A Dvisitor.d57 …void visit(ASTCodegen.TypeInfoDelegateDeclaration s) { visit(cast(ASTCodegen.TypeInfoDeclaration)s…
H A Ddeclaration.d2125 extern (C++) final class TypeInfoDelegateDeclaration : TypeInfoDeclaration
2137 static TypeInfoDelegateDeclaration create(Type tinfo) in create()
2139 return new TypeInfoDelegateDeclaration(tinfo); in create()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/
H A Dtypeinfo.cc782 void visit (TypeInfoDelegateDeclaration *d) in visit()
1649 t->vtinfo = TypeInfoDelegateDeclaration::create (t); in create_typeinfo()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/
H A Dtypeinfo.cc750 void visit (TypeInfoDelegateDeclaration *d) in visit()
1571 t->vtinfo = TypeInfoDelegateDeclaration::create (t); in create_typeinfo()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/
H A Dtypeinfo.cc767 void visit (TypeInfoDelegateDeclaration *d) in visit()
1600 t->vtinfo = TypeInfoDelegateDeclaration::create (t); in create_typeinfo()

12