OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nonstd
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/FixIt/
typo.cpp
78
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
::narf'?}
[
all
...]
/bionic/libc/kernel/uapi/linux/
omapfb.h
162
__u32
nonstd
;
member in struct:omapfb_ovl_colormode
fb.h
219
__u32
nonstd
;
member in struct:fb_var_screeninfo
/external/kernel-headers/original/uapi/linux/
omapfb.h
193
__u32
nonstd
;
member in struct:omapfb_ovl_colormode
fb.h
257
__u32
nonstd
; /* != 0 Non standard pixel format */
member in struct:fb_var_screeninfo
/external/u-boot/include/linux/
fb.h
120
__u32
nonstd
; /* != 0 Non standard pixel format */
member in struct:fb_var_screeninfo
Completed in 63 milliseconds