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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypeCache.h 91 unsigned char PointerSizeInBytes;
109 return CharUnits::fromQuantity(PointerSizeInBytes);
CGBlocks.cpp 2708 size += CharUnits::fromQuantity(PointerSizeInBytes);
CGObjC.cpp 862 return CharUnits::fromQuantity(CGM.PointerSizeInBytes);

Completed in 122 milliseconds