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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2606 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, argument
2734 llvm::StructType *byrefType =
2748 types.push_back(llvm::PointerType::getUnqual(byrefType));
2802 byrefType->setBody(types, packed);
2805 info.Type = byrefType;
2822 llvm::StructType *byrefType = cast<llvm::StructType>( local
2837 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission);
2906 CharUnits byrefSize = CGM.GetTargetTypeStoreSize(byrefType);
H A DCodeGenFunction.h4378 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,
/freebsd-12-stable/contrib/gcc/
H A Dc-common.c7079 int HasByrefArray(tree byrefType)
7083 if (TREE_CODE(byrefType) != RECORD_TYPE)
7086 for (s1 = TYPE_FIELDS (byrefType); s1; s1 = TREE_CHAIN (s1))
7059 HasByrefArray(tree byrefType) argument

Completed in 96 milliseconds