Home
last modified time | relevance | path

Searched refs:TypeNext (Results 1 – 25 of 149) sorted by relevance

123456

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dmtype.h364 class TypeNext : public Type
435 class TypeArray : public TypeNext
502 class TypePointer : public TypeNext
518 class TypeReference : public TypeNext
590 class TypeFunction : public TypeNext
645 class TypeDelegate : public TypeNext
877 class TypeSlice : public TypeNext
H A Dparsetimevisitor.d150 void visit(AST.TypeNext t) { visit(cast(AST.Type)t); } in ParseTimeVisitor()
157 void visit(AST.TypeReference t) { visit(cast(AST.TypeNext)t); } in ParseTimeVisitor()
158 void visit(AST.TypeSlice t) { visit(cast(AST.TypeNext)t); } in ParseTimeVisitor()
159 void visit(AST.TypeDelegate t) { visit(cast(AST.TypeNext)t); } in ParseTimeVisitor()
160 void visit(AST.TypePointer t) { visit(cast(AST.TypeNext)t); } in ParseTimeVisitor()
161 void visit(AST.TypeFunction t) { visit(cast(AST.TypeNext)t); } in ParseTimeVisitor()
162 void visit(AST.TypeArray t) { visit(cast(AST.TypeNext)t); } in ParseTimeVisitor()
H A Dvisitor.h62 class TypeNext; variable
442 virtual void visit(TypeNext *t) { visit((Type *)t); } in visit()
449 virtual void visit(TypeReference *t) { visit((TypeNext *)t); } in visit()
450 virtual void visit(TypeSlice *t) { visit((TypeNext *)t); } in visit()
451 virtual void visit(TypeDelegate *t) { visit((TypeNext *)t); } in visit()
452 virtual void visit(TypePointer *t) { visit((TypeNext *)t); } in visit()
453 virtual void visit(TypeFunction *t) { visit((TypeNext *)t); } in visit()
454 virtual void visit(TypeArray *t) { visit((TypeNext *)t); } in visit()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dmtype.h362 class TypeNext : public Type
367 TypeNext(TY ty, Type *next);
443 class TypeArray : public TypeNext
526 class TypePointer : public TypeNext
545 class TypeReference : public TypeNext
592 class TypeFunction : public TypeNext
638 class TypeDelegate : public TypeNext
876 class TypeSlice : public TypeNext
H A Dvisitor.h62 class TypeNext; variable
354 virtual void visit(TypeNext *t) { visit((Type *)t); } in visit()
357 virtual void visit(TypeArray *t) { visit((TypeNext *)t); } in visit()
361 virtual void visit(TypePointer *t) { visit((TypeNext *)t); } in visit()
362 virtual void visit(TypeReference *t) { visit((TypeNext *)t); } in visit()
363 virtual void visit(TypeFunction *t) { visit((TypeNext *)t); } in visit()
364 virtual void visit(TypeDelegate *t) { visit((TypeNext *)t); } in visit()
374 virtual void visit(TypeSlice *t) { visit((TypeNext *)t); } in visit()
H A Dmtype.c2568 TypeNext::TypeNext(TY ty, Type *next) in TypeNext() function
2597 Type *TypeNext::nextOf() in nextOf()
2610 TypeNext *t = (TypeNext *)Type::makeConst(); in makeConst()
2641 TypeNext *t = (TypeNext *)Type::makeImmutable(); in makeImmutable()
2658 TypeNext *t = (TypeNext *)Type::makeShared(); in makeShared()
2689 TypeNext *t = (TypeNext *)Type::makeSharedConst(); in makeSharedConst()
2710 TypeNext *t = (TypeNext *)Type::makeWild(); in makeWild()
2741 TypeNext *t = (TypeNext *)Type::makeWildConst(); in makeWildConst()
2762 TypeNext *t = (TypeNext *)Type::makeSharedWild(); in makeSharedWild()
2783 TypeNext *t = (TypeNext *)Type::makeSharedWildConst(); in makeSharedWildConst()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dmtype.h362 class TypeNext : public Type
367 TypeNext(TY ty, Type *next);
443 class TypeArray : public TypeNext
526 class TypePointer : public TypeNext
545 class TypeReference : public TypeNext
592 class TypeFunction : public TypeNext
638 class TypeDelegate : public TypeNext
876 class TypeSlice : public TypeNext
H A Dvisitor.h62 class TypeNext; variable
354 virtual void visit(TypeNext *t) { visit((Type *)t); } in visit()
357 virtual void visit(TypeArray *t) { visit((TypeNext *)t); } in visit()
361 virtual void visit(TypePointer *t) { visit((TypeNext *)t); } in visit()
362 virtual void visit(TypeReference *t) { visit((TypeNext *)t); } in visit()
363 virtual void visit(TypeFunction *t) { visit((TypeNext *)t); } in visit()
364 virtual void visit(TypeDelegate *t) { visit((TypeNext *)t); } in visit()
374 virtual void visit(TypeSlice *t) { visit((TypeNext *)t); } in visit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dmtype.h362 class TypeNext : public Type
367 TypeNext(TY ty, Type *next);
443 class TypeArray : public TypeNext
526 class TypePointer : public TypeNext
545 class TypeReference : public TypeNext
592 class TypeFunction : public TypeNext
638 class TypeDelegate : public TypeNext
876 class TypeSlice : public TypeNext
H A Dvisitor.h62 class TypeNext; variable
354 virtual void visit(TypeNext *t) { visit((Type *)t); } in visit()
357 virtual void visit(TypeArray *t) { visit((TypeNext *)t); } in visit()
361 virtual void visit(TypePointer *t) { visit((TypeNext *)t); } in visit()
362 virtual void visit(TypeReference *t) { visit((TypeNext *)t); } in visit()
363 virtual void visit(TypeFunction *t) { visit((TypeNext *)t); } in visit()
364 virtual void visit(TypeDelegate *t) { visit((TypeNext *)t); } in visit()
374 virtual void visit(TypeSlice *t) { visit((TypeNext *)t); } in visit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dmtype.h364 class TypeNext : public Type
369 TypeNext(TY ty, Type *next);
445 class TypeArray : public TypeNext
528 class TypePointer : public TypeNext
547 class TypeReference : public TypeNext
594 class TypeFunction : public TypeNext
640 class TypeDelegate : public TypeNext
895 class TypeSlice : public TypeNext
H A Dvisitor.h62 class TypeNext; variable
356 virtual void visit(TypeNext *t) { visit((Type *)t); } in visit()
359 virtual void visit(TypeArray *t) { visit((TypeNext *)t); } in visit()
363 virtual void visit(TypePointer *t) { visit((TypeNext *)t); } in visit()
364 virtual void visit(TypeReference *t) { visit((TypeNext *)t); } in visit()
365 virtual void visit(TypeFunction *t) { visit((TypeNext *)t); } in visit()
366 virtual void visit(TypeDelegate *t) { visit((TypeNext *)t); } in visit()
376 virtual void visit(TypeSlice *t) { visit((TypeNext *)t); } in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dmtype.h394 class TypeNext : public Type
399 TypeNext(TY ty, Type *next);
474 class TypeArray : public TypeNext
554 class TypePointer : public TypeNext
572 class TypeReference : public TypeNext
656 class TypeFunction : public TypeNext
701 class TypeDelegate : public TypeNext
962 class TypeSlice : public TypeNext
H A Dmtype.c2689 TypeNext::TypeNext(TY ty, Type *next) in TypeNext() function
2718 Type *TypeNext::nextOf() in nextOf()
2731 TypeNext *t = (TypeNext *)Type::makeConst(); in makeConst()
2762 TypeNext *t = (TypeNext *)Type::makeImmutable(); in makeImmutable()
2779 TypeNext *t = (TypeNext *)Type::makeShared(); in makeShared()
2810 TypeNext *t = (TypeNext *)Type::makeSharedConst(); in makeSharedConst()
2831 TypeNext *t = (TypeNext *)Type::makeWild(); in makeWild()
2862 TypeNext *t = (TypeNext *)Type::makeWildConst(); in makeWildConst()
2883 TypeNext *t = (TypeNext *)Type::makeSharedWild(); in makeSharedWild()
2904 TypeNext *t = (TypeNext *)Type::makeSharedWildConst(); in makeSharedWildConst()
[all …]
H A Dvisitor.h62 class TypeNext; variable
357 virtual void visit(TypeNext *t) { visit((Type *)t); } in visit()
360 virtual void visit(TypeArray *t) { visit((TypeNext *)t); } in visit()
364 virtual void visit(TypePointer *t) { visit((TypeNext *)t); } in visit()
365 virtual void visit(TypeReference *t) { visit((TypeNext *)t); } in visit()
366 virtual void visit(TypeFunction *t) { visit((TypeNext *)t); } in visit()
367 virtual void visit(TypeDelegate *t) { visit((TypeNext *)t); } in visit()
377 virtual void visit(TypeSlice *t) { visit((TypeNext *)t); } in visit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dmtype.h364 class TypeNext : public Type
369 TypeNext(TY ty, Type *next);
445 class TypeArray : public TypeNext
528 class TypePointer : public TypeNext
547 class TypeReference : public TypeNext
594 class TypeFunction : public TypeNext
640 class TypeDelegate : public TypeNext
895 class TypeSlice : public TypeNext
H A Dvisitor.h62 class TypeNext; variable
356 virtual void visit(TypeNext *t) { visit((Type *)t); } in visit()
359 virtual void visit(TypeArray *t) { visit((TypeNext *)t); } in visit()
363 virtual void visit(TypePointer *t) { visit((TypeNext *)t); } in visit()
364 virtual void visit(TypeReference *t) { visit((TypeNext *)t); } in visit()
365 virtual void visit(TypeFunction *t) { visit((TypeNext *)t); } in visit()
366 virtual void visit(TypeDelegate *t) { visit((TypeNext *)t); } in visit()
376 virtual void visit(TypeSlice *t) { visit((TypeNext *)t); } in visit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dmtype.h394 class TypeNext : public Type
399 TypeNext(TY ty, Type *next);
474 class TypeArray : public TypeNext
554 class TypePointer : public TypeNext
572 class TypeReference : public TypeNext
656 class TypeFunction : public TypeNext
701 class TypeDelegate : public TypeNext
962 class TypeSlice : public TypeNext
H A Dmtype.c2689 TypeNext::TypeNext(TY ty, Type *next) in TypeNext() function
2718 Type *TypeNext::nextOf() in nextOf()
2731 TypeNext *t = (TypeNext *)Type::makeConst(); in makeConst()
2762 TypeNext *t = (TypeNext *)Type::makeImmutable(); in makeImmutable()
2779 TypeNext *t = (TypeNext *)Type::makeShared(); in makeShared()
2810 TypeNext *t = (TypeNext *)Type::makeSharedConst(); in makeSharedConst()
2831 TypeNext *t = (TypeNext *)Type::makeWild(); in makeWild()
2862 TypeNext *t = (TypeNext *)Type::makeWildConst(); in makeWildConst()
2883 TypeNext *t = (TypeNext *)Type::makeSharedWild(); in makeSharedWild()
2904 TypeNext *t = (TypeNext *)Type::makeSharedWildConst(); in makeSharedWildConst()
[all …]
H A Dvisitor.h62 class TypeNext; variable
357 virtual void visit(TypeNext *t) { visit((Type *)t); } in visit()
360 virtual void visit(TypeArray *t) { visit((TypeNext *)t); } in visit()
364 virtual void visit(TypePointer *t) { visit((TypeNext *)t); } in visit()
365 virtual void visit(TypeReference *t) { visit((TypeNext *)t); } in visit()
366 virtual void visit(TypeFunction *t) { visit((TypeNext *)t); } in visit()
367 virtual void visit(TypeDelegate *t) { visit((TypeNext *)t); } in visit()
377 virtual void visit(TypeSlice *t) { visit((TypeNext *)t); } in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dmtype.h364 class TypeNext : public Type
369 TypeNext(TY ty, Type *next);
445 class TypeArray : public TypeNext
528 class TypePointer : public TypeNext
547 class TypeReference : public TypeNext
594 class TypeFunction : public TypeNext
640 class TypeDelegate : public TypeNext
895 class TypeSlice : public TypeNext
H A Dvisitor.h62 class TypeNext; variable
356 virtual void visit(TypeNext *t) { visit((Type *)t); } in visit()
359 virtual void visit(TypeArray *t) { visit((TypeNext *)t); } in visit()
363 virtual void visit(TypePointer *t) { visit((TypeNext *)t); } in visit()
364 virtual void visit(TypeReference *t) { visit((TypeNext *)t); } in visit()
365 virtual void visit(TypeFunction *t) { visit((TypeNext *)t); } in visit()
366 virtual void visit(TypeDelegate *t) { visit((TypeNext *)t); } in visit()
376 virtual void visit(TypeSlice *t) { visit((TypeNext *)t); } in visit()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dmtype.h394 class TypeNext : public Type
399 TypeNext(TY ty, Type *next);
474 class TypeArray : public TypeNext
554 class TypePointer : public TypeNext
572 class TypeReference : public TypeNext
656 class TypeFunction : public TypeNext
701 class TypeDelegate : public TypeNext
962 class TypeSlice : public TypeNext
H A Dmtype.c2689 TypeNext::TypeNext(TY ty, Type *next) in TypeNext() function
2718 Type *TypeNext::nextOf() in nextOf()
2731 TypeNext *t = (TypeNext *)Type::makeConst(); in makeConst()
2762 TypeNext *t = (TypeNext *)Type::makeImmutable(); in makeImmutable()
2779 TypeNext *t = (TypeNext *)Type::makeShared(); in makeShared()
2810 TypeNext *t = (TypeNext *)Type::makeSharedConst(); in makeSharedConst()
2831 TypeNext *t = (TypeNext *)Type::makeWild(); in makeWild()
2862 TypeNext *t = (TypeNext *)Type::makeWildConst(); in makeWildConst()
2883 TypeNext *t = (TypeNext *)Type::makeSharedWild(); in makeSharedWild()
2904 TypeNext *t = (TypeNext *)Type::makeSharedWildConst(); in makeSharedWildConst()
[all …]
H A Dvisitor.h62 class TypeNext; variable
357 virtual void visit(TypeNext *t) { visit((Type *)t); } in visit()
360 virtual void visit(TypeArray *t) { visit((TypeNext *)t); } in visit()
364 virtual void visit(TypePointer *t) { visit((TypeNext *)t); } in visit()
365 virtual void visit(TypeReference *t) { visit((TypeNext *)t); } in visit()
366 virtual void visit(TypeFunction *t) { visit((TypeNext *)t); } in visit()
367 virtual void visit(TypeDelegate *t) { visit((TypeNext *)t); } in visit()
377 virtual void visit(TypeSlice *t) { visit((TypeNext *)t); } in visit()

123456