Home
last modified time | relevance | path

Searched defs:elementType (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/sys/netgraph/
H A Dng_parse.h336 const struct ng_parse_type *elementType; member
362 const struct ng_parse_type *elementType; member
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.cpp80 } else if (auto elementType = getArrayElementType()) { in emitCXXValueTypeName() local
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h124 ConstantAddress(llvm::Constant *pointer, llvm::Type *elementType, in ConstantAddress()
H A DCGCXXABI.cpp211 CharUnits CGCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl()
227 QualType elementType) { in requiresArrayCookie()
H A DConstantInitBuilder.cpp249 llvm::Type *elementType = element->getType(); in getOffsetFromGlobalTo() local
H A DCGDecl.cpp2304 QualType elementType, in emitArrayDestroy()
2401 QualType elementType, CharUnits elementAlign, in RegularPartialArrayDestroy()
2425 QualType elementType, in IrregularPartialArrayDestroy()
2448 QualType elementType, in pushIrregularPartialArrayCleanup()
2465 QualType elementType, in pushRegularPartialArrayCleanup()
H A DCGExprAgg.cpp505 QualType elementType = in EmitArrayInit() local
1846 QualType elementType = in VisitArrayInitLoopExpr() local
H A DCodeGenFunction.cpp2152 QualType elementType = arrayType->getElementType(); in emitArrayLength() local
2240 QualType elementType; in getVLASize() local
H A DItaniumCXXABI.cpp2234 CharUnits ItaniumCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl()
2312 CharUnits ARMCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl()
2329 QualType elementType) { in InitializeArrayCookie()
H A DCGClass.cpp1978 QualType elementType; in EmitCXXAggrConstructorCall() local
2024 llvm::Type *elementType = arrayBase.getElementType(); in EmitCXXAggrConstructorCall() local
H A DCGExprCXX.cpp2044 QualType elementType) { in EmitArrayDelete()
H A DCGExprScalar.cpp3693 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic() local
4074 QualType elementType = expr->getLHS()->getType()->getPointeeType(); in EmitSub() local
H A DMicrosoftCXXABI.cpp2295 QualType elementType) { in requiresArrayCookie()
2326 QualType elementType) { in InitializeArrayCookie()
H A DCGObjC.cpp1924 QualType elementType; in EmitObjCForCollectionStmt() local
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp443 SVal StoreManager::getLValueElement(QualType elementType, NonLoc Offset, in getLValueElement()
H A DSimpleSValBuilder.cpp1162 QualType elementType; in evalBinOpLN() local
H A DMemRegion.cpp1151 MemRegionManager::getElementRegion(QualType elementType, NonLoc Idx, in getElementRegion()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp914 QualType elementType = recurse(T->getElementType()); in TRIVIAL_TYPE_CLASS() local
982 QualType elementType = recurse(T->getElementType()); in VisitConstantArrayType() local
995 QualType elementType = recurse(T->getElementType()); in VisitVariableArrayType() local
1009 QualType elementType = recurse(T->getElementType()); in VisitIncompleteArrayType() local
1021 QualType elementType = recurse(T->getElementType()); in VisitVectorType() local
1033 QualType elementType = recurse(T->getElementType()); in VisitExtVectorType() local
1044 QualType elementType = recurse(T->getElementType()); in VisitConstantMatrixType() local
H A DASTContext.cpp3725 QualType ASTContext::getDependentSizedArrayType(QualType elementType, in getDependentSizedArrayType()
3789 QualType ASTContext::getIncompleteArrayType(QualType elementType, in getIncompleteArrayType()
6012 QualType elementType = AT->getElementType(); in getUnqualifiedArrayType() local
/freebsd-14.2/sys/dev/mpr/
H A Dmpr_sas_lsi.c281 u16 elementType; in mprsas_fw_work() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1200 ElementRegion(QualType elementType, NonLoc Idx, const SubRegion *sReg) in ElementRegion()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1588 QualType elementType = DeclType->castAs<ComplexType>()->getElementType(); in CheckComplexType() local
1747 QualType elementType = VT->getElementType(); in CheckVectorType() local
1994 QualType elementType = arrayType->getElementType(); in CheckArrayType() local
/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c3463 ELEMENT_TYPE *elementType; in storeAtts() local
6852 setElementTypePrefix(XML_Parser parser, ELEMENT_TYPE *elementType) { in setElementTypePrefix()