Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp658 bool SmallerValueMentioned = false; in ActOnGCCAsmStmt() local
666 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
671 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
677 if (!SmallerValueMentioned && InputDomain != AD_Other && in ActOnGCCAsmStmt()