Searched refs:evalStaticCondition (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstaticcond.c29 bool evalStaticCondition(Scope *sc, Expression *exp, Expression *e, bool &errors) function
34 bool result = evalStaticCondition(sc, exp, aae->e1, errors);
37 result = evalStaticCondition(sc, exp, aae->e2, errors);
44 bool result = evalStaticCondition(sc, exp, ooe->e1, errors);
49 result = evalStaticCondition(sc, exp, ooe->e2, errors);
56 bool result = evalStaticCondition(sc, exp, ce->econd, errors);
60 result = evalStaticCondition(sc, exp, leg, errors);
H A Dstaticassert.c23 bool evalStaticCondition(Scope *sc, Expression *exp, Expression *e, bool &errors);
59 bool result = evalStaticCondition(sc, exp, exp, errors);
H A Dcond.c30 bool evalStaticCondition(Scope *sc, Expression *exp, Expression *e, bool &errors);
731 bool result = evalStaticCondition(sc, exp, exp, errors);
H A Ddtemplate.c52 bool evalStaticCondition(Scope *sc, Expression *exp, Expression *e, bool &errors);
830 bool result = evalStaticCondition(scx, constraint, e, errors);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstaticcond.d44 bool evalStaticCondition(Scope* sc, Expression original, Expression e, out bool errors, Expressions* negatives = null)
H A Dcond.d935 bool result = evalStaticCondition(sc, exp, exp, errors);
H A Dsemantic2.d103 bool result = evalStaticCondition(sc, sa.exp, sa.exp, errors);
H A Ddtemplate.d836 // (previously, this was immediately before calling evalStaticCondition), so the
895 const bool result = evalStaticCondition(scx, constraint, lastConstraint, errors, &lastConstraintNegs);

Completed in 435 milliseconds