Searched refs:foop (Results 1 – 7 of 7) sorted by relevance
6 SAX.startElement(foop:content, xmlns='http://www.w3.org/1999/xhtml', xmlns:foop='tag:foofoofoofoofo…9 SAX.endElement(foop:content)
6 SAX.startElementNs(content, foop, 'tag:foofoofoofoofoofoofoofoo', 2, xmlns='http://www.w3.org/1999/…9 SAX.endElementNs(content, foop, 'tag:foofoofoofoofoofoofoofoo')
4 1 1 foop:content 0 07 1 15 foop:content 0 0
15 typedef foo *foop; typedef18 foop f; in bar()
7 %foop = bitcast i8* %foo to label*8 %nret = load label, label* %foop
3898 Foo* foop PT_GUARDED_BY(mu_);3906 …fa = foop->a; // expected-warning {{reading the value pointed to by 'foop' requires holding… in test()3907 …foop->a = fa; // expected-warning {{writing the value pointed to by 'foop' requires holding… in test()3909 …fa = (*foop).a; // expected-warning {{reading the value pointed to by 'foop' requires holding… in test()3910 …(*foop).a = fa; // expected-warning {{writing the value pointed to by 'foop' requires holding… in test()3917 …foop->c = Cell(0); // expected-warning {{writing the value pointed to by 'foop' requires holdi… in test()3919 …foop->c.cellMethod(); // expected-warning {{reading the value pointed to by 'foop' requires holdi… in test()3922 …(*foop).c = Cell(0); // expected-warning {{writing the value pointed to by 'foop' requires hol… in test()3924 …(*foop).c.cellMethod(); // expected-warning {{reading the value pointed to by 'foop' requires hol… in test()4781 Foo* foop PT_GUARDED_BY(mu);[all …]