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

  /external/llvm/unittests/IR/
TypesTest.cpp 35 EXPECT_TRUE(Foo->isLayoutIdentical(Bar));
  /external/llvm/include/llvm/IR/
DerivedTypes.h 280 /// isLayoutIdentical - Return true if this is layout identical to the
282 bool isLayoutIdentical(StructType *Other) const;
  /external/llvm/lib/IR/
Type.cpp 604 /// isLayoutIdentical - Return true if this is layout identical to the
606 bool StructType::isLayoutIdentical(StructType *Other) const {
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 543 if (ValSTy->isLayoutIdentical(STy))
    [all...]

Completed in 58 milliseconds