Lines Matching refs:errorx
448 errorx("missing '}' for block opened on line " _block_start "")
653 errorx("missing '<sromcrc>' entry for '"revision"' layout, " \
678 errorx("missing 'sromrev' entry for '"revision"' layout, " \
683 errorx("'sromrev' entry has non-u8 type '" \
751 errorx("no type value set")
816 errorx("can't set relative offset with a pending bind")
848 errorx("can't encode '" value "' as immediate, and no " \
857 errorx("cannot int8 encode '" value "'")
889 errorx("can't encode '" value "' (too large)")
961 errorx("invalid range: " revrange_to_string(revisions))
973 errorx(sprintf("cannot encode range values %s (>= %u)",
1101 errorx(sprintf("cannot encode SKIP_IN=%d; maximum supported " \
1107 errorx(sprintf("cannot encode SKIP_OUT=%d; maximum supported " \
1249 errorx("bind not flushed!")
1283 errorx("stream/bind offset state mismatch")
1302 errorx("cannot flush bind with an existing pending_bind active")
1309 errorx("invalid skip values in buffered bind")
1518 errorx("missing variable ID for " obj_to_string(_var))
1711 errorx("class_get() must be called with one or two arguments")
1715 errorx("redefining class: " name)
1731 errorx("no such class " name)
1742 errorx(cls " is not a class object")
1750 errorx("class_has_prop_id() must be called with two arguments")
1764 errorx(class " is not a class object")
1767 errorx("class_has_prop_id() must be called with two arguments")
1792 errorx("class_add_prop() must be called with three arguments")
1796 errorx("property " prop[PROP_NAME] " already defined on " \
1823 errorx("class_get_prop_id() on null class")
1826 errorx("requested undefined property '" prop[PROP_NAME] "on " \
1836 errorx("class_get_prop_id() on null class")
1839 errorx("requested undefined property '" name "'")
1844 errorx("requested undefined property '" _g_props[_prop_id] \
1854 errorx("obj_new() must be called with one argument")
1889 errorx("cannot delete class objects")
1939 errorx("obj_get_class() on null object")
1946 errorx("obj_is_instanceof() must be called with two arguments")
1949 errorx(class " is not a class object")
1952 errorx("obj_is_instanceof() called with null obj (class " \
2022 errorx(class_get_name(obj_get_class(obj)) "<" obj "> is not " \
2030 errorx("obj_has_property() on null object")
2039 errorx("obj_has_prop_id() on null object")
2049 errorx("obj_get_prop_id_nr() on null object")
2052 errorx("requested undefined property '" _g_props[prop_id] \
2060 errorx("property '" _g_props[prop_id] "' (" prop_id ") not " \
2073 errorx("obj_get_prop_id() on null object")
2082 errorx("obj_get_named_prop_id() on null object")
2101 errorx("setting property '" _g_props[prop_id] \
2107 errorx(obj " has no superclass")
2110 errorx("requested undefined property '" _g_props[prop_id] \
2122 errorx("'" prop_id "' is not a property ID")
2131 errorx("prop_to_path() called with non-property head")
2141 errorx("prop_path() called with non-property head")
2144 errorx("prop_path() called with non-property tail")
2152 errorx("prop_path_append() called with non-property tail")
2160 errorx("'" tail_id "' is not a property ID")
2171 errorx("requested property path '" \
2192 errorx("empty property path")
2213 errorx("requested property '" _g_props[prop_id] \
2219 errorx(obj " has no superclass")
2222 errorx("requested undefined property '" _g_props[prop_id] \
2283 errorx(idx " out of range of array " obj_to_string(array))
2294 errorx(idx " out of range of array " obj_to_string(array))
2314 errorx("no more than three property paths may be specified")
2697 errorx("called type_named() with null name")
2765 errorx("can't append to non-continuation string '" \
3541 errorx(msg " at " FILENAME " line " line)
3548 errorx(msg " at " FILENAME " line " NR ":\n\t" $0)
3554 function errorx(msg) { function
3633 errorx("parser_state_get() called with empty parse stack")
3641 errorx("parser_state_pop() called with empty parse stack")
3666 errorx("parser_state_find_context() called with null class")
3679 errorx("no context instance of type '" class_get_name(class) "' " \
3719 errorx("called in_parser_context() with null class")