Home
last modified time | relevance | path

Searched refs:LOCF (Results 1 – 6 of 6) sorted by relevance

/build/kati/
Dstmt.cc31 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()
Dlog.h93 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()); \
Dloc.h30 #define LOCF(x) (x).filename, (x).lineno macro
Ddep.cc167 LOCF(parent->primary_rule->cmd_loc())); in SetImplicitOutput()
192 output.c_str(), LOCF(primary_rule->cmd_loc())); in AddRule()
Dfunc.cc689 "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()
Deval.cc557 LOCF(lowest_loc_)); in DumpStackStats()