Home
last modified time | relevance | path

Searched refs:isLayoutIdentical (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DDerivedTypes.h324 bool isLayoutIdentical(StructType *Other) const;
/openbsd/src/gnu/llvm/llvm/lib/IR/
DType.cpp596 bool StructType::isLayoutIdentical(StructType *Other) const { in isLayoutIdentical() function in StructType
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExprConstant.cpp510 if (DesiredSTy->isLayoutIdentical(STy)) in buildFrom()