Home
last modified time | relevance | path

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

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