Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmfireg.h1732 uint32_t SkipCount; /* 0x18 */ member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp7171 unsigned SkipStart = OperatorArrows.size(), SkipCount = 0; in noteOperatorArrows() local
7177 SkipCount = OperatorArrows.size() - (Limit - 1); in noteOperatorArrows()
7184 << SkipCount; in noteOperatorArrows()
7185 I += SkipCount; in noteOperatorArrows()