Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp656 bool SmallerValueMentioned = false; in ActOnGCCAsmStmt() local
664 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
669 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
675 if (!SmallerValueMentioned && InputDomain != AD_Other && in ActOnGCCAsmStmt()