Searched refs:count_val (Results 1 – 2 of 2) sorted by relevance
223 struct value *count_val; in java_value_print() local235 count_val = value_struct_elt (&val, NULL, "count", NULL, NULL); in java_value_print()236 count = value_as_address (count_val); in java_value_print()
143 size_t count_val = 0; in GetRepeatCommand() local153 if (copy_args[idx].ref().getAsInteger(0, count_val)) in GetRepeatCommand()167 std::string new_start_val = llvm::formatv("{0}", start_val + count_val); in GetRepeatCommand()