Home
last modified time | relevance | path

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

/NextBSD/sys/netgraph/
HDng_parse.h338 const struct ng_parse_type *elementType; member
364 const struct ng_parse_type *elementType; member
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCXXABI.cpp184 CharUnits CGCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl()
200 QualType elementType) { in requiresArrayCookie()
HDCGDecl.cpp1003 QualType elementType; in EmitAutoVarAlloca() local
1557 QualType elementType, in RegularPartialArrayDestroy()
1579 QualType elementType, in IrregularPartialArrayDestroy()
1600 QualType elementType, in pushIrregularPartialArrayCleanup()
1615 QualType elementType, in pushRegularPartialArrayCleanup()
HDCGExprAgg.cpp406 QualType elementType, InitListExpr *E) { in EmitArrayInit()
1146 QualType elementType = in VisitInitListExpr() local
HDCodeGenFunction.cpp1406 QualType elementType = arrayType->getElementType(); in emitArrayLength() local
1494 QualType elementType; in getVLASize() local
HDItaniumCXXABI.cpp1561 CharUnits ItaniumCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl()
1644 CharUnits ARMCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl()
1661 QualType elementType) { in InitializeArrayCookie()
HDCGExprScalar.cpp2490 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic() local
2678 QualType elementType = expr->getLHS()->getType()->getPointeeType(); in EmitSub() local
HDCGExprCXX.cpp1574 QualType elementType) { in EmitArrayDelete()
HDMicrosoftCXXABI.cpp2050 QualType elementType) { in requiresArrayCookie()
2083 QualType elementType) { in InitializeArrayCookie()
HDCGClass.cpp1659 QualType elementType; in EmitCXXAggrConstructorCall() local
HDCGObjC.cpp1602 QualType elementType; in EmitObjCForCollectionStmt() local
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp662 QualType elementType = recurse(T->getElementType()); in TRIVIAL_TYPE_CLASS() local
730 QualType elementType = recurse(T->getElementType()); in VisitConstantArrayType() local
743 QualType elementType = recurse(T->getElementType()); in VisitVariableArrayType() local
757 QualType elementType = recurse(T->getElementType()); in VisitIncompleteArrayType() local
769 QualType elementType = recurse(T->getElementType()); in VisitVectorType() local
781 QualType elementType = recurse(T->getElementType()); in VisitExtVectorType() local
HDASTContext.cpp2710 QualType ASTContext::getDependentSizedArrayType(QualType elementType, in getDependentSizedArrayType()
2777 QualType ASTContext::getIncompleteArrayType(QualType elementType, in getIncompleteArrayType()
4091 QualType elementType = AT->getElementType(); in getUnqualifiedArrayType() local
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDStore.cpp427 SVal StoreManager::getLValueElement(QualType elementType, NonLoc Offset, in getLValueElement()
HDSimpleSValBuilder.cpp904 QualType elementType; in evalBinOpLN() local
HDMemRegion.cpp906 MemRegionManager::getElementRegion(QualType elementType, NonLoc Idx, in getElementRegion()
/NextBSD/contrib/llvm/lib/IR/
HDType.cpp686 ArrayType *ArrayType::get(Type *elementType, uint64_t NumElements) { in get()
713 VectorType *VectorType::get(Type *elementType, unsigned NumElements) { in get()
/NextBSD/sys/dev/mpr/
HDmpr_sas_lsi.c278 u16 elementType; in mprsas_fw_work() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp1208 QualType elementType = DeclType->getAs<ComplexType>()->getElementType(); in CheckComplexType() local
1355 QualType elementType = VT->getElementType(); in CheckVectorType() local
1555 QualType elementType = arrayType->getElementType(); in CheckArrayType() local
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDMemRegion.h1014 ElementRegion(QualType elementType, NonLoc Idx, const MemRegion* sReg) in ElementRegion()
/NextBSD/contrib/expat/lib/
HDxmlparse.c2722 ELEMENT_TYPE *elementType; in storeAtts() local
5419 setElementTypePrefix(XML_Parser parser, ELEMENT_TYPE *elementType) in setElementTypePrefix()