Home
last modified time | relevance | path

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

/external/libxml2/result/
Dnsclean.xml.sax6 SAX.startElement(foop:content, xmlns='http://www.w3.org/1999/xhtml', xmlns:foop='tag:foofoofoofoofo…
9 SAX.endElement(foop:content)
Dnsclean.xml.sax26 SAX.startElementNs(content, foop, 'tag:foofoofoofoofoofoofoofoo', 2, xmlns='http://www.w3.org/1999/…
9 SAX.endElementNs(content, foop, 'tag:foofoofoofoofoofoofoofoo')
Dnsclean.xml.rdr4 1 1 foop:content 0 0
7 1 15 foop:content 0 0
Dnsclean.xml.rde4 1 1 foop:content 0 0
7 1 15 foop:content 0 0
/external/clang/test/CodeGenCXX/
Ddebug-info-class-nolimit.cpp15 typedef foo *foop; typedef
18 foop f; in bar()
/external/llvm/test/Verifier/
D2006-10-15-AddrLabel.ll7 %foop = bitcast i8* %foo to label*
8 %nret = load label, label* %foop
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp3898 Foo* foop PT_GUARDED_BY(mu_);
3906 …fa = foop->a; // expected-warning {{reading the value pointed to by 'foop' requires holding… in test()
3907foop->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()
3917foop->c = Cell(0); // expected-warning {{writing the value pointed to by 'foop' requires holdi… in test()
3919foop->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 …]