OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:globalValueOracle
(Results
1 - 4
of
4
) sorted by null
/external/llvm/tools/llvm-diff/
DifferenceEngine.h
61
: consumer(consumer),
globalValueOracle
(nullptr) {}
78
globalValueOracle
= oracle;
86
Oracle *
globalValueOracle
;
DifferenceEngine.cpp
680
if (
globalValueOracle
) return (*
globalValueOracle
)(L, R);
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DifferenceEngine.h
61
: context(context), consumer(consumer),
globalValueOracle
(0) {}
78
globalValueOracle
= oracle;
87
Oracle *
globalValueOracle
;
DifferenceEngine.cpp
675
if (
globalValueOracle
) return (*
globalValueOracle
)(L, R);
Completed in 195 milliseconds