Lines Matching defs:FAILn
45 #define FAILn(msg) FAIL_AND_RETURN(nullptr, msg)
1405 FAILn("Expected actual type");
1416 FAILn("Unexpected type");
1438 FAILn("Expected numeric literal.");
1448 FAILn("Undefined local variable");
1455 FAILn("Undefined global variable");
1501 FAILn("Expected valid heap load");
1513 FAILn("Invalid assignment target");
1522 FAILn("Illegal type stored to heap view");
1555 FAILn("Undeclared assignment target");
1558 FAILn("Expected mutable variable in assignment");
1565 FAILn("Type mismatch in assignment");
1600 FAILn("Integer numeric literal out of range.");
1618 FAILn("expected int/double?/float?");
1639 FAILn("expected signed/unsigned/double?/float?");
1644 FAILn("expected int");
1655 FAILn("expected double or float?");
1661 FAILn("operator ~ expects intish");
1682 FAILn("Expected int");
1700 FAILn("Expected int");
1718 FAILn("Constant multiple out of range");
1721 FAILn("Integer multiply of expects int");
1731 FAILn("Constant multiple out of range");
1734 FAILn("Integer multiply of expects int");
1750 FAILn("expected doubles or floats");
1768 FAILn("expected doubles or floats");
1783 FAILn("expected doubles or floats");
1816 FAILn("more than 2^20 additive values");
1820 FAILn("illegal types for +");
1840 FAILn("more than 2^20 additive values");
1844 FAILn("illegal types for +");
1885 FAILn("Expected intish for operator >>.");
1898 FAILn("Expected intish for operator " #name "."); \
1933 FAILn("Expected signed, unsigned, double, or float for operator " #name \
1970 FAILn("Expected signed, unsigned, double, or float for operator " #name \
1996 FAILn("Expected intish for operator &.");
2013 FAILn("Expected intish for operator &.");
2051 FAILn("Expected |0 type annotation for call");
2057 FAILn("Expected intish for operator |.");
2070 FAILn("Expected int in condition of ternary operator.");
2092 FAILn("Type mismatch in ternary operator.");
2127 FAILn("Expected intish index");
2132 FAILn("Expected mask literal");
2135 FAILn("Expected power of 2 mask");
2147 FAILn("Exceeded maximum function table size");
2155 FAILn("Expected call table");
2158 FAILn("Mask size mismatch");
2178 FAILn("Expected function as call target");
2198 FAILn("Bad function argument type");
2250 FAILn("Number of parameters exceeds internal limit");
2254 FAILn("Imported function args must be type extern");
2258 FAILn("Imported function can't be called as float");
2278 FAILn("Expected callable function");
2299 FAILn("Function use doesn't match definition");
2400 FAILn("Function use doesn't match definition");