Searched refs:ERROR_LOC (Results 1 – 8 of 8) sorted by relevance
/build/kati/ |
D | rule.cc | 61 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()
|
D | rule.h | 52 ERROR_LOC(loc, "%s", msg.c_str()); in Error()
|
D | log.h | 91 #define ERROR_LOC(loc, ...) do { \ macro
|
D | expr.cc | 320 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()
|
D | parser.cc | 95 ERROR_LOC(Loc(loc_.filename, loc_.lineno + 1), "*** missing `endif'."); in Parse() 97 ERROR_LOC(Loc(loc_.filename, define_start_line_), in Parse()
|
D | eval.cc | 386 ERROR_LOC(loc_, "%s", msg.c_str()); in Error()
|
D | dep.cc | 159 ERROR_LOC(r->loc, "*** target file `%s' has both : and :: entries.", in AddRule()
|
D | func.cc | 559 ERROR_LOC(ev->loc(), "kati doesn't support passing results of $(shell) " in ShellFunc()
|