Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDArrayBoundCheckerV2.cpp329 QualType elemType = elemReg->getElementType(); in computeOffset() local
332 if (elemType->isIncompleteType()) in computeOffset()
340 astContext.getTypeSizeInChars(elemType), in computeOffset()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp1248 QualType elemType = ER->getElementType(); in getAsArrayOffset() local
1251 if (elemType->isIncompleteType()) { in getAsArrayOffset()
1256 int64_t size = C.getTypeSizeInChars(elemType).getQuantity(); in getAsArrayOffset()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.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-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp4288 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator() local
4293 llvm::VectorType::get(elemType, in VisitAbstractConditionalOperator()