/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
p6-0x.cpp | 3 void f0() &; // expected-error {{non-member function cannot have '&' qualifier}} 4 void f1() &&; // expected-error {{non-member function cannot have '&&' qualifier}} 5 void f2() const volatile &&; // expected-error {{non-member function cannot have 'const volatile &&' qualifier}} 10 static void f2() &; // expected-error{{static member function cannot have '&' qualifier}} 11 static void f3() &&; // expected-error{{static member function cannot have '&&' qualifier}} 17 typedef func_type_lvalue *func_type_lvalue_ptr; // expected-error{{pointer to function type 'func_type_lvalue' (aka 'void () &') cannot have '&' qualifier}} 18 typedef func_type_rvalue *func_type_rvalue_ptr; // expected-error{{pointer to function type 'func_type_rvalue' (aka 'void () &&') cannot have '&&' qualifier}} 20 typedef func_type_lvalue &func_type_lvalue_ref; // expected-error{{reference to function type 'func_type_lvalue' (aka 'void () &') cannot have '&' qualifier}} 21 typedef func_type_rvalue &func_type_rvalue_ref; // expected-error{{reference to function type 'func_type_rvalue' (aka 'void () &&') cannot have '&&' qualifier}} 25 typedef T *ptr; // expected-error-re 2{{pointer to function type '{{.*}}' cannot have '{{&|&&}}' qualifier} [all...] |
/external/stressapptest/src/ |
stressapptest_config.h.in | 6 /* Define to 1 if you have the <arpa/inet.h> header file. */ 9 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you 13 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 17 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 20 /* Define to 1 if you have the <fcntl.h> header file. */ 23 /* Define to 1 if you have the `ftruncate' function. */ 26 /* Define to 1 if you have the `gettimeofday' function. */ 29 /* Define to 1 if you have the <inttypes.h> header file. */ 32 /* Define to 1 if you have the <libaio.h> header file. * [all...] |
stressapptest_config_android.h | 7 /* Define to 1 if you have the <arpa/inet.h> header file. */ 10 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you 14 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 18 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 21 /* Define to 1 if you have the <fcntl.h> header file. */ 24 /* Define to 1 if you have the `ftruncate' function. */ 27 /* Define to 1 if you have the `gettimeofday' function. */ 30 /* Define to 1 if you have the <inttypes.h> header file. */ 33 /* Define to 1 if you have the <libaio.h> header file. * [all...] |
/external/qemu/slirp/ |
slirp_config.h | 39 * This is mainly for sysadmins who have many slirp users 57 /* Define if you have unistd.h */ 60 /* Define if you have stdlib.h */ 63 /* Define if you have sys/ioctl.h */ 69 /* Define if you have sys/filio.h */ 75 /* Define if you have strerror */ 78 /* Define if you have strdup() */ 85 /* Define if you have sys/bitypes.h */ 94 /* Define if you have readv */ 106 /* Define if you have a POSIX.1 sys/wait.h * [all...] |
/external/qemu/slirp-android/ |
slirp_config.h | 39 * This is mainly for sysadmins who have many slirp users 57 /* Define if you have unistd.h */ 60 /* Define if you have stdlib.h */ 63 /* Define if you have sys/ioctl.h */ 69 /* Define if you have sys/filio.h */ 75 /* Define if you have strerror */ 78 /* Define if you have strdup() */ 85 /* Define if you have sys/bitypes.h */ 94 /* Define if you have readv */ 106 /* Define if you have a POSIX.1 sys/wait.h * [all...] |
/external/flac/ |
config.h | 16 /* define if you are compiling for PowerPC and have the 'as' assembler */ 19 /* define if you have docbook-to-man or docbook2man */ 22 /* define if you are compiling for PowerPC and have the 'gas' assembler */ 25 /* define if you are compiling for x86 and have the NASM assembler */ 28 /* define if you have the ogg library */ 49 /* Define to 1 if you have the <dlfcn.h> header file. */ 55 /* Define to 1 if you have the `getopt_long' function. */ 58 /* Define if you have the iconv() function. */ 61 /* Define to 1 if you have the <inttypes.h> header file. */ 64 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). * [all...] |
/external/scrypt/ |
config.h | 4 /* Define to 1 if you have the `clock_gettime' function. */ 7 /* Define to 1 if you have the declaration of `be64enc', and to 0 if you 11 /* Define to 1 if you have the <err.h> header file. */ 14 /* Define to 1 if you have the <inttypes.h> header file. */ 17 /* Define to 1 if you have the `rt' library (-lrt). */ 20 /* Define to 1 if you have the <memory.h> header file. */ 23 /* Define to 1 if you have the `posix_memalign' function. */ 26 /* Define to 1 if you have the <stdint.h> header file. */ 29 /* Define to 1 if you have the <stdlib.h> header file. */ 32 /* Define to 1 if you have the <strings.h> header file. * [all...] |
/external/libexif/ |
config.h.in | 11 /* Define to 1 if you have the <dlfcn.h> header file. */ 17 /* Define if you have the iconv() function. */ 20 /* Define to 1 if you have the <inttypes.h> header file. */ 23 /* Define to 1 if you have the `localtime_r' function. */ 26 /* Define to 1 if you have the <memory.h> header file. */ 29 /* Define to 1 if you have the <stdint.h> header file. */ 32 /* Define to 1 if you have the <stdlib.h> header file. */ 35 /* Define to 1 if you have the <strings.h> header file. */ 38 /* Define to 1 if you have the <string.h> header file. */ 41 /* Define to 1 if you have the <sys/stat.h> header file. * [all...] |
/external/libvorbis/ |
config.h.in | 11 /* Define to 1 if you have `alloca', as a function or macro. */ 14 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 18 /* Define to 1 if you have the <dlfcn.h> header file. */ 21 /* Define to 1 if you have the <inttypes.h> header file. */ 24 /* Define to 1 if you have the <memory.h> header file. */ 27 /* Define to 1 if you have the <stdint.h> header file. */ 30 /* Define to 1 if you have the <stdlib.h> header file. */ 33 /* Define to 1 if you have the <strings.h> header file. */ 36 /* Define to 1 if you have the <string.h> header file. */ 39 /* Define to 1 if you have the <sys/stat.h> header file. * [all...] |
/external/chromium_org/third_party/yasm/source/config/android/ |
config.h | 10 /* Define to 1 if you have the `abort' function. */ 16 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 20 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 28 /* Define to 1 if you have the <direct.h> header file. */ 31 /* Define to 1 if you have the `ftruncate' function. */ 34 /* Define to 1 if you have the `getcwd' function. */ 40 /* Define to 1 if you have the GNU C Library */ 43 /* Define if you have the iconv() function and it works. */ 46 /* Define to 1 if you have the <inttypes.h> header file. */ 52 /* Define to 1 if you have the <libgen.h> header file. * [all...] |
/external/chromium_org/third_party/yasm/source/config/ios/ |
config.h | 10 /* Define to 1 if you have the `abort' function. */ 16 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 20 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 28 /* Define to 1 if you have the <direct.h> header file. */ 31 /* Define to 1 if you have the `ftruncate' function. */ 34 /* Define to 1 if you have the `getcwd' function. */ 40 /* Define to 1 if you have the GNU C Library */ 43 /* Define if you have the iconv() function and it works. */ 46 /* Define to 1 if you have the <inttypes.h> header file. */ 52 /* Define to 1 if you have the <libgen.h> header file. * [all...] |
/external/chromium_org/third_party/yasm/source/config/linux/ |
config.h | 10 /* Define to 1 if you have the `abort' function. */ 16 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 20 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 28 /* Define to 1 if you have the <direct.h> header file. */ 31 /* Define to 1 if you have the `ftruncate' function. */ 34 /* Define to 1 if you have the `getcwd' function. */ 40 /* Define to 1 if you have the GNU C Library */ 43 /* Define if you have the iconv() function and it works. */ 46 /* Define to 1 if you have the <inttypes.h> header file. */ 52 /* Define to 1 if you have the <libgen.h> header file. * [all...] |
/external/chromium_org/third_party/yasm/source/config/mac/ |
config.h | 10 /* Define to 1 if you have the `abort' function. */ 16 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 20 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 28 /* Define to 1 if you have the <direct.h> header file. */ 31 /* Define to 1 if you have the `ftruncate' function. */ 34 /* Define to 1 if you have the `getcwd' function. */ 40 /* Define to 1 if you have the GNU C Library */ 43 /* Define if you have the iconv() function and it works. */ 46 /* Define to 1 if you have the <inttypes.h> header file. */ 52 /* Define to 1 if you have the <libgen.h> header file. * [all...] |
/external/chromium_org/third_party/yasm/source/config/win/ |
config.h | 10 /* Define to 1 if you have the `abort' function. */ 16 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 20 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 28 /* Define to 1 if you have the <direct.h> header file. */ 31 /* Define to 1 if you have the `ftruncate' function. */ 34 /* Define to 1 if you have the `getcwd' function. */ 40 /* Define to 1 if you have the GNU C Library */ 43 /* Define if you have the iconv() function and it works. */ 46 /* Define to 1 if you have the <inttypes.h> header file. */ 52 /* Define to 1 if you have the <libgen.h> header file. * [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/dj/ |
config.h | 12 /* Define if you have the `abort' function. */
18 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
22 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
30 /* Define to 1 if you have the <direct.h> header file. */
33 /* Define to 1 if you have the `ftruncate' function. */
36 /* Define to 1 if you have the `getcwd' function. */
42 /* Define if you have the GNU C Library */
45 /* Define if you have the iconv() function. */
48 /* Define if you have the <inttypes.h> header file. */
54 /* Define to 1 if you have the <libgen.h> header file. */ [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
config.h.in | 9 /* Define to 1 if you have the `abort' function. */ 15 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 19 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 27 /* Define to 1 if you have the <direct.h> header file. */ 30 /* Define to 1 if you have the `ftruncate' function. */ 33 /* Define to 1 if you have the `getcwd' function. */ 39 /* Define to 1 if you have the GNU C Library */ 42 /* Define if you have the iconv() function and it works. */ 45 /* Define to 1 if you have the <inttypes.h> header file. */ 51 /* Define to 1 if you have the <libgen.h> header file. * [all...] |
/external/clang/test/SemaCXX/ |
attr-weak.cpp | 3 static int test0 __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}} 4 static void test1() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}} 10 int test3 __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}} 11 void test4() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}} 20 static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}} 26 // to parts of a template that have explicit default visibility, so we accept 40 __attribute__((weak)) auto Test9 = Internal(); // expected-error {{weak declaration cannot have internal linkage}}
|
function-type-qual.cpp | 3 void f() const; // expected-error {{non-member function cannot have 'const' qualifier}} 4 void (*pf)() const; // expected-error {{pointer to function type cannot have 'const' qualifier}} 5 extern void (&rf)() const; // expected-error {{reference to function type cannot have 'const' qualifier}} 8 cfn f2; // expected-error {{non-member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} 13 static void f3() const; // expected-error {{static member function cannot have 'const' qualifier}} 14 static cfn f4; // expected-error {{static member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} 31 void (PR14171)() const; // expected-error {{non-member function cannot have 'const' qualifier}}
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
config_win.h | 37 /* Define to 1 if you have the <conflict-signal.h> header file. */ 40 /* Define to 1 if you have the <cygwin/signal.h> header file. */ 43 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't. 47 /* Define to 1 if you have the declaration of `memalign', and to 0 if you 51 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if 55 /* Define to 1 if you have the declaration of `pvalloc', and to 0 if you 59 /* Define to 1 if you have the declaration of `uname', and to 0 if you don't. 63 /* Define to 1 if you have the declaration of `valloc', and to 0 if you don't. 67 /* Define to 1 if you have the <dlfcn.h> header file. */ 73 /* Define to 1 if you have the <execinfo.h> header file. * [all...] |
config_android.h | 7 /* Define to 1 if you have the <conflict-signal.h> header file. */ 10 /* Define to 1 if you have the <cygwin/signal.h> header file. */ 13 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't. 17 /* Define to 1 if you have the declaration of `memalign', and to 0 if you 21 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if 25 /* Define to 1 if you have the declaration of `pvalloc', and to 0 if you 29 /* Define to 1 if you have the declaration of `uname', and to 0 if you don't. 33 /* Define to 1 if you have the declaration of `valloc', and to 0 if you don't. 37 /* Define to 1 if you have the <dlfcn.h> header file. */ 43 /* Define to 1 if you have the <execinfo.h> header file. * [all...] |
config_freebsd.h | 7 /* Define to 1 if you have the <conflict-signal.h> header file. */ 10 /* Define to 1 if you have the <cygwin/signal.h> header file. */ 13 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't. 17 /* Define to 1 if you have the declaration of `memalign', and to 0 if you 21 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if 25 /* Define to 1 if you have the declaration of `pvalloc', and to 0 if you 29 /* Define to 1 if you have the declaration of `uname', and to 0 if you don't. 33 /* Define to 1 if you have the declaration of `valloc', and to 0 if you don't. 37 /* Define to 1 if you have the <dlfcn.h> header file. */ 43 /* Define to 1 if you have the <execinfo.h> header file. * [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
config.h | 28 /* Define to 1 if you have the <conflict-signal.h> header file. */ 31 /* Define to 1 if you have the <cygwin/signal.h> header file. */ 34 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't. 38 /* Define to 1 if you have the declaration of `memalign', and to 0 if you 42 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if 46 /* Define to 1 if you have the declaration of `pvalloc', and to 0 if you 50 /* Define to 1 if you have the declaration of `uname', and to 0 if you don't. 54 /* Define to 1 if you have the declaration of `valloc', and to 0 if you don't. 58 /* Define to 1 if you have the <dlfcn.h> header file. */ 64 /* Define to 1 if you have the <execinfo.h> header file. * [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
config.h | 28 /* Define to 1 if you have the <conflict-signal.h> header file. */ 31 /* Define to 1 if you have the <cygwin/signal.h> header file. */ 34 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't. 38 /* Define to 1 if you have the declaration of `memalign', and to 0 if you 42 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if 46 /* Define to 1 if you have the declaration of `pvalloc', and to 0 if you 50 /* Define to 1 if you have the declaration of `uname', and to 0 if you don't. 54 /* Define to 1 if you have the declaration of `valloc', and to 0 if you don't. 58 /* Define to 1 if you have the <dlfcn.h> header file. */ 64 /* Define to 1 if you have the <execinfo.h> header file. * [all...] |
/external/libusb/ |
config.h | 14 /* Define to 1 if you have the <dlfcn.h> header file. */ 17 /* Define to 1 if you have the <inttypes.h> header file. */ 20 /* Define to 1 if you have the `rt' library (-lrt). */ 23 /* Define to 1 if you have the <memory.h> header file. */ 26 /* Define to 1 if you have the <stdint.h> header file. */ 29 /* Define to 1 if you have the <stdlib.h> header file. */ 32 /* Define to 1 if you have the <strings.h> header file. */ 35 /* Define to 1 if you have the <string.h> header file. */ 38 /* Define to 1 if you have the <sys/stat.h> header file. */ 41 /* Define to 1 if you have the <sys/types.h> header file. * [all...] |
config.h.in | 12 /* Define to 1 if you have the <dlfcn.h> header file. */ 15 /* Define to 1 if you have the <inttypes.h> header file. */ 18 /* Define to 1 if you have the `rt' library (-lrt). */ 21 /* Define to 1 if you have the <memory.h> header file. */ 24 /* Define to 1 if you have the <stdint.h> header file. */ 27 /* Define to 1 if you have the <stdlib.h> header file. */ 30 /* Define to 1 if you have the <strings.h> header file. */ 33 /* Define to 1 if you have the <string.h> header file. */ 36 /* Define to 1 if you have the <sys/stat.h> header file. */ 39 /* Define to 1 if you have the <sys/types.h> header file. * [all...] |