Searched refs:ZeroSize (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 2576 ProgramStateRef ZeroSize, NonZeroSize; in evalMemset() local 2577 std::tie(ZeroSize, NonZeroSize) = assumeZero(C, State, SizeVal, SizeTy); in evalMemset() 2584 if (ZeroSize && !NonZeroSize) { in evalMemset() 2585 ZeroSize = ZeroSize->BindExpr(Call.getOriginExpr(), LCtx, BufferPtrVal); in evalMemset() 2586 C.addTransition(ZeroSize); in evalMemset()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | OffloadWrapper.cpp | 154 Constant *ZeroSize[] = {Zero, Size}; in createBinDesc() local 159 ConstantExpr::getGetElementPtr(Image->getValueType(), Image, ZeroSize); in createBinDesc()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 77 llvm::Constant *getZeroes(CharUnits ZeroSize) const { in getZeroes() 78 llvm::Type *Ty = llvm::ArrayType::get(CGM.CharTy, ZeroSize.getQuantity()); in getZeroes()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 19810 bool ZeroSize = true; in ActOnFields() local 19815 (NonBitFields == 0 || ZeroSize) && I != E; ++I) { in ActOnFields() 19819 ZeroSize = false; in ActOnFields() 19825 ZeroSize = false; in ActOnFields() 19832 if (ZeroSize) { in ActOnFields()
|