Home
last modified time | relevance | path

Searched refs:ERROR_LOC (Results 1 – 8 of 8) sorted by relevance

/build/kati/
Drule.cc61 ERROR_LOC(loc, "*** missing separator."); in ParseRule()
74 ERROR_LOC(loc, "*** mixed implicit and normal rules: deprecated syntax"); in ParseRule()
138 ERROR_LOC(loc, "*** mixed implicit and normal rules: deprecated syntax"); in ParseRule()
157 ERROR_LOC(loc, "*** missing target pattern."); in ParseRule()
160 ERROR_LOC(loc, "*** multiple target patterns."); in ParseRule()
163 ERROR_LOC(loc, "*** target pattern contains no '%%'."); in ParseRule()
Drule.h52 ERROR_LOC(loc, "%s", msg.c_str()); in Error()
Dlog.h91 #define ERROR_LOC(loc, ...) do { \ macro
Dexpr.cc320 ERROR_LOC(loc, "*** unterminated call to function '%s': " in ParseFunc()
335 ERROR_LOC(loc, "*** insufficient number of arguments (%d) to function `%s'.", in ParseFunc()
436 ERROR_LOC(loc, "*** unterminated variable reference."); in ParseDollar()
Dparser.cc95 ERROR_LOC(Loc(loc_.filename, loc_.lineno + 1), "*** missing `endif'."); in Parse()
97 ERROR_LOC(Loc(loc_.filename, define_start_line_), in Parse()
Deval.cc386 ERROR_LOC(loc_, "%s", msg.c_str()); in Error()
Ddep.cc159 ERROR_LOC(r->loc, "*** target file `%s' has both : and :: entries.", in AddRule()
Dfunc.cc559 ERROR_LOC(ev->loc(), "kati doesn't support passing results of $(shell) " in ShellFunc()