Home
last modified time | relevance | path

Searched refs:structType (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_common.h353 #define LAC_IDX_OF(structType, member) \ argument
354 (offsetof(structType, member) / sizeof(((structType *)0)->member))
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4055 StructType *structType; in emitGlobalConstantImpl() local
4056 if (AliasList && (structType = llvm::dyn_cast<StructType>(CV->getType()))) { in emitGlobalConstantImpl()
4057 unsigned numElements = {structType->getNumElements()}; in emitGlobalConstantImpl()
4060 const StructLayout *Layout = DL.getStructLayout(structType); in emitGlobalConstantImpl()