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

/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp265 uint64_t OutSize = Context.getTypeSize(OutTy); local
267 if (OutSize == InSize && InputDomain == OutputDomain &&
282 SmallerValueMentioned |= InSize < OutSize;
287 SmallerValueMentioned |= OutSize < InSize;

Completed in 65 milliseconds