Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2614 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() argument
2744 llvm::StructType *byrefType = in getBlockByrefInfo() local
2758 types.push_back(llvm::PointerType::getUnqual(byrefType)); in getBlockByrefInfo()
2812 byrefType->setBody(types, packed); in getBlockByrefInfo()
2815 info.Type = byrefType; in getBlockByrefInfo()
2832 llvm::StructType *byrefType = cast<llvm::StructType>( in emitByrefStructureInit() local
2848 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()
2917 CharUnits byrefSize = CGM.GetTargetTypeStoreSize(byrefType); in emitByrefStructureInit()
H A DCodeGenFunction.h4331 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,
/freebsd-12.1/contrib/gcc/
H A Dc-common.c7059 int HasByrefArray(tree byrefType) in HasByrefArray() argument
7063 if (TREE_CODE(byrefType) != RECORD_TYPE) in HasByrefArray()
7066 for (s1 = TYPE_FIELDS (byrefType); s1; s1 = TREE_CHAIN (s1)) in HasByrefArray()