Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h31 typedef S SizeType; typedef
139 typedef S SizeType; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp421 auto *SizeType = dyn_cast<IntegerType>(NewMO.getLength()->getType()); in perform() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h810 using SizeType = decltype(std::declval<VecTy>().size()); variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1835 QualType SizeType = *ParamTypeIt++; in EmitDeleteCall() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1101 auto *SizeType = dyn_cast<IntegerType>(Size->getType()); in isKnownLessThan() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h163 enum SizeType : unsigned char { enum
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8596 QualType SizeType = S.Context.getSizeType(); in visitSubobjectArray() local
14583 QualType SizeType = S.Context.getSizeType(); in buildMemcpyForAssignmentOp() local
14782 QualType SizeType = S.Context.getSizeType(); in buildSingleCopyAssignRecursively() local
H A DSemaExprCXX.cpp2229 QualType SizeType = (*ArraySize)->getType(); in BuildCXXNew() local
H A DTreeTransform.h15013 QualType SizeType; in RebuildArrayType() local
H A DSemaExpr.cpp2134 QualType SizeType = Context.getSizeType(); in ActOnStringLiteral() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4251 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()