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 90 /// isIdenticalTo - Return true if the specified macro definition is equal to
94 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const {
  /frameworks/native/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/VMCore/
Instruction.cpp 170 /// isIdenticalTo - Return true if the specified instruction is exactly
173 bool Instruction::isIdenticalTo(const Instruction *I) const {
178 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 168 /// isIdenticalTo - Return true if this operand is identical to the specified
171 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const {
212 // Note: this must stay exactly in sync with isIdenticalTo above.
832 bool MachineInstr::isIdenticalTo(const MachineInstr *Other,
848 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
858 if (!MO.isIdenticalTo(OMO))
875 if (!MO.isIdenticalTo(OMO))
881 if (!MO.isIdenticalTo(OMO))
    [all...]

Completed in 63 milliseconds