Searched refs:checkValue (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h114 virtual bool checkValue();
493 bool checkValue();
504 bool checkValue();
517 bool checkValue();
617 bool checkValue();
772 bool checkValue();
796 bool checkValue();
H A Diasmgcc.d345 else if (e.checkValue())
H A Dexpression.d1066 * When this function returns true, `checkValue()` should also return true.
1079 bool checkValue()
1103 return checkValue();
1131 return checkValue();
1145 return checkValue();
3408 override bool checkValue()
3467 override bool checkValue()
3515 override bool checkValue()
4048 override bool checkValue()
4778 override bool checkValue()
[all...]
H A Dexpressionsem.d526 if (key.checkValue() || key.checkSharedAccess(sc))
1418 e.checkValue(); // report an error "type T has no value"
2190 err |= arg.checkValue();
7170 if (exp.checkValue())
8928 if ((t1.ty != Tstruct && t1.ty != Tclass && e2x.checkValue()) ||
9294 if (e2x.checkValue() || e2x.checkSharedAccess(sc))
9412 if (e2x.checkValue())
9430 if (exp.e2.checkValue())
10220 if (exp.e2.checkValue() || exp.e2.checkSharedAccess(sc))
11539 bool r1 = exp.e1.checkValue() || ex
[all...]
H A Ddtemplate.d6669 if (ea.checkValue()) // check void expression
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Diasmgcc.c343 else if (e->checkValue())
H A Dexpression.h178 virtual bool checkValue();
504 bool checkValue();
516 bool checkValue();
530 bool checkValue();
643 bool checkValue();
811 bool checkValue();
H A Dexpression.c824 if (key->checkValue())
1141 e->checkValue(); // report an error "type T has no value"
1780 if (arg->checkValue())
2260 * When this function returns true, `checkValue()` should also return true.
2273 bool Expression::checkValue() function in class:Expression
2297 return checkValue();
2325 return checkValue();
2339 return checkValue();
4183 bool TypeExp::checkValue() function in class:TypeExp
4234 bool ScopeExp::checkValue() function in class:ScopeExp
4258 bool TemplateExp::checkValue() function in class:TemplateExp
4816 bool FuncExp::checkValue() function in class:FuncExp
5257 bool DotTemplateExp::checkValue() function in class:DotTemplateExp
[all...]
H A Dexpressionsem.c3907 if (exp->checkValue())
4259 if (exp->e1->checkValue())
5418 if (e2x->checkValue())
5706 if (e2x->checkValue())
6272 if (exp->e2->checkValue())
7789 bool r1 = exp->e1->checkValue();
7790 bool r2 = exp->e2->checkValue();
H A Ddtemplate.c6855 if (ea->checkValue()) // check void expression

Completed in 447 milliseconds