Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp129 std::pair<tooling::Replacements, unsigned> RunResult = in process() local
134 for (const tooling::Replacement &Fix : RunResult.first) in process()
140 Penalty += RunResult.second; in process()
141 for (const auto &R : RunResult.first) { in process()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp206 int RunResult = in printSymbolizedStackTrace()
208 if (RunResult != 0) in printSymbolizedStackTrace()
205 int RunResult = printSymbolizedStackTrace() local