Lines Matching defs:expected
1003 FAIL("expected fround or const global");
1399 AsmType* AsmJsParser::Expression(AsmType* expected) {
1415 if (expected != nullptr && !a->IsA(expected)) {
1618 FAILn("expected int/double?/float?");
1639 FAILn("expected signed/unsigned/double?/float?");
1644 FAILn("expected int");
1655 FAILn("expected double or float?");
1750 FAILn("expected doubles or floats");
1768 FAILn("expected doubles or floats");
1783 FAILn("expected doubles or floats");
2247 // the expected type or update the expected type in case of first occurrence.