OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReferenceOutputFile
(Results
1 - 4
of
4
) sorted by null
/external/llvm/tools/bugpoint/
BugDriver.cpp
72
: Context(ctxt), ToolName(toolname),
ReferenceOutputFile
(OutputFile),
187
if (
ReferenceOutputFile
.empty()) {
197
sys::Path ROF(
ReferenceOutputFile
);
FindBugs.cpp
41
if (
ReferenceOutputFile
.empty()) {
ExecutionDriver.cpp
406
/// into
ReferenceOutputFile
. Returns true if reference file created, false
416
ReferenceOutputFile
= executeProgramSafely(Program, Filename, &Error);
427
outs() << "\nReference output is: " <<
ReferenceOutputFile
<< "\n\n";
432
/// output against the file specified by
ReferenceOutputFile
. If the output
449
if (int Diff = DiffFilesWithTolerance(sys::Path(
ReferenceOutputFile
),
BugDriver.h
49
std::string
ReferenceOutputFile
; // Name of `good' output file
189
/// into
ReferenceOutputFile
. Returns true if reference file created, false
197
/// output against the file specified by
ReferenceOutputFile
. If the output
Completed in 37 milliseconds