HomeSort by: relevance | last modified time | path
    Searched defs:arg_i (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
benchmark_register.cc 173 size_t arg_i = 0; local
177 if (arg_i < family->arg_names_.size()) {
178 const auto& arg_name = family->arg_names_[arg_i];
181 StrFormat("%s:", family->arg_names_[arg_i].c_str());
188 ++arg_i;
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
benchmark_register.cc 173 size_t arg_i = 0; local
177 if (arg_i < family->arg_names_.size()) {
178 const auto& arg_name = family->arg_names_[arg_i];
181 StrFormat("%s:", family->arg_names_[arg_i].c_str());
186 ++arg_i;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-into-ssa.cc 2126 int arg_i = PHI_ARG_INDEX_FROM_USE (arg_p); local
2135 else if (gimple_phi_arg_has_location (phi, arg_i))
2136 locus = gimple_phi_arg_location (phi, arg_i);
2151 gimple_phi_arg_set_location (phi, arg_i, locus);
  /src/external/gpl3/gcc/dist/gcc/
tree-into-ssa.cc 2142 int arg_i = PHI_ARG_INDEX_FROM_USE (arg_p); local
2151 else if (gimple_phi_arg_has_location (phi, arg_i))
2152 locus = gimple_phi_arg_location (phi, arg_i);
2167 gimple_phi_arg_set_location (phi, arg_i, locus);

Completed in 25 milliseconds