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

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 476 // smaller than the nvsize. Here we check to see if such a base is placed
477 // before the nvsize and set the scissor offset to that, instead of the
478 // nvsize.
572 CharUnits NVSize =
583 if (Member->Offset < NVSize)
594 if (NVSize % NVAlignment)
    [all...]
CGExprCXX.cpp 361 CharUnits NVSize = Layout.getNonVirtualSize();
367 Stores.emplace_back(CharUnits::Zero(), NVSize);
375 if (VBPtrOffset >= NVSize)
    [all...]

Completed in 91 milliseconds