Searched refs:RunResult (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnalyzer.cpp90 std::pair<tooling::Replacements, unsigned> RunResult = local
95 for (tooling::Replacements::const_iterator I = RunResult.first.begin(),
96 E = RunResult.first.end();
105 Penalty += RunResult.second;
106 for (const auto &R : RunResult.first) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DSignals.cpp178 int RunResult = local
180 if (RunResult != 0)

Completed in 127 milliseconds