HomeSort by relevance Sort by last modified time
    Searched refs:CookieSize (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGCXXABI.h 276 /// \param CookieSize - an out parameter which will be initialized
281 llvm::Value *&AllocPtr, CharUnits &CookieSize);
293 /// \param cookieSize - the computed cookie size of an array
300 CharUnits cookieSize);
ItaniumCXXABI.cpp 141 CharUnits cookieSize);
178 CharUnits cookieSize);
    [all...]
CGExprCXX.cpp 578 llvm::APInt cookieSize(sizeWidth,
654 if (cookieSize != 0) {
659 allocationSize = allocationSize.uadd_ov(cookieSize, overflow);
682 // size := sizeWithoutCookie + cookieSize
783 if (cookieSize != 0) {
789 llvm::Value *cookieSizeV = llvm::ConstantInt::get(CGF.SizeTy, cookieSize);
811 if (cookieSize == 0)
    [all...]

Completed in 85 milliseconds