Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAsm.cpp650 bool SmallerValueMentioned = false; in ActOnGCCAsmStmt() local
658 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
663 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
669 if (!SmallerValueMentioned && InputDomain != AD_Other && in ActOnGCCAsmStmt()