Searched refs:SizeTy (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1655 Value *IIndx = llvm::ConstantInt::get(CGF.SizeTy, i);
2688 llvm::ConstantInt::get(CGF.SizeTy, size.getQuantity());
2904 return llvm::ConstantInt::get(CGF.SizeTy, Alignment);
H A DCGAtomic.cpp1009 Args.add(RValue::get(llvm::ConstantInt::get(SizeTy, Size)),
H A DMicrosoftCXXABI.cpp2265 CGF.Builder.CreateElementBitCast(allocPtr, CGF.SizeTy);
2284 = CGF.Builder.CreateElementBitCast(cookiePtr, CGF.SizeTy);
H A DCodeGenModule.cpp813 return llvm::ConstantInt::get(SizeTy, size.getQuantity());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5687 const QualType SizeTy = Context.getSizeType(); local
5688 if (Arg2Ty->getCanonicalTypeInternal().withoutLocalFastQualifiers() != SizeTy)
5690 << Arg2->getType() << SizeTy << 1 /* different class */
5693 << 3 << Arg2->getType() << SizeTy;
H A DSemaDeclCXX.cpp15290 CanQualType SizeTy =
15297 SizeTy,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6475 SDValue Size, Type *SizeTy,
6489 Entry.Ty = SizeTy;
6577 SDValue Size, Type *SizeTy,
6591 Entry.Ty = SizeTy;
6676 SDValue Value, SDValue Size, Type *SizeTy,
6690 Entry.Ty = SizeTy;

Completed in 401 milliseconds

12