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

  /external/clang/lib/CodeGen/
CGCXXABI.cpp 190 llvm::Value *&allocPtr, CharUnits &cookieSize) {
200 cookieSize = CharUnits::Zero();
204 cookieSize = getArrayCookieSizeImpl(eltTy);
206 -cookieSize.getQuantity());
207 numElements = readArrayCookieImpl(CGF, allocPtr, cookieSize);
212 CharUnits cookieSize) {
MicrosoftCXXABI.cpp 101 CharUnits cookieSize);
129 CharUnits cookieSize) {
144 CharUnits cookieSize = getArrayCookieSizeImpl(elementType);
158 cookieSize.getQuantity());
CGCXXABI.h 238 /// \param CookieSize - an out parameter which will be initialized
243 llvm::Value *&AllocPtr, CharUnits &CookieSize);
255 /// \param cookieSize - the computed cookie size of an array
262 CharUnits cookieSize);
CGExprCXX.cpp 565 llvm::APInt cookieSize(sizeWidth,
641 if (cookieSize != 0) {
646 allocationSize = allocationSize.uadd_ov(cookieSize, overflow);
669 // size := sizeWithoutCookie + cookieSize
770 if (cookieSize != 0) {
776 llvm::Value *cookieSizeV = llvm::ConstantInt::get(CGF.SizeTy, cookieSize);
798 if (cookieSize == 0)
    [all...]
ItaniumCXXABI.cpp 121 CharUnits cookieSize);
160 CharUnits cookieSize);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
AuditRules.js     [all...]

Completed in 107 milliseconds