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

/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c51 unsigned int CSize : 2; member in struct:_Key::__anon4149
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dnative_tab_contents_view_win.h61 virtual void OnSize(UINT param, const WTL::CSize& size) OVERRIDE;
H A Dnative_tab_contents_view_win.cc231 void NativeTabContentsViewWin::OnSize(UINT param, const CSize& size) {
/external/llvm/lib/VMCore/
H A DConstantFold.cpp197 unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8; local
199 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input");
200 assert(ByteSize != CSize && "Should not extract everything");
258 if (ByteStart >= CSize-ShAmt)
262 if (ByteStart+ByteSize+ShAmt <= CSize)

Completed in 253 milliseconds