Home | History | Annotate | Download | only in gn

Lines Matching refs:Err

8 #include "tools/gn/err.h"
21 Err* err)
22 : TargetGenerator(target, scope, function_call, err),
36 *err_ = Err(function_call_, "action_foreach target has no sources.",
69 *err_ = Err(function_call_, "This target type requires a \"script\".");
78 *err_ = Err(*value, "script name is empty");
110 *err_ = Err(function_call_, "Action has no outputs.",
118 *err_ = Err(function_call_, "Action has patterns in the output.",
127 *err_ = Err(function_call_,