Searched defs:nonstd (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/FixIt/
H A Dtypo.cpp78 namespace nonstd { namespace
79 typedef std::basic_string<char> yarn; // expected-note 2 {{'nonstd::yarn' declared here}}
80 int narf; // expected-note{{'nonstd::narf' declared here}}
83 yarn str4; // expected-error{{unknown type name 'yarn'; did you mean 'nonstd::yarn'?}}
84 wibble::yarn str5; // expected-error{{no type named 'yarn' in namespace 'otherstd'; did you mean 'nonstd::yarn'?}}
90 nonstd::basic_string<char> str; // expected-error{{no template named 'basic_string' in namespace 'nonstd'; did you mean simply 'basic_string'?}}
91 nonstd::wide_string<char> str2; // expected-error{{no template named 'wide_string' in namespace 'nonstd'; did you mean 'another::wide_string'?}}
92 return wibble::narf; // expected-error{{no member named 'narf' in namespace 'otherstd'; did you mean 'nonstd
[all...]
/external/kernel-headers/original/uapi/linux/
H A Domapfb.h192 __u32 nonstd; member in struct:omapfb_ovl_colormode
H A Dfb.h256 __u32 nonstd; /* != 0 Non standard pixel format */ member in struct:fb_var_screeninfo
/external/valgrind/main/include/vki/
H A Dvki-linux.h2106 __vki_u32 nonstd; /* != 0 Non standard pixel format */ member in struct:vki_fb_var_screeninfo

Completed in 175 milliseconds