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

  /external/clang/lib/CodeGen/
CodeGenTypeCache.h 69 CharUnits getIntSize() const {
CGBlocks.cpp 297 assert(CGM.getIntSize() <= CGM.getPointerSize());
299 assert((2 * CGM.getIntSize()).isMultipleOf(CGM.getPointerAlign()));
302 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize();
743 getIntSize(), "block.flags");
745 getIntSize(), "block.reserved");
    [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 1352 milliseconds