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

  /external/llvm/include/llvm/
DerivedTypes.h 283 /// isLayoutIdentical - Return true if this is layout identical to the
285 bool isLayoutIdentical(StructType *Other) const;
  /external/llvm/lib/VMCore/
Type.cpp 618 /// isLayoutIdentical - Return true if this is layout identical to the
620 bool StructType::isLayoutIdentical(StructType *Other) const {
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 565 if (ValSTy->isLayoutIdentical(STy))
    [all...]

Completed in 44 milliseconds