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

/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp319 uint64_t OutSize = Context.getTypeSize(OutTy); local
321 if (OutSize == InSize && InputDomain == OutputDomain &&
336 SmallerValueMentioned |= InSize < OutSize;
341 SmallerValueMentioned |= OutSize < InSize;

Completed in 99 milliseconds