Searched refs:precisionErrorCheck (Results 1 – 4 of 4) sorted by relevance
121 bool precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType type);
1000 if (context->precisionErrorCheck(@1, $$.precision, $1.type)) {
3695 …if (context->precisionErrorCheck((yylsp[0]), (yyval.interm.type).precision, (yyvsp[0].interm.type)… in yyparse()
315 bool TParseContext::precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType ty… in precisionErrorCheck() function in TParseContext