Lines Matching refs:FAILn
43 #define FAILn(msg) FAIL_AND_RETURN(nullptr, msg) macro
1381 FAILn("Expected actual type"); in Expression()
1392 FAILn("Unexpected type"); in Expression()
1414 FAILn("Expected numeric literal."); in NumericLiteral()
1424 FAILn("Undefined local variable"); in Identifier()
1431 FAILn("Undefined global variable"); in Identifier()
1477 FAILn("Expected valid heap load"); in MemberExpression()
1489 FAILn("Invalid assignment target"); in AssignmentExpression()
1498 FAILn("Illegal type stored to heap view"); in AssignmentExpression()
1524 FAILn("Undeclared assignment target"); in AssignmentExpression()
1527 FAILn("Expected mutable variable in assignment"); in AssignmentExpression()
1534 FAILn("Type mismatch in assignment"); in AssignmentExpression()
1564 FAILn("Integer numeric literal out of range."); in UnaryExpression()
1583 FAILn("expected int/double?/float?"); in UnaryExpression()
1604 FAILn("expected signed/unsigned/double?/float?"); in UnaryExpression()
1609 FAILn("expected int"); in UnaryExpression()
1620 FAILn("expected double or float?"); in UnaryExpression()
1626 FAILn("operator ~ expects intish"); in UnaryExpression()
1646 FAILn("Expected int"); in MultiplicativeExpression()
1662 FAILn("Expected int"); in MultiplicativeExpression()
1679 FAILn("Constant multiple out of range"); in MultiplicativeExpression()
1682 FAILn("Integer multiply of expects int"); in MultiplicativeExpression()
1692 FAILn("Constant multiple out of range"); in MultiplicativeExpression()
1695 FAILn("Integer multiply of expects int"); in MultiplicativeExpression()
1711 FAILn("expected doubles or floats"); in MultiplicativeExpression()
1729 FAILn("expected doubles or floats"); in MultiplicativeExpression()
1744 FAILn("expected doubles or floats"); in MultiplicativeExpression()
1777 FAILn("more than 2^20 additive values"); in AdditiveExpression()
1781 FAILn("illegal types for +"); in AdditiveExpression()
1801 FAILn("more than 2^20 additive values"); in AdditiveExpression()
1805 FAILn("illegal types for +"); in AdditiveExpression()
1846 FAILn("Expected intish for operator >>."); in ShiftExpression()
1859 FAILn("Expected intish for operator " #name "."); \ in ShiftExpression()
1894 FAILn("Expected signed, unsigned, double, or float for operator " #name \ in RelationalExpression()
1931 FAILn("Expected signed, unsigned, double, or float for operator " #name \ in EqualityExpression()
1957 FAILn("Expected intish for operator &."); in BitwiseANDExpression()
1974 FAILn("Expected intish for operator &."); in BitwiseXORExpression()
2011 FAILn("Expected |0 type annotation for call"); in BitwiseORExpression()
2017 FAILn("Expected intish for operator |."); in BitwiseORExpression()
2030 FAILn("Expected int in condition of ternary operator."); in ConditionalExpression()
2052 FAILn("Type mismatch in ternary operator."); in ConditionalExpression()
2088 FAILn("Expected mask literal"); in ValidateCall()
2091 FAILn("Expected power of 2 mask"); in ValidateCall()
2100 FAILn("Exceeded maximum function table size"); in ValidateCall()
2108 FAILn("Expected call table"); in ValidateCall()
2111 FAILn("Mask size mismatch"); in ValidateCall()
2131 FAILn("Expected function as call target"); in ValidateCall()
2151 FAILn("Bad function argument type"); in ValidateCall()
2204 FAILn("Imported function args must be type extern"); in ValidateCall()
2208 FAILn("Imported function can't be called as float"); in ValidateCall()
2228 FAILn("Expected callable function"); in ValidateCall()
2249 FAILn("Function use doesn't match definition"); in ValidateCall()
2350 FAILn("Function use doesn't match definition"); in ValidateCall()