HomeSort by relevance Sort by last modified time
    Searched full:cookiesize (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 123 llvm::Value *&AllocPtr, CharUnits &CookieSize);
160 llvm::Value *&AllocPtr, CharUnits &CookieSize);
    [all...]
CGExprCXX.cpp 527 llvm::APInt cookieSize(sizeWidth,
603 if (cookieSize != 0) {
608 allocationSize = allocationSize.uadd_ov(cookieSize, overflow);
631 // size := sizeWithoutCookie + cookieSize
732 if (cookieSize != 0) {
738 llvm::Value *cookieSizeV = llvm::ConstantInt::get(CGF.SizeTy, cookieSize);
760 if (cookieSize == 0)
    [all...]
MicrosoftCXXABI.cpp 84 llvm::Value *&AllocPtr, CharUnits &CookieSize) {
CGCXXABI.cpp 164 llvm::Value *&AllocPtr, CharUnits &CookieSize) {
170 CookieSize = CharUnits::Zero();
CGCXXABI.h 232 /// \param CookieSize - an out parameter which will be initialized
237 llvm::Value *&AllocPtr, CharUnits &CookieSize);
  /external/webkit/Source/WebCore/inspector/front-end/
AuditRules.js     [all...]

Completed in 510 milliseconds