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

  /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/clang/lib/Lex/
MacroInfo.cpp 72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
  /external/llvm/lib/IR/
Instruction.cpp 312 /// isIdenticalTo - Return true if the specified instruction is exactly
315 bool Instruction::isIdenticalTo(const Instruction *I) const {
320 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 185 /// isIdenticalTo - Return true if this operand is identical to the specified
188 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const {
233 // Note: this must stay exactly in sync with isIdenticalTo above.
827 bool MachineInstr::isIdenticalTo(const MachineInstr *Other,
843 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
853 if (!MO.isIdenticalTo(OMO))
870 if (!MO.isIdenticalTo(OMO))
876 if (!MO.isIdenticalTo(OMO))
    [all...]

Completed in 721 milliseconds