Searched refs:LOCF (Results 1 – 6 of 6) sorted by relevance
/build/kati/ |
D | stmt.cc | 31 Value::DebugString(rhs).c_str(), LOCF(loc())); in DebugString() 66 NoLineBreak(orig_rhs.as_string()).c_str(), opstr, dirstr, LOCF(loc())); in DebugString() 84 Value::DebugString(expr).c_str(), LOCF(loc())); in DebugString() 106 false_stmts.size(), LOCF(loc())); in DebugString() 111 Value::DebugString(expr).c_str(), LOCF(loc())); in DebugString() 116 Value::DebugString(expr).c_str(), is_export, LOCF(loc())); in DebugString() 121 LOCF(loc())); in DebugString()
|
D | log.h | 93 ColorWarnLog(LOCF(loc), StringPrintf(__VA_ARGS__).c_str()); \ 99 ColorWarnLog(LOCF(loc), StringPrintf(__VA_ARGS__).c_str()); \ 104 ColorErrorLog(LOCF(loc), StringPrintf(__VA_ARGS__).c_str()); \
|
D | loc.h | 30 #define LOCF(x) (x).filename, (x).lineno macro
|
D | dep.cc | 167 LOCF(parent->primary_rule->cmd_loc())); in SetImplicitOutput() 192 output.c_str(), LOCF(primary_rule->cmd_loc())); in AddRule()
|
D | func.cc | 689 "echo -e \"%s:%d: %s\" 2>&1", LOCF(ev->loc()), EchoEscape(a).c_str())); in WarningFunc() 700 LOCF(ev->loc()), EchoEscape(a).c_str())); in ErrorFunc()
|
D | eval.cc | 557 LOCF(lowest_loc_)); in DumpStackStats()
|