HomeSort by relevance Sort by last modified time
    Searched refs:Oracle (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-diff/
DifferenceEngine.h 50 /// An oracle for answering whether two values are equivalent as
52 class Oracle {
58 virtual ~Oracle() {}
74 /// Installs an oracle to decide whether two global values are
75 /// equivalent as operands. Without an oracle, global values are
78 void setGlobalValueOracle(Oracle *oracle) {
79 globalValueOracle = oracle;
87 Oracle *globalValueOracle;
DifferenceEngine.cpp 633 void DifferenceEngine::Oracle::anchor() { }
  /build/core/
main.mk 148 $(info You use OpenJDK but only Sun/Oracle JDK is supported.)
    [all...]

Completed in 168 milliseconds