Home
last modified time | relevance | path

Searched defs:elemType (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp329 QualType elemType = elemReg->getElementType(); in computeOffset() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dconstfold.d1393 Type elemType = existingAE.type.nextOf(); in sliceAssignArrayLiteralFromString() local
H A Dctfeexpr.d1756 Type elemType = arrayType.next; in changeArrayLiteralLength() local
H A Ddinterpret.d2739 Type elemType = (cast(TypeArray)newtype).next; in recursivelyCreateArrayLiteral() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dconstfold.c1477 Type *elemType = existingAE->type->nextOf(); in sliceAssignArrayLiteralFromString() local
H A Dctfeexpr.c1784 Type *elemType = arrayType->next; in changeArrayLiteralLength() local
H A Ddinterpret.c2725 Type *elemType = ((TypeArray *)newtype)->next; in recursivelyCreateArrayLiteral() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1355 QualType elemType = ER->getElementType(); in getAsArrayOffset() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp4541 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator() local
H A DCGExpr.cpp3583 llvm::Type *elemType, in emitArraySubscriptGEP()