/freebsd-src/sys/netgraph/ |
H A D | ng_parse.h | 336 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 D | ASTTableGen.cpp | 80 } else if (auto elementType = getArrayElementType()) { in emitCXXValueTypeName() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | Address.h | 124 ConstantAddress(llvm::Constant * pointer,llvm::Type * elementType,CharUnits alignment) ConstantAddress() argument
|
H A D | CGCXXABI.cpp | 211 getArrayCookieSizeImpl(QualType elementType) getArrayCookieSizeImpl() argument 227 requiresArrayCookie(const CXXDeleteExpr * expr,QualType elementType) requiresArrayCookie() argument
|
H A D | ConstantInitBuilder.cpp | 249 llvm::Type *elementType = element->getType(); in getOffsetFromGlobalTo() local
|
H A D | CGDecl.cpp | 2465 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 D | CGExprAgg.cpp | 505 QualType elementType = EmitArrayInit() local 1846 QualType elementType = VisitArrayInitLoopExpr() local [all...] |
H A D | CodeGenFunction.cpp | 2152 QualType elementType = arrayType->getElementType(); emitArrayLength() local 2240 QualType elementType; getVLASize() local
|
H A D | ItaniumCXXABI.cpp | 2234 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 D | CGClass.cpp | 1978 QualType elementType; EmitCXXAggrConstructorCall() local 2024 llvm::Type *elementType = arrayBase.getElementType(); EmitCXXAggrConstructorCall() local
|
H A D | CGExprCXX.cpp | 2044 EmitArrayDelete(CodeGenFunction & CGF,const CXXDeleteExpr * E,Address deletedPtr,QualType elementType) EmitArrayDelete() argument
|
H A D | CGExprScalar.cpp | 3693 QualType elementType = pointerType->getPointeeType(); emitPointerArithmetic() local 4074 QualType elementType = expr->getLHS()->getType()->getPointeeType(); EmitSub() local [all...] |
H A D | MicrosoftCXXABI.cpp | 2295 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 D | CGObjC.cpp | 1924 QualType elementType; EmitObjCForCollectionStmt() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 443 SVal StoreManager::getLValueElement(QualType elementType, NonLoc Offset, in getLValueElement() argument
|
H A D | SimpleSValBuilder.cpp | 1162 QualType elementType; in evalBinOpLN() local
|
H A D | MemRegion.cpp | 1151 getElementRegion(QualType elementType,NonLoc Idx,const SubRegion * superRegion,ASTContext & Ctx) getElementRegion() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 914 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 D | ASTContext.cpp | 3725 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 D | mpr_sas_lsi.c | 281 u16 elementType; in mprsas_fw_work() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 1200 ElementRegion(QualType elementType,NonLoc Idx,const SubRegion * sReg) ElementRegion() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 1588 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 D | xmlparse.c | 3314 ELEMENT_TYPE *elementType; storeAtts() local 6564 setElementTypePrefix(XML_Parser parser,ELEMENT_TYPE * elementType) setElementTypePrefix() argument [all...] |