Home
last modified time | relevance | path

Searched refs:CSize (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/FrontendC/
D2008-03-24-BitField-And-Alloca.c51 unsigned int CSize : 2; member
/external/chromium/chrome/browser/ui/views/tab_contents/
Dnative_tab_contents_view_win.h61 virtual void OnSize(UINT param, const WTL::CSize& size) OVERRIDE;
Dnative_tab_contents_view_win.cc231 void NativeTabContentsViewWin::OnSize(UINT param, const CSize& size) { in OnSize()
/external/llvm/lib/VMCore/
DConstantFold.cpp200 unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8; in ExtractConstantBytes() local
202 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input"); in ExtractConstantBytes()
203 assert(ByteSize != CSize && "Should not extract everything"); in ExtractConstantBytes()
261 if (ByteStart >= CSize-ShAmt) in ExtractConstantBytes()
265 if (ByteStart+ByteSize+ShAmt <= CSize) in ExtractConstantBytes()