Lines Matching refs:first
57 const CompilationType& type = it.first; in calculateRequiredGuard()
186 const std::string& arch_expr = it.first; in generateGuardCondition()
226 int introduced = avail.arch_availability[it.first].introduced; in generateGuardCondition()
287 FileLocation current_location = current->first.end; in mergeGuards()
288 FileLocation end_location = next->first.start; in mergeGuards()
362 D("Not merging blocks %s and %s\n", to_string(current->first).c_str(), in mergeGuards()
363 to_string(next->first).c_str()); in mergeGuards()
369 D("Merging blocks %s and %s\n", to_string(current->first).c_str(), in mergeGuards()
370 to_string(next->first).c_str()); in mergeGuards()
372 Location merged = current->first; in mergeGuards()
373 merged.end = next->first.end; in mergeGuards()
389 const Location& loc = it->first; in rewriteFile()
419 const Location& location = decl_it.first; in preprocessHeaders()
465 file_lines[file_it.first] = readFileLines(file_it.first); in preprocessHeaders()
469 llvm::StringRef file_path = file_it.first; in preprocessHeaders()
476 Location loc = it.first; in preprocessHeaders()