Home
last modified time | relevance | path

Searched refs:nonstd (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/FixIt/
Dtypo.cpp78 namespace nonstd { namespace
90nonstd::basic_string<char> str; // expected-error{{no template named 'basic_string' in namespace '… in poit()
91nonstd::wide_string<char> str2; // expected-error{{no template named 'wide_string' in namespace 'n… in poit()
/external/kernel-headers/original/linux/
Dfb.h267 __u32 nonstd; /* != 0 Non standard pixel format */ member
/external/valgrind/main/include/vki/
Dvki-linux.h2081 __vki_u32 nonstd; /* != 0 Non standard pixel format */ member
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbvideo.c838 fprintf(stderr, "\tnonstd: %d\n", vinfo->nonstd); in print_vinfo()