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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp314 uint64_t OutSize = Context.getTypeSize(OutTy); local
316 if (OutSize == InSize && InputDomain == OutputDomain &&
331 SmallerValueMentioned |= InSize < OutSize;
336 SmallerValueMentioned |= OutSize < InSize;

Completed in 42 milliseconds