HomeSort by relevance Sort by last modified time
    Searched defs:isIdenticalTo (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Lex/
MacroInfo.cpp 72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
  /system/core/include/utils/
KeyedVector.h 63 inline bool isIdenticalTo(const KeyedVector& rhs) const;
132 bool KeyedVector<KEY,VALUE>::isIdenticalTo(const KeyedVector<KEY,VALUE>& rhs) const {
  /external/llvm/lib/IR/
Instruction.cpp 318 /// isIdenticalTo - Return true if the specified instruction is exactly
321 bool Instruction::isIdenticalTo(const Instruction *I) const {
326 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 166 /// isIdenticalTo - Return true if this operand is identical to the specified
169 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const {
214 // Note: this must stay exactly in sync with isIdenticalTo above.
790 bool MachineInstr::isIdenticalTo(const MachineInstr *Other,
806 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
816 if (!MO.isIdenticalTo(OMO))
833 if (!MO.isIdenticalTo(OMO))
839 if (!MO.isIdenticalTo(OMO))
    [all...]

Completed in 914 milliseconds