Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DSignals.cpp122 int RunResult = in printSymbolizedStackTrace() local
124 if (RunResult != 0) in printSymbolizedStackTrace()
/external/chromium-trace/catapult/third_party/vinn/vinn/
D_vinn.py116 class RunResult(object): class
247 return RunResult(0, out)
257 return RunResult(returncode - 1, out)
/external/clang/lib/Format/
DFormat.cpp1448 tooling::Replacements RunResult = in format() local
1452 for (tooling::Replacements::iterator I = RunResult.begin(), in format()
1453 E = RunResult.end(); in format()
1461 Result.insert(RunResult.begin(), RunResult.end()); in format()