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
std::string ROF(
ReferenceOutputFile
);
FindBugs.cpp
42
if (
ReferenceOutputFile
.empty()) {
ExecutionDriver.cpp
412
/// into
ReferenceOutputFile
. Returns true if reference file created, false
422
ReferenceOutputFile
= executeProgramSafely(Program, Filename, &Error);
433
outs() << "\nReference output is: " <<
ReferenceOutputFile
<< "\n\n";
438
/// output against the file specified by
ReferenceOutputFile
. If the output
455
if (int Diff = DiffFilesWithTolerance(
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 50 milliseconds