Searched refs:ZeroSize (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | OffloadWrapper.cpp | 152 Constant *ZeroSize[] = {Zero, Size}; in createBinDesc() local 157 ConstantExpr::getGetElementPtr(Image->getValueType(), Image, ZeroSize); in createBinDesc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 2390 ProgramStateRef ZeroSize, NonZeroSize; in evalMemset() local 2391 std::tie(ZeroSize, NonZeroSize) = assumeZero(C, State, SizeVal, SizeTy); in evalMemset() 2398 if (ZeroSize && !NonZeroSize) { in evalMemset() 2399 ZeroSize = ZeroSize->BindExpr(Call.getOriginExpr(), LCtx, BufferPtrVal); in evalMemset() 2400 C.addTransition(ZeroSize); in evalMemset()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 69 llvm::Constant *getZeroes(CharUnits ZeroSize) const { in getZeroes() 70 llvm::Type *Ty = llvm::ArrayType::get(CGM.CharTy, ZeroSize.getQuantity()); in getZeroes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 19564 bool ZeroSize = true; in ActOnFields() local 19569 (NonBitFields == 0 || ZeroSize) && I != E; ++I) { in ActOnFields() 19573 ZeroSize = false; in ActOnFields() 19579 ZeroSize = false; in ActOnFields() 19586 if (ZeroSize) { in ActOnFields()
|