Lines Matching refs:errorx

447 		errorx("missing '}' for block opened on line " _block_start "")
652 errorx("missing '<sromcrc>' entry for '"revision"' layout, " \
677 errorx("missing 'sromrev' entry for '"revision"' layout, " \
682 errorx("'sromrev' entry has non-u8 type '" \
750 errorx("no type value set")
815 errorx("can't set relative offset with a pending bind")
847 errorx("can't encode '" value "' as immediate, and no " \
856 errorx("cannot int8 encode '" value "'")
888 errorx("can't encode '" value "' (too large)")
960 errorx("invalid range: " revrange_to_string(revisions))
972 errorx(sprintf("cannot encode range values %s (>= %u)",
1100 errorx(sprintf("cannot encode SKIP_IN=%d; maximum supported " \
1106 errorx(sprintf("cannot encode SKIP_OUT=%d; maximum supported " \
1248 errorx("bind not flushed!")
1282 errorx("stream/bind offset state mismatch")
1301 errorx("cannot flush bind with an existing pending_bind active")
1308 errorx("invalid skip values in buffered bind")
1517 errorx("missing variable ID for " obj_to_string(_var))
1710 errorx("class_get() must be called with one or two arguments")
1714 errorx("redefining class: " name)
1730 errorx("no such class " name)
1741 errorx(cls " is not a class object")
1749 errorx("class_has_prop_id() must be called with two arguments")
1763 errorx(class " is not a class object")
1766 errorx("class_has_prop_id() must be called with two arguments")
1791 errorx("class_add_prop() must be called with three arguments")
1795 errorx("property " prop[PROP_NAME] " already defined on " \
1822 errorx("class_get_prop_id() on null class")
1825 errorx("requested undefined property '" prop[PROP_NAME] "on " \
1835 errorx("class_get_prop_id() on null class")
1838 errorx("requested undefined property '" name "'")
1843 errorx("requested undefined property '" _g_props[_prop_id] \
1853 errorx("obj_new() must be called with one argument")
1888 errorx("cannot delete class objects")
1938 errorx("obj_get_class() on null object")
1945 errorx("obj_is_instanceof() must be called with two arguments")
1948 errorx(class " is not a class object")
1951 errorx("obj_is_instanceof() called with null obj (class " \
2021 errorx(class_get_name(obj_get_class(obj)) "<" obj "> is not " \
2029 errorx("obj_has_property() on null object")
2038 errorx("obj_has_prop_id() on null object")
2048 errorx("obj_get_prop_id_nr() on null object")
2051 errorx("requested undefined property '" _g_props[prop_id] \
2059 errorx("property '" _g_props[prop_id] "' (" prop_id ") not " \
2072 errorx("obj_get_prop_id() on null object")
2081 errorx("obj_get_named_prop_id() on null object")
2100 errorx("setting property '" _g_props[prop_id] \
2106 errorx(obj " has no superclass")
2109 errorx("requested undefined property '" _g_props[prop_id] \
2121 errorx("'" prop_id "' is not a property ID")
2130 errorx("prop_to_path() called with non-property head")
2140 errorx("prop_path() called with non-property head")
2143 errorx("prop_path() called with non-property tail")
2151 errorx("prop_path_append() called with non-property tail")
2159 errorx("'" tail_id "' is not a property ID")
2170 errorx("requested property path '" \
2191 errorx("empty property path")
2212 errorx("requested property '" _g_props[prop_id] \
2218 errorx(obj " has no superclass")
2221 errorx("requested undefined property '" _g_props[prop_id] \
2282 errorx(idx " out of range of array " obj_to_string(array))
2293 errorx(idx " out of range of array " obj_to_string(array))
2313 errorx("no more than three property paths may be specified")
2696 errorx("called type_named() with null name")
2764 errorx("can't append to non-continuation string '" \
3540 errorx(msg " at " FILENAME " line " line)
3547 errorx(msg " at " FILENAME " line " NR ":\n\t" $0)
3553 function errorx(msg) { function
3632 errorx("parser_state_get() called with empty parse stack")
3640 errorx("parser_state_pop() called with empty parse stack")
3665 errorx("parser_state_find_context() called with null class")
3678 errorx("no context instance of type '" class_get_name(class) "' " \
3718 errorx("called in_parser_context() with null class")