Searched refs:checkValue (Results 1 – 10 of 10) sorted by relevance
114 virtual bool checkValue();493 bool checkValue();504 bool checkValue();517 bool checkValue();617 bool checkValue();772 bool checkValue();796 bool checkValue();
345 else if (e.checkValue()) in gccAsmSemantic()
1079 bool checkValue() in checkValue() function1103 return checkValue(); in checkScalar()1131 return checkValue(); in checkIntegral()1145 return checkValue(); in checkArithmetic()3408 override bool checkValue() in checkValue() function3467 override bool checkValue() in checkValue() function3515 override bool checkValue() in checkValue() function4048 override bool checkValue() in checkValue() function4778 override bool checkValue() in checkValue() function4955 override bool checkValue() in checkValue() function
526 if (key.checkValue() || key.checkSharedAccess(sc)) in resolveUFCS()1418 e.checkValue(); // report an error "type T has no value" in arrayExpressionToCommonType()2190 err |= arg.checkValue(); in functionParameters()7170 if (exp.checkValue()) in visit()8928 if ((t1.ty != Tstruct && t1.ty != Tclass && e2x.checkValue()) || in visit()9294 if (e2x.checkValue() || e2x.checkSharedAccess(sc)) in visit()9412 if (e2x.checkValue()) in visit()9430 if (exp.e2.checkValue()) in visit()10220 if (exp.e2.checkValue() || exp.e2.checkSharedAccess(sc)) in visit()11539 bool r1 = exp.e1.checkValue() || exp.e1.checkSharedAccess(sc); in visit()[all …]
6669 if (ea.checkValue()) // check void expression in semanticTiargs()
178 virtual bool checkValue();504 bool checkValue();516 bool checkValue();530 bool checkValue();643 bool checkValue();811 bool checkValue();
343 else if (e->checkValue()) in gccAsmSemantic()
824 if (key->checkValue()) in resolveUFCS()1141 e->checkValue(); // report an error "type T has no value" in arrayExpressionToCommonType()1780 if (arg->checkValue()) in functionParameters()2273 bool Expression::checkValue() in checkValue() function2297 return checkValue(); in checkScalar()2325 return checkValue(); in checkIntegral()2339 return checkValue(); in checkArithmetic()4183 bool TypeExp::checkValue() in checkValue() function4234 bool ScopeExp::checkValue() in checkValue() function4258 bool TemplateExp::checkValue() in checkValue() function[all …]
3907 if (exp->checkValue()) in visit()4259 if (exp->e1->checkValue()) in visit()5418 if (e2x->checkValue()) in visit()5706 if (e2x->checkValue()) in visit()6272 if (exp->e2->checkValue()) in visit()7789 bool r1 = exp->e1->checkValue(); in visit()7790 bool r2 = exp->e2->checkValue(); in visit()
6855 if (ea->checkValue()) // check void expression in semanticTiargs()