Home
last modified time | relevance | path

Searched defs:SizeType (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp470 auto *SizeType = dyn_cast<IntegerType>(NewMO.getLength()->getType()); in perform() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h870 using SizeType = decltype(std::declval<VecTy>().size()); variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1808 QualType SizeType = *ParamTypeIt++; in EmitDeleteCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1016 auto *SizeType = dyn_cast<IntegerType>(Size->getType()); in isKnownLessThan() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h164 enum SizeType : unsigned char { enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1191 IntegerType *SizeType = DL.getIntPtrType(B.GetInsertBlock()->getContext()); in foldMallocMemset() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp8161 QualType SizeType = S.Context.getSizeType(); in visitSubobjectArray() local
13640 QualType SizeType = S.Context.getSizeType(); in buildMemcpyForAssignmentOp() local
13839 QualType SizeType = S.Context.getSizeType(); in buildSingleCopyAssignRecursively() local
H A DSemaExprCXX.cpp2111 QualType SizeType = (*ArraySize)->getType(); in BuildCXXNew() local
H A DTreeTransform.h14182 QualType SizeType; in RebuildArrayType() local
H A DSemaExpr.cpp1868 QualType SizeType = Context.getSizeType(); in ActOnStringLiteral() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h4160 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()