Searched refs:ZeroSize (Results 1 – 4 of 4) sorted by relevance
/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/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 2538 ProgramStateRef ZeroSize, NonZeroSize; in evalMemset() local 2539 std::tie(ZeroSize, NonZeroSize) = assumeZero(C, State, SizeVal, SizeTy); in evalMemset() 2546 if (ZeroSize && !NonZeroSize) { in evalMemset() 2547 ZeroSize = ZeroSize->BindExpr(Call.getOriginExpr(), LCtx, BufferPtrVal); in evalMemset() 2548 C.addTransition(ZeroSize); in evalMemset()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 70 llvm::Constant *getZeroes(CharUnits ZeroSize) const { in getZeroes() 71 llvm::Type *Ty = llvm::ArrayType::get(CGM.CharTy, ZeroSize.getQuantity()); in getZeroes()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 19229 bool ZeroSize = true; in ActOnFields() local 19234 (NonBitFields == 0 || ZeroSize) && I != E; ++I) { in ActOnFields() 19238 ZeroSize = false; in ActOnFields() 19244 ZeroSize = false; in ActOnFields() 19251 if (ZeroSize) { in ActOnFields()
|