OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SafeInterpreter
(Results
1 - 4
of
4
) sorted by null
/external/llvm/tools/bugpoint/
ExecutionDriver.cpp
148
SafeInterpreter
= 0;
211
if (!
SafeInterpreter
&&
215
SafeInterpreter
= AbstractInterpreter::createLLC(Path.c_str(), Message,
221
if (!
SafeInterpreter
&&
226
SafeInterpreter
= AbstractInterpreter::createLLC(Path.c_str(), Message,
231
if (!
SafeInterpreter
) {
239
SafeInterpreter
= AbstractInterpreter::createLLC(Path.c_str(), Message,
245
SafeInterpreter
=
253
if (!
SafeInterpreter
) { outs() << Message << "\nExiting.\n"; exit(1); }
383
return executeProgram(Program, OutputFile, "", "",
SafeInterpreter
, Error)
[
all
...]
BugDriver.h
53
AbstractInterpreter *
SafeInterpreter
; // To generate reference output, etc.
150
Interpreter = (AbstractInterpreter*)
SafeInterpreter
;
BugDriver.cpp
73
Program(0), Interpreter(0),
SafeInterpreter
(0), gcc(0),
Miscompilation.cpp
[
all
...]
Completed in 209 milliseconds