Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmtAsm.cpp323 bool SmallerValueMentioned = false; in ActOnGCCAsmStmt() local
331 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
336 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
342 if (!SmallerValueMentioned && InputDomain != AD_Other && in ActOnGCCAsmStmt()