HomeSort by: relevance | last modified time | path
    Searched refs:NVSize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 661 // smaller than the nvsize. Here we check to see if such a base is placed
662 // before the nvsize and set the scissor offset to that, instead of the
663 // nvsize.
764 CharUnits NVSize =
775 if (Member->Offset < NVSize)
786 if (NVSize % NVAlignment)
CGExprCXX.cpp 505 CharUnits NVSize = Layout.getNonVirtualSize();
511 Stores.emplace_back(CharUnits::Zero(), NVSize);
519 if (VBPtrOffset >= NVSize)

Completed in 63 milliseconds