HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_FOREACH (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/tools/gn/
action_values.cc 20 target->output_type() == Target::ACTION_FOREACH) {
action_target_generator.cc 34 if (output_type_ == Target::ACTION_FOREACH && target_->sources().empty()) {
36 *err_ = Err(function_call_, "action_foreach target has no sources.",
51 if (!FillOutputs(output_type_ == Target::ACTION_FOREACH))
121 "\"action_foreach\" target.");
124 } else if (output_type_ == Target::ACTION_FOREACH) {
128 "action_foreach should have a pattern in the output.",
129 "An action_foreach target should have a source expansion pattern in\n"
function_get_target_outputs.cc 42 " action_foreach targets: this will return the result of applying\n"
61 " action_foreach(\"my_action\") {\n"
123 target->output_type() == Target::ACTION_FOREACH) {
127 *err = Err(args[0], "Target is not an action, action_foreach, or copy.",
ninja_action_target_writer_unittest.cc 21 target.set_output_type(Target::ACTION_FOREACH);
80 // both sources and inputs (ACTION_FOREACH treats the sources differently).
176 target.set_output_type(Target::ACTION_FOREACH);
285 target.set_output_type(Target::ACTION_FOREACH);
ninja_target_writer.cc 62 target->output_type() == Target::ACTION_FOREACH) {
159 (target_->output_type() == Target::ACTION_FOREACH);
target.h 42 ACTION_FOREACH,
124 output_type_ == ACTION_FOREACH ||
function_get_target_outputs_unittest.cc 93 action->set_output_type(Target::ACTION_FOREACH);
toolchain.cc 148 case Target::ACTION_FOREACH:
target.cc 100 case ACTION_FOREACH:
283 case ACTION_FOREACH: {
command_desc.cc 643 target->output_type() != Target::ACTION_FOREACH;
689 target->output_type() == Target::ACTION_FOREACH) {
696 target->output_type() == Target::ACTION_FOREACH ||
ninja_action_target_writer.cc 51 if (target_->output_type() == Target::ACTION_FOREACH) {
ninja_binary_target_writer_unittest.cc 174 action.set_output_type(Target::ACTION_FOREACH);
target_generator.cc 94 Target::ACTION_FOREACH, err);

Completed in 359 milliseconds