Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmtAsm.cpp502 bool SmallerValueMentioned = false; in ActOnGCCAsmStmt() local
510 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
515 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
521 if (!SmallerValueMentioned && InputDomain != AD_Other && in ActOnGCCAsmStmt()