Home
last modified time | relevance | path

Searched refs:useTypeInfo (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h128 bool useTypeInfo; // generate runtime type information member
H A Dcond.c204 if (global.params.useTypeInfo && Type::dtypeinfo) in createTupleType()
H A Ddstruct.c1173 if (global.params.useTypeInfo && Type::dtypeinfo) // these functions are used for TypeInfo in semantic()
H A Dopover.c903 if (global.params.useTypeInfo && Type::dtypeinfo) in op_overload()
H A Dfunc.c1528 if (!global.params.useTypeInfo || !Type::dtypeinfo || !Type::typeinfotypelist) in semantic3()
1530 if (!global.params.useTypeInfo) in semantic3()
H A Ddcast.c134 if (tb->ty == Tarray && global.params.useTypeInfo && Type::dtypeinfo) in implicitCastTo()
H A Dexpression.c2653 if (global.params.useTypeInfo && Type::dtypeinfo) in checkPostblit()
H A Dexpressionsem.c717 if (global.params.useTypeInfo && Type::dtypeinfo) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypinf.d44 if (!global.params.useTypeInfo) in genTypeInfo()
H A Dglobals.h134 bool useTypeInfo; // generate runtime type information member
H A Dglobals.d144 bool useTypeInfo = true; // generate runtime type information variable
H A Dcond.d260 if (global.params.useTypeInfo && Type.dtypeinfo) in private()
H A Dsemantic3.d405 if (!global.params.useTypeInfo || !Type.dtypeinfo || !Type.typeinfotypelist) in visit()
407 if (!global.params.useTypeInfo) in visit()
H A Ddcast.d181 if (global.params.useTypeInfo && Type.dtypeinfo) in implicitCastTo()
H A Ddsymbolsem.d4620 global.params.useTypeInfo && Type.dtypeinfo) // these functions are used for TypeInfo in visit()
H A Dexpression.d1481 if (global.params.useTypeInfo && Type.dtypeinfo) in checkPostblit()
H A Dexpressionsem.d3132 if (global.params.useTypeInfo && Type.dtypeinfo) in visit()
11722 if (global.params.useTypeInfo && Type.dtypeinfo) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc289 global.params.useTypeInfo = true; in d_init_options()
533 global.params.useTypeInfo = value; in d_handle_option()
761 global.params.useTypeInfo = false; in d_post_options()
H A Dtypeinfo.cc321 if (!global.params.useTypeInfo) in have_typeinfo_p()
1381 if (!global.params.useTypeInfo) in check_typeinfo_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc340 if (!global.params.useTypeInfo) in have_typeinfo_p()
1405 if (!global.params.useTypeInfo) in check_typeinfo_type()
H A Dd-lang.cc668 global.params.useTypeInfo = value; in d_handle_option()
918 global.params.useTypeInfo = false; in d_post_options()