/external/clang/test/CodeGen/ |
func-in-block.c | 9 PRINTF(__func__); 12 PRINTF(__func__); 18 // CHECK: @__func__.__main_block_invoke_0 = private unnamed_addr constant [22 x i8] c"__main_block_invoke_0\00" 19 // CHECK: call void @PRINTF({{.*}}@__func__.__main_block_invoke_
|
predefined-expr.c | 3 // CHECK: @__func__.plainFunction = private unnamed_addr constant [14 x i8] c"plainFunction\00" 5 // CHECK: @__func__.externFunction = private unnamed_addr constant [15 x i8] c"externFunction\00" 7 // CHECK: @__func__.privateExternFunction = private unnamed_addr constant [22 x i8] c"privateExternFunction\00" 9 // CHECK: @__func__.staticFunction = private unnamed_addr constant [15 x i8] c"staticFunction\00" 15 printf("__func__ %s\n", __func__); 21 printf("__func__ %s\n", __func__); 27 printf("__func__ %s\n", __func__); [all...] |
/external/clang/test/Sema/ |
predef.c | 4 const char (*ss)[12] = &__func__; 5 static int arr[sizeof(__func__)==12 ? 1 : -1]; 8 char *X = __func__; // expected-warning {{predefined identifier is only valid}} \ 12 __func__[0] = 'a'; // expected-error {{variable is not assignable}} 16 const char *b = __func__; // expected-warning {{predefined identifier is only valid}}
|
/external/clang/test/SemaTemplate/ |
instantiate-expr-basic.cpp | 6 __func__; // PredefinedExpr
|
/external/clang/test/CodeGenCXX/ |
predefined-expr.cpp | 86 printf("__func__ %s\n", __func__); 97 printf("__func__ %s\n", __func__); 111 printf("__func__ %s\n", __func__); 120 printf("__func__ %s\n", __func__); 126 printf("__func__ %s\n", __func__); [all...] |
/external/ipsec-tools/src/racoon/ |
debugrm.h | 58 DRM_malloc(__FILE__, __LINE__, __func__, (sz)) 62 DRM_calloc(__FILE__, __LINE__, __func__, (cnt), (sz)) 66 DRM_realloc(__FILE__, __LINE__, __func__, (old), (sz)) 70 DRM_free(__FILE__, __LINE__, __func__, (p)) 74 DRM_strdup(__FILE__, __LINE__, __func__, (p)) 88 DRM_vmalloc(__FILE__, __LINE__, __func__, (sz)) 90 DRM_vdup(__FILE__, __LINE__, __func__, (old)) 92 DRM_vrealloc(__FILE__, __LINE__, __func__, (old), (sz)) 94 DRM_vfree(__FILE__, __LINE__, __func__, (p))
|
/system/extras/ext4_utils/ |
ext4_jbd2.h | 42 #define ext4_journal_get_undo_access(handle, bh) __ext4_journal_get_undo_access(__func__, (handle), (bh)) 43 #define ext4_journal_get_write_access(handle, bh) __ext4_journal_get_write_access(__func__, (handle), (bh)) 44 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) __ext4_forget(__func__, (handle), (is_metadata), (inode), (bh), (block_nr)) 45 #define ext4_journal_get_create_access(handle, bh) __ext4_journal_get_create_access(__func__, (handle), (bh)) 46 #define ext4_handle_dirty_metadata(handle, inode, bh) __ext4_handle_dirty_metadata(__func__, (handle), (inode), (bh)) 50 #define ext4_journal_stop(handle) __ext4_journal_stop(__func__, (handle))
|
/external/qemu/ |
qemu-thread.c | 34 error_exit(err, __func__); 43 error_exit(err, __func__); 52 error_exit(err, __func__); 80 error_exit(err, __func__); 90 error_exit(err, __func__); 99 error_exit(err, __func__); 108 error_exit(err, __func__); 117 error_exit(err, __func__); 126 error_exit(err, __func__); 135 error_exit(err, __func__); [all...] |
/bionic/libc/kernel/common/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/development/ndk/platforms/android-3/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/external/wpa_supplicant/ |
bignum.c | 89 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 108 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 150 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 168 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 186 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 206 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 226 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__);
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
bignum.c | 89 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 108 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 150 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 168 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 186 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 206 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 226 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__);
|
/external/wpa_supplicant_8/src/tls/ |
bignum.c | 89 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 108 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 150 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 168 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 186 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 206 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__); 226 wpa_printf(MSG_DEBUG, "BIGNUM: %s failed", __func__);
|
/bionic/libc/include/ |
assert.h | 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
|
/development/ndk/platforms/android-3/include/ |
assert.h | 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
|