Home
last modified time | relevance | path

Searched refs:isIntegerExp (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Doptimize.d504 if (auto ei = ep.e1.isIntegerExp()) in Expression_optimize()
528 if (auto ie = ei.e2.isIntegerExp()) in Expression_optimize()
562 if (ae.e2.isIntegerExp() && ae.e1.isVarExp()) in Expression_optimize()
597 else if (ae.e2.isIntegerExp() && ae.e1.isDotVarExp()) in Expression_optimize()
H A Ddinterpret.d700 auto ne = ie.e2.isIntegerExp(); in interpretFunction()
3834 if (auto ival = newval.isIntegerExp()) in assignToLvalue()
6978 if (eresult.isIntegerExp().getInteger() != 0) in interpret_aaApply()
7062 char x = cast(char)r.isIntegerExp().getInteger(); in foreachApplyUtf()
7074 utf8buf[i] = cast(char)r.isIntegerExp().getInteger(); in foreachApplyUtf()
7087 ushort x = cast(ushort)r.isIntegerExp().getInteger(); in foreachApplyUtf()
7099 utf16buf[i] = cast(ushort)r.isIntegerExp().getInteger(); in foreachApplyUtf()
7110 rawvalue = cast(dchar)r.isIntegerExp().getInteger(); in foreachApplyUtf()
7235 if (eresult.isIntegerExp().getInteger() != 0) in foreachApplyUtf()
H A Dexpression.h132 IntegerExp* isIntegerExp();
H A Ddcast.d1455 case EXP.int64 : return visitInteger(e.isIntegerExp()); in implicitConvTo()
3872 case EXP.int64 : return visitInteger(e.isIntegerExp()); in getIntRange()
H A Dctfeexpr.d756 if (auto ie = e.isIntegerExp()) in getAggregateFromPointer()
H A Ddtoh.d944 auto ie = AST.initializerToExpression(vd._init).isIntegerExp();
H A Dmtype.d3661 return dim.isIntegerExp() && dim.isIntegerExp().getInteger() == 0; in isIncomplete()
H A Ddsymbolsem.d1209 if (!width.isIntegerExp()) in visit()
2181 auto ie = e.isIntegerExp(); in visit()
H A Dexpression.d1626 … inout(IntegerExp) isIntegerExp() { return op == EXP.int64 ? cast(typeof(return))this : null; } in isIntegerExp() function
1817 if (auto ne = (cast(Expression)o).isIntegerExp()) in equals()
H A Dhdrgen.d2554 case EXP.int64: return visitInteger(e.isIntegerExp()); in expressionPrettyPrint()
H A Dtypesem.d2314 if (!type.isTypeSArray().dim.isIntegerExp()) in merge()
H A Dstatementsem.d2544 else if (!cs.exp.isIntegerExp() && !cs.exp.isErrorExp()) in package()
H A Ddtemplate.d425 return cast(size_t) e.isIntegerExp().getInteger(); in expressionHash()
H A Dexpressionsem.d124 IntegerExp ie = e4.isIntegerExp(); in expressionsToString()