HomeSort by relevance Sort by last modified time
    Searched refs:__func__ (Results 1 - 25 of 1603) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
func-in-block.c 9 PRINTF(__func__);
12 PRINTF(__func__);
18 // CHECK: @__func__.__main_block_invoke = private unnamed_addr constant [20 x i8] c"__main_block_invoke\00"
19 // CHECK: call void @PRINTF({{.*}}@__func__.__main_block_invoke
mangle-blocks.c 9 __assert_rtn(__func__, __FILE__, __LINE__, "mangle");
14 // CHECK: @__func__.__mangle_block_invoke_2 = private unnamed_addr constant [24 x i8] c"__mangle_block_invoke_2\00", align 1
21 // CHECK: call void @__assert_rtn(i8* getelementptr inbounds ([24 x i8], [24 x i8]* @__func__.__mangle_block_invoke_2, i32 0, i32 0), i8* getelementptr inbounds {{.*}}, i32 9, i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.1, i32 0, i32 0))
predefined-expr.c 4 // CHECK: @__func__.plainFunction = private unnamed_addr constant [14 x i8] c"plainFunction\00"
6 // CHECK: @__func__.externFunction = private unnamed_addr constant [15 x i8] c"externFunction\00"
8 // CHECK: @__func__.privateExternFunction = private unnamed_addr constant [22 x i8] c"privateExternFunction\00"
10 // CHECK: @__func__.__captured_stmt = private unnamed_addr constant [25 x i8] c"functionWithCapturedStmt\00"
12 // CHECK: @__func__.staticFunction = private unnamed_addr constant [15 x i8] c"staticFunction\00"
18 printf("__func__ %s\n", __func__);
24 printf("__func__ %s\n", __func__);
30 printf("__func__ %s\n", __func__)
    [all...]
  /external/ltp/testcases/commands/ldd/datafiles/
lddfile1.c 4 printf("Control in function %s\n", __func__);
lddfile2.c 4 printf("Control in function %s\n", __func__);
lddfile3.c 4 printf("Control in function %s\n", __func__);
lddfile4.c 4 printf("Control in function %s\n", __func__);
lddfile5.c 4 printf("Control in function %s\n", __func__);
  /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/libunwind/src/coredump/
_UPT_resume.c 32 print_error (__func__);
_UPT_access_fpreg.c 31 print_error (__func__);
  /art/libart_fake/
fake.cc 36 "This call to '%s' is being ignored.", __func__);
40 "This call to '%s' is being ignored.", __func__);
44 "This call to '%s' is being ignored.", __func__);
  /external/clang/test/SemaCXX/
predefined-expr.cpp 6 static_assert(sizeof(__func__) == 4, "foo");
13 static_assert(sizeof(__func__) == 4, "bar");
22 static_assert(sizeof(__func__) == 4, "baz");
27 static_assert(sizeof(__func__) == 11, "operator()");
36 static_assert(sizeof(__func__) == 27, "___Z3bazIiEiv_block_invoke");
44 static_assert(sizeof(__func__) == 4, "baz");
53 static_assert(sizeof(__func__) == 5, "main");
58 static_assert(sizeof(__func__) == 11, "operator()");
67 static_assert(sizeof(__func__) == 20, "__main_block_invoke");
75 static_assert(sizeof(__func__) == 5, "main")
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_nopfuncs.c 55 warning(__func__);
61 warning(__func__);
67 warning(__func__);
73 warning(__func__);
79 warning(__func__);
85 warning(__func__);
91 warning(__func__);
97 warning(__func__);
103 warning(__func__);
109 warning(__func__);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/utils/
HwcTrace.h 29 #define VTRACE(fmt,...) ALOGV("%s: " fmt, __func__, ##__VA_ARGS__)
30 #define DTRACE(fmt,...) ALOGD("%s: " fmt, __func__, ##__VA_ARGS__)
31 #define ITRACE(fmt,...) ALOGI("%s: " fmt, __func__, ##__VA_ARGS__)
32 #define WTRACE(fmt,...) ALOGW("%s: " fmt, __func__, ##__VA_ARGS__)
33 #define ETRACE(fmt,...) ALOGE("%s: " fmt, __func__, ##__VA_ARGS__)
38 #define CTRACE() ALOGV("Calling %s", __func__)
39 #define XTRACE() ALOGV("Leaving %s", __func__)
48 #define ATRACE(fmt,...) ALOGV("%s(args): "fmt, __func__, ##__VA_ARGS__);
66 LOG_ALWAYS_FATAL("%s: Object is not initialized! Line = %d", __func__, __LINE__); \
102 LOG_ALWAYS_FATAL("%s: Object is not deinitialized! Line = %d", __func__, __LINE__);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/
HwcTrace.h 29 #define VLOGTRACE(fmt,...) ALOGV("%s: " fmt, __func__, ##__VA_ARGS__)
30 #define DLOGTRACE(fmt,...) ALOGD("%s: " fmt, __func__, ##__VA_ARGS__)
31 #define ILOGTRACE(fmt,...) ALOGI("%s: " fmt, __func__, ##__VA_ARGS__)
32 #define WLOGTRACE(fmt,...) ALOGW("%s: " fmt, __func__, ##__VA_ARGS__)
33 #define ELOGTRACE(fmt,...) ALOGE("%s: " fmt, __func__, ##__VA_ARGS__)
38 #define CTRACE() ALOGV("Calling %s", __func__)
39 #define XLOGTRACE() ALOGV("Leaving %s", __func__)
48 #define ALOGTRACE(fmt,...) ALOGV("%s(args): " fmt, __func__, ##__VA_ARGS__);
66 LOG_ALWAYS_FATAL("%s: Object is not initialized! Line = %d", __func__, __LINE__); \
102 LOG_ALWAYS_FATAL("%s: Object is not deinitialized! Line = %d", __func__, __LINE__);
    [all...]
  /device/google/marlin/camera/usbcamcore/src/
QualcommUsbCamera.cpp 149 ALOGI("%s: E", __func__);
150 ALOGI("%s: X", __func__);
158 ALOGI("%s: E", __func__);
169 ALOGI("%s: X", __func__);
183 ALOGI("%s: E", __func__);
191 ALOGE("%s: end in no mem", __func__);
198 ALOGE("%s: usbCamInitDefaultParameters error", __func__);
207 ALOGE("%s: No UVC node found \n", __func__);
214 ALOGE("%s: Cannot open '%s'", __func__, dev_name);
231 ALOGD("%s: camHal: %p", __func__, camHal)
    [all...]
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QualcommUsbCamera.cpp 149 ALOGI("%s: E", __func__);
150 ALOGI("%s: X", __func__);
158 ALOGI("%s: E", __func__);
169 ALOGI("%s: X", __func__);
183 ALOGI("%s: E", __func__);
191 ALOGE("%s: end in no mem", __func__);
198 ALOGE("%s: usbCamInitDefaultParameters error", __func__);
207 ALOGE("%s: No UVC node found \n", __func__);
214 ALOGE("%s: Cannot open '%s'", __func__, dev_name);
231 ALOGD("%s: camHal: %p", __func__, camHal)
    [all...]
  /external/strace/
error_prints.h 67 error_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
69 perror_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
71 debug_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
73 debug_perror_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
75 error_msg_and_die("%s: " fmt_, __func__, ##__VA_ARGS__)
77 perror_msg_and_die("%s: " fmt_, __func__, ##__VA_ARGS__)
  /hardware/qcom/display/msm8960/libqdutils/
idle_invalidator.cpp 41 ALOGD_IF(II_DEBUG, "%s", __func__);
46 ALOGD_IF(II_DEBUG, "%s", __func__);
56 ALOGD_IF(II_DEBUG, "%s", __func__);
69 ALOGD_IF(II_DEBUG, "%s", __func__);
74 ALOGD_IF(II_DEBUG, "%s", __func__);
84 ALOGD_IF(II_DEBUG, "%s", __func__);
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
int_util.h 63 __func__)
  /external/syslinux/com32/include/syslinux/
debug.h 7 #define syslinux_debug_enabled __syslinux_debug_enabled(__func__)
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
drm_vendor_api.c 32 ALOGE("%s: NULL parameter provided", __func__);
38 ALOGE("%s: couldn't dlopen %s : %s", __func__, LIB_DRM_VENDOR, dlerror());
45 __func__, LIB_DRM_VENDOR, dlerror());
51 __func__, LIB_DRM_VENDOR, dlerror());
57 __func__, LIB_DRM_VENDOR, dlerror());
64 __func__, LIB_DRM_VENDOR, dlerror());
71 __func__, LIB_DRM_VENDOR, dlerror());
85 ALOGE("%s: NULL parameter provided", __func__);
90 ALOGE("%s: couldn't dlcose %s : %s", __func__, LIB_DRM_VENDOR, dlerror());
  /packages/apps/Nfc/nci/jni/
Pn544Interop.cpp 66 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", __func__);
75 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: exit", __func__);
89 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", __func__);
94 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: abort now", __func__);
101 << StringPrintf("%s: start polling", __func__);
106 << StringPrintf("%s: try again later", __func__);
114 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: exit", __func__);
131 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: %u", __func__, isBusy);
145 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s", __func__);

Completed in 1023 milliseconds

1 2 3 4 5 6 7 8 91011>>