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

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

Completed in 54 milliseconds