Home
last modified time | relevance | path

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

/freebsd-src/sys/netgraph/
H A Dng_parse.h336 const struct ng_parse_type *elementType; member
362 const struct ng_parse_type *elementType; member
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.cpp80 } else if (auto elementType = getArrayElementType()) { in emitCXXValueTypeName() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h124 ConstantAddress(llvm::Constant * pointer,llvm::Type * elementType,CharUnits alignment) ConstantAddress() argument
H A DCGCXXABI.cpp211 getArrayCookieSizeImpl(QualType elementType) getArrayCookieSizeImpl() argument
227 requiresArrayCookie(const CXXDeleteExpr * expr,QualType elementType) requiresArrayCookie() argument
H A DConstantInitBuilder.cpp249 llvm::Type *elementType = element->getType(); in getOffsetFromGlobalTo() local
H A DCGDecl.cpp2465 ElementType(elementType), Destroyer(destroyer), in pushRegularPartialArrayCleanup() argument
2304 emitArrayDestroy(llvm::Value * begin,llvm::Value * end,QualType elementType,CharUnits elementAlign,Destroyer * destroyer,bool checkZeroLength,bool useEHCleanup) emitArrayDestroy() argument
2401 RegularPartialArrayDestroy(llvm::Value * arrayBegin,llvm::Value * arrayEnd,QualType elementType,CharUnits elementAlign,CodeGenFunction::Destroyer * destroyer) RegularPartialArrayDestroy() argument
2425 IrregularPartialArrayDestroy(llvm::Value * arrayBegin,Address arrayEndPointer,QualType elementType,CharUnits elementAlign,CodeGenFunction::Destroyer * destroyer) IrregularPartialArrayDestroy() argument
2448 pushIrregularPartialArrayCleanup(llvm::Value * arrayBegin,Address arrayEndPointer,QualType elementType,CharUnits elementAlign,Destroyer * destroyer) pushIrregularPartialArrayCleanup() argument
[all...]
H A DCGExprAgg.cpp505 QualType elementType = EmitArrayInit() local
1846 QualType elementType = VisitArrayInitLoopExpr() local
[all...]
H A DCodeGenFunction.cpp2152 QualType elementType = arrayType->getElementType(); emitArrayLength() local
2240 QualType elementType; getVLASize() local
H A DItaniumCXXABI.cpp2234 getArrayCookieSizeImpl(QualType elementType) getArrayCookieSizeImpl() argument
2312 getArrayCookieSizeImpl(QualType elementType) getArrayCookieSizeImpl() argument
2329 InitializeArrayCookie(CodeGenFunction & CGF,Address newPtr,llvm::Value * numElements,const CXXNewExpr * expr,QualType elementType) InitializeArrayCookie() argument
H A DCGClass.cpp1978 QualType elementType; EmitCXXAggrConstructorCall() local
2024 llvm::Type *elementType = arrayBase.getElementType(); EmitCXXAggrConstructorCall() local
H A DCGExprCXX.cpp2044 EmitArrayDelete(CodeGenFunction & CGF,const CXXDeleteExpr * E,Address deletedPtr,QualType elementType) EmitArrayDelete() argument
H A DCGExprScalar.cpp3693 QualType elementType = pointerType->getPointeeType(); emitPointerArithmetic() local
4074 QualType elementType = expr->getLHS()->getType()->getPointeeType(); EmitSub() local
[all...]
H A DMicrosoftCXXABI.cpp2295 requiresArrayCookie(const CXXDeleteExpr * expr,QualType elementType) requiresArrayCookie() argument
2326 InitializeArrayCookie(CodeGenFunction & CGF,Address newPtr,llvm::Value * numElements,const CXXNewExpr * expr,QualType elementType) InitializeArrayCookie() argument
H A DCGObjC.cpp1924 QualType elementType; EmitObjCForCollectionStmt() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp443 SVal StoreManager::getLValueElement(QualType elementType, NonLoc Offset, in getLValueElement() argument
H A DSimpleSValBuilder.cpp1162 QualType elementType; in evalBinOpLN() local
H A DMemRegion.cpp1151 getElementRegion(QualType elementType,NonLoc Idx,const SubRegion * superRegion,ASTContext & Ctx) getElementRegion() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp914 QualType elementType = recurse(T->getElementType()); TRIVIAL_TYPE_CLASS() local
982 QualType elementType = recurse(T->getElementType()); VisitConstantArrayType() local
995 QualType elementType = recurse(T->getElementType()); VisitVariableArrayType() local
1009 QualType elementType = recurse(T->getElementType()); VisitIncompleteArrayType() local
1021 QualType elementType = recurse(T->getElementType()); VisitVectorType() local
1033 QualType elementType = recurse(T->getElementType()); VisitExtVectorType() local
1044 QualType elementType = recurse(T->getElementType()); VisitConstantMatrixType() local
[all...]
H A DASTContext.cpp3725 getDependentSizedArrayType(QualType elementType,Expr * numElements,ArraySizeModifier ASM,unsigned elementTypeQuals,SourceRange brackets) const getDependentSizedArrayType() argument
3789 getIncompleteArrayType(QualType elementType,ArraySizeModifier ASM,unsigned elementTypeQuals) const getIncompleteArrayType() argument
6012 QualType elementType = AT->getElementType(); getUnqualifiedArrayType() local
[all...]
/freebsd-src/sys/dev/mpr/
H A Dmpr_sas_lsi.c281 u16 elementType; in mprsas_fw_work() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1200 ElementRegion(QualType elementType,NonLoc Idx,const SubRegion * sReg) ElementRegion() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1588 QualType elementType = DeclType->castAs<ComplexType>()->getElementType(); CheckComplexType() local
1747 QualType elementType = VT->getElementType(); CheckVectorType() local
1994 QualType elementType = arrayType->getElementType(); CheckArrayType() local
[all...]
/freebsd-src/contrib/expat/lib/
H A Dxmlparse.c3314 ELEMENT_TYPE *elementType; storeAtts() local
6564 setElementTypePrefix(XML_Parser parser,ELEMENT_TYPE * elementType) setElementTypePrefix() argument
[all...]