Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DAddress.h35 mlir::Type elementType; variable
43 Address(mlir::Value pointer, mlir::Type elementType, in Address()
H A DCIRGenExprAggregate.cpp124 const QualType elementType = in emitArrayInit() local
H A DCIRGenCXXExpr.cpp237 QualType elementType, mlir::Type elementTy, in emitNewInitializer()
H A DCIRGenValue.h164 mlir::Type elementType; variable
H A DCIRGenExprConstant.cpp749 const QualType elementType = in tryEmitPrivate() local
H A DCIRGenExpr.cpp291 const mlir::Type elementType = addr.getElementType(); in emitStoreOfScalar() local
775 const mlir::Type elementType = cgf.convertTypeForMem(eltType); in emitArraySubscriptPtr() local
H A DCIRGenExprScalar.cpp1389 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic() local
/freebsd/sys/netgraph/
H A Dng_parse.h336 const struct ng_parse_type *elementType; member
362 const struct ng_parse_type *elementType; member
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.cpp80 } else if (auto elementType = getArrayElementType()) { in emitCXXValueTypeName() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp219 CharUnits CGCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl()
235 QualType elementType) { in requiresArrayCookie()
H A DConstantInitBuilder.cpp249 llvm::Type *elementType = element->getType(); in getOffsetFromGlobalTo() local
H A DAddress.h300 ConstantAddress(llvm::Constant *pointer, llvm::Type *elementType, in ConstantAddress()
H A DCGDecl.cpp2437 QualType elementType, in emitArrayDestroy()
2534 QualType elementType, CharUnits elementAlign, in RegularPartialArrayDestroy()
2558 QualType elementType, in IrregularPartialArrayDestroy()
2581 QualType elementType, in pushIrregularPartialArrayCleanup()
2597 QualType elementType, in pushRegularPartialArrayCleanup()
H A DCGExprAgg.cpp612 QualType elementType = in EmitArrayInit() local
2015 QualType elementType = in VisitArrayInitLoopExpr() local
H A DCodeGenFunction.cpp2336 QualType elementType = arrayType->getElementType(); in emitArrayLength() local
2423 QualType elementType; in getVLASize() local
H A DItaniumCXXABI.cpp2449 CharUnits ItaniumCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl()
2527 CharUnits ARMCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl()
2544 QualType elementType) { in InitializeArrayCookie()
H A DCGClass.cpp1991 QualType elementType; in EmitCXXAggrConstructorCall() local
2037 llvm::Type *elementType = arrayBase.getElementType(); in EmitCXXAggrConstructorCall() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/
H A DLoweringHelpers.cpp105 mlir::Type elementType, mlir::Type convertedElementType) { in convertToDenseElementsAttr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp445 SVal StoreManager::getLValueElement(QualType elementType, NonLoc Offset, in getLValueElement()
H A DSimpleSValBuilder.cpp1165 QualType elementType; in evalBinOpLN() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1018 QualType elementType = recurse(T->getElementType()); in TRIVIAL_TYPE_CLASS() local
1087 QualType elementType = recurse(T->getElementType()); in VisitConstantArrayType() local
1100 QualType elementType = recurse(T->getElementType()); in VisitVariableArrayType() local
1113 QualType elementType = recurse(T->getElementType()); in VisitIncompleteArrayType() local
1125 QualType elementType = recurse(T->getElementType()); in VisitVectorType() local
1137 QualType elementType = recurse(T->getElementType()); in VisitExtVectorType() local
1148 QualType elementType = recurse(T->getElementType()); in VisitConstantMatrixType() local
/freebsd/sys/dev/mpr/
H A Dmpr_sas_lsi.c279 u16 elementType; in mprsas_fw_work() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRTypes.cpp735 mlir::Type elementType, uint64_t size) { in verify()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1390 mlir::Type elementType = elementTypeIfVector(type); in matchAndRewrite() local
2224 mlir::Type elementType = elementTypeIfVector(op.getLhs().getType()); in matchAndRewrite() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1233 ElementRegion(QualType elementType, NonLoc Idx, const SubRegion *sReg) in ElementRegion()

12