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 63 /// isIdenticalTo - Return true if the specified macro definition is equal to
67 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/IR/
Instruction.cpp 260 /// isIdenticalTo - Return true if the specified instruction is exactly
263 bool Instruction::isIdenticalTo(const Instruction *I) const {
268 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 167 /// isIdenticalTo - Return true if this operand is identical to the specified
170 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const {
212 // Note: this must stay exactly in sync with isIdenticalTo above.
770 bool MachineInstr::isIdenticalTo(const MachineInstr *Other,
786 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
796 if (!MO.isIdenticalTo(OMO))
813 if (!MO.isIdenticalTo(OMO))
819 if (!MO.isIdenticalTo(OMO))
    [all...]

Completed in 76 milliseconds