Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1422 QualType elemType = ER->getElementType(); getAsArrayOffset() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4886 llvm::Type *elemType = vecTy->getElementType(); VisitAbstractConditionalOperator() local
H A DCGExpr.cpp3911 emitArraySubscriptGEP(CodeGenFunction & CGF,llvm::Type * elemType,llvm::Value * ptr,ArrayRef<llvm::Value * > indices,bool inbounds,bool signedIndices,SourceLocation loc,const llvm::Twine & name="arrayidx") emitArraySubscriptGEP() argument