Lines Matching defs:iS
3 // This file contains lots of corner cases, so ensure that XML we generate is not invalid.
60 // expected-warning@+1 {{HTML end tag 'br' is forbidden}}
117 // There is trailing whitespace on one of the following lines, don't remove it!
181 // expected-warning@+1 {{'\param' command used in a comment that is not attached to a function declaration}}
187 // expected-warning@+1 {{'@param' command used in a comment that is not attached to a function declaration}}
212 // expected-warning@+1 {{whitespace is not allowed in parameter passing direction}}
216 // expected-warning@+1 {{whitespace is not allowed in parameter passing direction}}
278 // expected-warning@+3 {{parameter 'a' is already documented}}
284 // expected-warning@+4 {{parameter 'x2' is already documented}}
357 // expected-warning@+1 {{'\param' command used in a comment that is not attached to a function declaration}}
363 // expected-warning@+1 {{'@param' command used in a comment that is not attached to a function declaration}}
367 // expected-warning@+1 {{'\param' command used in a comment that is not attached to a function declaration}}
407 // expected-warning@+1 {{'\tparam' command used in a comment that is not attached to a template declaration}}
411 // expected-warning@+1 {{'\tparam' command used in a comment that is not attached to a template declaration}}
447 // expected-warning@+2 {{template parameter 'T1' is already documented}} expected-note@+1 {{previous documentation}}
503 // expected-warning@+1 {{'@tparam' command used in a comment that is not attached to a template declaration}}
514 // We don't want \deprecated to warn about empty paragraph. It is fine to use
529 // expected-warning@+2 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+3 {{add a deprecation attribute to the declaration to silence this warning}}
534 // expected-warning@+2 {{declaration is
540 // expected-warning@+2 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}}
587 // expected-warning@+1 {{'\returns' command used in a comment that is not attached to a function or method declaration}}
593 // expected-warning@+1 {{'@returns' command used in a comment that is not attached to a function or method declaration}}
597 // expected-warning@+1 {{'\return' command used in a comment that is not attached to a function or method declaration}}
601 // expected-warning@+1 {{'\result' command used in a comment that is not attached to a function or method declaration}}
605 // expected-warning@+1 {{'\returns' command used in a comment that is attached to a function returning void}}
609 // expected-warning@+1 {{'\returns' command used in a comment that is attached to a function returning void}}
614 // expected-warning@+1 {{'\returns' command used in a comment that is attached to a function returning void}}
619 // expected-warning@+1 {{'\returns' command used in a comment that is not attached to a function or method declaration}}
623 // expected-warning@+1 {{'\returns' command used in a comment that is not attached to a function or method declaration}}
626 // expected-warning@+1 {{'\returns' command used in a comment that is attached to a constructor}}
630 // expected-warning@+1 {{'\returns' command used in a comment that is attached to a destructor}}
635 // expected-warning@+1 {{'\returns' command used in a comment that is not attached to a function or method declaration}}
638 // expected-warning@+1 {{'\returns' command used in a comment that is not attached to a function or method declaration}}
643 // expected-warning@+1 {{'\returns' command used in a comment that is not attached to a function or method declaration}}
711 // following cases. The test is based on the fact that we don't parse
914 // expected-warning@+2 {{'\tparam' command used in a comment that is not attached to a template declaration}}
935 // We used to emit warning that parameter 'a' is not found because we parsed
1050 @union U This is new
1052 struct U { int iS; };