Searched refs:__func__ (Results 1 - 25 of 436) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dfunc-in-block.c9 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
H A Dmangle-blocks.c9 __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]* @.str1, i32 0, i32 0))
H A Dpredefined-expr.c4 // 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__
[all...]
/external/clang/test/Sema/
H A Dpredef.c4 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/
H A Dinstantiate-expr-basic.cpp6 __func__; // PredefinedExpr
/external/libunwind/src/coredump/
H A D_UPT_resume.c32 print_error (__func__);
H A D_UPT_access_fpreg.c31 print_error (__func__);
/external/clang/test/SemaCXX/
H A Dpredefined-expr.cpp6 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__)
[all...]
/external/openssh/
H A Dkey.c29 fatal("%s: %s", __func__, ssh_err(r));
38 fatal("%s: failed", __func__);
61 fatal("%s: %s", __func__, ssh_err(r));
71 fatal("%s: %s", __func__, ssh_err(r));
81 fatal("%s: %s", __func__, ssh_err(r));
101 fatal_on_fatal_errors(r, __func__, 0);
102 error("%s: %s", __func__, ssh_err(r));
120 fatal_on_fatal_errors(r, __func__, 0);
121 error("%s: %s", __func__, ssh_err(r));
125 fatal("%s: giant len %zu", __func__, ble
[all...]
H A Dbufaux.c34 error("%s: %s", __func__, ssh_err(ret));
46 fatal("%s: buffer error", __func__);
57 error("%s: %s", __func__, ssh_err(ret));
69 fatal("%s: buffer error", __func__);
80 error("%s: %s", __func__, ssh_err(ret));
92 fatal("%s: buffer error", __func__);
103 fatal("%s: %s", __func__, ssh_err(ret));
112 fatal("%s: %s", __func__, ssh_err(ret));
121 fatal("%s: %s", __func__, ssh_err(ret));
132 error("%s: %s", __func__, ssh_er
[all...]
H A Dbufbn.c38 error("%s: %s", __func__, ssh_err(ret));
48 fatal("%s: buffer error", __func__);
57 error("%s: %s", __func__, ssh_err(ret));
67 fatal("%s: buffer error", __func__);
77 error("%s: %s", __func__, ssh_err(ret));
87 fatal("%s: buffer error", __func__);
96 error("%s: %s", __func__, ssh_err(ret));
106 fatal("%s: buffer error", __func__);
H A Dsandbox-darwin.c51 debug3("%s: preparing Darwin sandbox", __func__);
64 debug3("%s: starting Darwin sandbox", __func__);
67 fatal("%s: sandbox_init: %s", __func__, errmsg);
76 __func__, strerror(errno));
79 __func__, strerror(errno));
82 __func__, strerror(errno));
89 debug3("%s: finished", __func__);
H A Dbuffer.c35 fatal("%s: %s", __func__, ssh_err(ret));
45 fatal("%s: %s", __func__, ssh_err(ret));
58 fatal("%s: %s", __func__, ssh_err(ret));
67 error("%s: %s", __func__, ssh_err(ret));
77 fatal("%s: buffer error", __func__);
89 fatal("%s: %s", __func__, ssh_err(ret));
96 fatal("%s: buffer error", __func__);
108 fatal("%s: %s", __func__, ssh_err(ret));
115 fatal("%s: buffer error", __func__);
H A Dopacket.c19 fatal("%s: %s", __func__, ssh_err(r));
29 fatal("%s: %s", __func__, ssh_err(r));
38 fatal("%s: %s", __func__, ssh_err(r));
47 fatal("%s: %s", __func__, ssh_err(r));
56 fatal("%s: %s", __func__, ssh_err(r));
65 fatal("%s: %s", __func__, ssh_err(r));
74 fatal("%s: %s", __func__, ssh_err(r));
84 fatal("%s: %s", __func__, ssh_err(r));
95 fatal("%s: %s", __func__, ssh_err(r));
106 fatal("%s: %s", __func__, ssh_er
[all...]
H A Dbufec.c38 error("%s: %s", __func__, ssh_err(ret));
49 fatal("%s: buffer error", __func__);
59 error("%s: %s", __func__, ssh_err(ret));
70 fatal("%s: buffer error", __func__);
H A Dsandbox-capsicum.c59 debug3("%s: preparing capsicum sandbox", __func__);
77 __func__, strerror(errno));
81 __func__, strerror(errno));
85 __func__, strerror(errno));
99 fatal("%s: failed to limit the network socket", __func__);
103 fatal("%s: failed to limit the logging socket", __func__);
105 fatal("%s: failed to enter capability mode", __func__);
113 debug3("%s: finished", __func__);
H A Dsandbox-seccomp-filter.c153 debug3("%s: preparing seccomp filter sandbox", __func__);
171 __func__, info->si_arch, info->si_syscall, info->si_call_addr);
182 debug3("%s: installing SIGSYS handler", __func__);
190 fatal("%s: sigaction(SIGSYS): %s", __func__, strerror(errno));
193 __func__, strerror(errno));
207 __func__, strerror(errno));
210 __func__, strerror(errno));
213 __func__, strerror(errno));
219 debug3("%s: setting PR_SET_NO_NEW_PRIVS", __func__);
222 __func__, strerro
[all...]
H A Dsandbox-rlimit.c53 debug3("%s: preparing rlimit sandbox", __func__);
70 __func__, strerror(errno));
75 __func__, strerror(errno));
80 __func__, strerror(errno));
88 debug3("%s: finished", __func__);
/external/compiler-rt/lib/builtins/
H A Dint_util.h24 __func__)
/external/clang/test/CodeGenCXX/
H A Dpredefined-expr.cpp108 printf("__func__ %s\n", __func__);
119 printf("__func__ %s\n", __func__);
133 printf("__func__ %s\n", __func__);
142 printf("__func__ %s\n", __func__);
148 printf("__func__ %s\n", __func__);
[all...]
H A Dpredefined-expr-cxx14.cpp8 // CHECK-DAG: @__func__._ZN13ClassTemplateIiE21classTemplateFunctionERi = private unnamed_addr constant [22 x i8] c"classTemplateFunction\00"
11 // CHECK-DAG: @__func__._ZN24ClassInTopLevelNamespace16functionTemplateIiEERDaRT_ = private unnamed_addr constant [17 x i8] c"functionTemplate\00"
14 // CHECK-DAG: @__func__._ZN24ClassInTopLevelNamespace16variadicFunctionEPiz = private unnamed_addr constant [17 x i8] c"variadicFunction\00"
17 // CHECK-DAG: @__func__._ZN24ClassInTopLevelNamespace25topLevelNamespaceFunctionEv = private unnamed_addr constant [26 x i8] c"topLevelNamespaceFunction\00"
20 // CHECK-DAG: @__func__.___ZN16ClassBlockConstrD2Ev_block_invoke = private unnamed_addr constant [41 x i8] c"___ZN16ClassBlockConstrD2Ev_block_invoke\00"
21 // CHECK-DAG: @__func__.___ZN16ClassBlockConstrC2Ev_block_invoke = private unnamed_addr constant [41 x i8] c"___ZN16ClassBlockConstrC2Ev_block_invoke\00"
28 printf("__func__ %s\n", __func__);
35 printf("__func__ %s\n", __func__);
[all...]
/external/ipsec-tools/src/racoon/
H A Ddebugrm.h58 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))
/external/openssh/openbsd-compat/
H A Dport-solaris.c57 "contract: %s", __func__, strerror(errno));
62 "status: %s", __func__, strerror(errno));
67 __func__, strerror(errno));
81 error("%s: open %s: %s", __func__,
87 __func__, tmpl_fd);
92 "(pgrponly): %s", __func__, strerror(errno));
97 "fatal events: %s", __func__, strerror(errno));
102 "critical events: %s", __func__, strerror(errno));
107 "informative events: %s", __func__, strerror(errno));
114 "template: %s", __func__, strerro
[all...]
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.general/
H A Dp8.cpp16 check<decltype(__func__)>();
17 static_assert(contains(__func__, "foo"), "");
/external/e2fsprogs/lib/quota/
H A Dcommon.h18 __FILE__, __LINE__, __func__, ## arg)
23 __FILE__, __LINE__, __func__, ## arg)

Completed in 614 milliseconds

1234567891011>>