Searched refs:__FUNCTION__ (Results 1 - 25 of 86) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dpr37789.C6 __FUNCTION__;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dfnname1.C7 const char *s = __FUNCTION__;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr28419.c3 const char* p = __FUNCTION__; /* { dg-error "" } */
H A Dconcat.c12 char s1[] = __FUNCTION__"."; /* { dg-error "(parse|syntax|expected|invalid|array)" } */
14 char s3[] = "."__FUNCTION__; /* { dg-error "(parse|syntax|expected|invalid)" } */
H A Dgnu-predef-1.c1 /* Test that we diagnose the __FUNCTION__ and the __PRETTY_FUNCTION__
10 s = __FUNCTION__; /* { dg-warning " ISO C does not support .__FUNCTION__. predefined identifier" } */
12 s = __extension__ __FUNCTION__;
H A Dfunc-outside-1.c8 const char *b = __FUNCTION__;
H A Dfunc-outside-2.c8 __extension__ const char *b = __FUNCTION__;
H A Dpr33676.c22 abrt (__FILE__, __FUNCTION__);
41 abrt (__FILE__, __FUNCTION__);
50 abrt (__FILE__, __FUNCTION__);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/charset/
H A Dfunction.cc9 str = __FUNCTION__;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dtry-catch-1.C12 __FUNCTION__;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/charset/
H A Dfunction.c9 str = __FUNCTION__;
/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dlto-11b.c5 printf("Hello from %s!\n", __FUNCTION__);
H A Dlto-11c.c5 printf("Hello from %s!\n", __FUNCTION__);
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dgot1b.c6 printf ("%s\n", __FUNCTION__);
H A Dgot1d.S8 leal __FUNCTION__.1862@GOTOFF(%ecx), %eax
24 leal __FUNCTION__.1866@GOTOFF(%ebx), %esi
32 .type __FUNCTION__.1866, @object
33 .size __FUNCTION__.1866, 4
34 __FUNCTION__.1866:
36 .type __FUNCTION__.1862, @object
37 .size __FUNCTION__.1862, 4
38 __FUNCTION__.1862:
/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dgotpcrel1b.c6 printf ("%s\n", __FUNCTION__);
H A Dgotpcrel1d.S5 leaq __FUNCTION__.2215(%rip), %rdi
11 leaq __FUNCTION__.2219(%rip), %rdi
14 leaq __FUNCTION__.2219(%rip), %rdi
19 .type __FUNCTION__.2219, @object
20 .size __FUNCTION__.2219, 4
21 __FUNCTION__.2219:
23 .type __FUNCTION__.2215, @object
24 .size __FUNCTION__.2215, 4
25 __FUNCTION__.2215:
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dnoreturn-6.C11 f (__FUNCTION__);
H A Dnoreturn-4.C11 f (__FUNCTION__);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr50741.C13 static PublishLo _rL_53 = {__FUNCTION__};
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20001011-1.c11 if(foo(__FUNCTION__))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-__func__.C5 constexpr const char* y() { return __FUNCTION__; }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Dpretty4.C5 // __PRETTY_FUNCTION__, __FUNCTION__ and __function__ should have the
29 PV (__FUNCTION__);
37 ptr = __FUNCTION__;
42 if (ptr != __FUNCTION__)
47 return ptr == __FUNCTION__;
54 foo (&__FUNCTION__);
55 baz (__FUNCTION__);
56 unover (&__FUNCTION__);
60 // __FUNCTION__ should be unique across functions with the same base name
/haiku-buildtools/binutils/gold/testsuite/
H A Dver_test.h25 #define TRACE printf("In %s, %s()\n", __FILE__, __FUNCTION__);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr27528.c39 asm volatile ("" :: "s" (__FUNCTION__), "i" (__FUNCTION__));

Completed in 210 milliseconds

1234