Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DStableFunctionMap.h102 enum SizeType { enum
/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.cpp415 auto *SizeType = dyn_cast<IntegerType>(NewMO.getLength()->getType()); in perform() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h812 using SizeType = decltype(std::declval<VecTy>().size()); variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1871 QualType SizeType = *ParamTypeIt++; in EmitDeleteCall() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h164 enum SizeType : unsigned char { enum
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1120 auto *SizeType = dyn_cast<IntegerType>(Size->getType()); in isKnownLessThan() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8672 QualType SizeType = S.Context.getSizeType(); in visitSubobjectArray() local
14745 QualType SizeType = S.Context.getSizeType(); in buildMemcpyForAssignmentOp() local
14943 QualType SizeType = S.Context.getSizeType(); in buildSingleCopyAssignRecursively() local
H A DSemaExprCXX.cpp2363 QualType SizeType = (*ArraySize)->getType(); in BuildCXXNew() local
H A DSemaExpr.cpp2228 QualType SizeType = Context.getSizeType(); in ActOnStringLiteral() local
H A DTreeTransform.h17184 QualType SizeType; in RebuildArrayType() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4410 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()