HomeSort by relevance Sort by last modified time
    Searched full:otherstd (Results 1 - 1 of 1) sorted by null

  /external/clang/test/FixIt/
typo.cpp 17 namespace otherstd { // expected-note 2{{'otherstd' declared here}} \ namespace
18 // expected-note{{namespace 'otherstd' defined here}}
24 other_std::strng str1; // expected-error{{use of undeclared identifier 'other_std'; did you mean 'otherstd'?}} \
25 // expected-error{{no type named 'strng' in namespace 'otherstd'; did you mean 'string'?}}
28 ::other_std::string str3; // expected-error{{no member named 'other_std' in the global namespace; did you mean 'otherstd'?}}
35 using namespace othestd; // expected-error{{no namespace named 'othestd'; did you mean 'otherstd'?}}
36 namespace blargh = otherstd; // expected-note 3{{namespace 'blargh' defined here}}

Completed in 41 milliseconds