Home
last modified time | relevance | path

Searched refs:tcomplex32 (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h176 static Type *tcomplex32; variable
H A Dcppmangle.d1920 return Type.tcomplex32.accept(this); in visit()
H A Dparse.d1897 ta = AST.Type.tcomplex32; in parseTemplateSingleArgument()
3596 t = AST.Type.tcomplex32;
8117 t = AST.Type.tcomplex32; in parsePrimaryExp()
H A Dmtype.d384 extern (C++) __gshared Type tcomplex32;
852 tcomplex32 = basic[Tcomplex32]; in _init()
H A Dcparse.d2421 case TKW.xcomplex | TKW.xfloat: t = AST.Type.tcomplex32; break; in cparseDeclarationSpecifiers()
H A Dexpressionsem.d10317 exp.type = Type.tcomplex32; in visit()
10475 exp.type = Type.tcomplex32; in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h181 static Type *tcomplex32; variable
H A Dparse.c2850 case TOKcomplex32: ta = Type::tcomplex32; goto LabelX; in parseTemplateSingleArgument()
3108 case TOKcomplex32: t = Type::tcomplex32; goto LabelX; in parseBasicType()
6936 case TOKcomplex32: t = Type::tcomplex32; goto LabelX; in parsePrimaryExp()
H A Dmtype.c91 Type *Type::tcomplex32;
246 tcomplex32 = basic[Tcomplex32]; in _init()
H A Dexpressionsem.c6447 exp->type = Type::tcomplex32; in visit()
6580 exp->type = Type::tcomplex32; in visit()