Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp1526 bool HasUnaryType = false; in handleInterruptAttr() local
1558 HasUnaryType = true; in handleInterruptAttr()
1565 if (HasUnaryType && Types.size() > 1) { in handleInterruptAttr()
1570 if (HasUnaryType && HasSiFiveCLICType) { in handleInterruptAttr()