Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netgraph/
H A Dng_parse.h337 const struct ng_parse_type *elementType; member
363 const struct ng_parse_type *elementType; member
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.cpp79 } else if (auto elementType = getArrayElementType()) { in emitCXXValueTypeName() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp170 CharUnits CGCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl()
186 QualType elementType) { in requiresArrayCookie()
H A DConstantInitBuilder.cpp250 llvm::Type *elementType = element->getType(); in getOffsetFromGlobalTo() local
H A DCGDecl.cpp2222 QualType elementType, in emitArrayDestroy()
2317 QualType elementType, CharUnits elementAlign, in RegularPartialArrayDestroy()
2341 QualType elementType, in IrregularPartialArrayDestroy()
2364 QualType elementType, in pushIrregularPartialArrayCleanup()
2381 QualType elementType, in pushRegularPartialArrayCleanup()
H A DCGExprAgg.cpp480 QualType elementType = in EmitArrayInit() local
1796 QualType elementType = in VisitArrayInitLoopExpr() local
H A DCodeGenFunction.cpp2005 QualType elementType = arrayType->getElementType(); in emitArrayLength() local
2092 QualType elementType; in getVLASize() local
H A DItaniumCXXABI.cpp2191 CharUnits ItaniumCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl()
2270 CharUnits ARMCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl()
2287 QualType elementType) { in InitializeArrayCookie()
H A DCGClass.cpp1918 QualType elementType; in EmitCXXAggrConstructorCall() local
1964 llvm::Type *elementType = arrayBase.getElementType(); in EmitCXXAggrConstructorCall() local
H A DCGExprCXX.cpp2020 QualType elementType) { in EmitArrayDelete()
H A DMicrosoftCXXABI.cpp2265 QualType elementType) { in requiresArrayCookie()
2297 QualType elementType) { in InitializeArrayCookie()
H A DCGExprScalar.cpp3454 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic() local
3790 QualType elementType = expr->getLHS()->getType()->getPointeeType(); in EmitSub() local
H A DCGObjC.cpp1877 QualType elementType; in EmitObjCForCollectionStmt() local
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp443 SVal StoreManager::getLValueElement(QualType elementType, NonLoc Offset, in getLValueElement()
H A DSimpleSValBuilder.cpp1060 QualType elementType; in evalBinOpLN() local
H A DMemRegion.cpp1096 MemRegionManager::getElementRegion(QualType elementType, NonLoc Idx, in getElementRegion()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp882 QualType elementType = recurse(T->getElementType()); in TRIVIAL_TYPE_CLASS() local
950 QualType elementType = recurse(T->getElementType()); in VisitConstantArrayType() local
963 QualType elementType = recurse(T->getElementType()); in VisitVariableArrayType() local
977 QualType elementType = recurse(T->getElementType()); in VisitIncompleteArrayType() local
989 QualType elementType = recurse(T->getElementType()); in VisitVectorType() local
1001 QualType elementType = recurse(T->getElementType()); in VisitExtVectorType() local
1012 QualType elementType = recurse(T->getElementType()); in VisitConstantMatrixType() local
H A DASTContext.cpp3651 QualType ASTContext::getDependentSizedArrayType(QualType elementType, in getDependentSizedArrayType()
3719 QualType ASTContext::getIncompleteArrayType(QualType elementType, in getIncompleteArrayType()
5745 QualType elementType = AT->getElementType(); in getUnqualifiedArrayType() local
/freebsd-13.1/sys/dev/mpr/
H A Dmpr_sas_lsi.c283 u16 elementType; in mprsas_fw_work() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1147 ElementRegion(QualType elementType, NonLoc Idx, const SubRegion *sReg) in ElementRegion()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1537 QualType elementType = DeclType->castAs<ComplexType>()->getElementType(); in CheckComplexType() local
1689 QualType elementType = VT->getElementType(); in CheckVectorType() local
1919 QualType elementType = arrayType->getElementType(); in CheckArrayType() local
/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c3245 ELEMENT_TYPE *elementType; in storeAtts() local
6422 setElementTypePrefix(XML_Parser parser, ELEMENT_TYPE *elementType) { in setElementTypePrefix()