Searched refs:elemType (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp329 QualType elemType = elemReg->getElementType();
332 if (elemType->isIncompleteType())
340 astContext.getTypeSizeInChars(elemType),
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1248 QualType elemType = ER->getElementType(); local
1251 if (elemType->isIncompleteType()) {
1256 int64_t size = C.getTypeSizeInChars(elemType).getQuantity();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6165 PipeType(QualType elemType, QualType CanonicalPtr, bool isRead)
6166 : Type(Pipe, CanonicalPtr, elemType->isDependentType(),
6167 elemType->isInstantiationDependentType(),
6168 elemType->isVariablyModifiedType(),
6169 elemType->containsUnexpandedParameterPack()),
6170 ElementType(elemType), isRead(isRead) {}
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4288 llvm::Type *elemType = vecTy->getElementType(); local
4293 llvm::VectorType::get(elemType,

Completed in 146 milliseconds