Searched refs:pure (Results 1 - 25 of 75) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr42461.c7 extern int link_failure (int) __attribute__ ((pure));
H A Dpr20115-1.c4 extern int foo (void) __attribute__((pure));
H A Dpr38245-3.h10 __attribute__((pure, noinline));
20 __attribute__((pure, noinline));
26 extern int b5 () __attribute__((pure, noinline));
29 __attribute__((pure, noinline));
33 __attribute__((pure, noinline));
H A Dpr51879-12.c4 __attribute__((pure)) int bar (int);
5 __attribute__((pure)) int bar2 (int);
H A Dpr20100.c4 int func_pure (void) __attribute__ ((pure));
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A D20041111-1.c6 extern unsigned long long xyzzy(int) __attribute__((pure));
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dlibcall-1.c5 int __attribute__((pure)) bar();
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dloop-12.c1 /* Checks that pure functions are not treated as const. */
5 static int __attribute__ ((pure))
H A D20011024-1.c1 /* Test whether store motion recognizes pure functions as potentially reading
7 extern int strcmp (const char *s1, const char *s2) __attribute__((pure));
H A D20070614-1.c12 _Complex bar (_Complex z) __attribute__ ((pure));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dloop-1.c22 __attribute__ ((pure))
H A Dpr24287.c4 int h(int *a, int *b)__attribute__((pure));
8 non-pure functions. */
H A Dpta-callused.c8 int *foo (int ***x) __attribute__((pure));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dipa-icf-10.c4 int ferda(int x, int y) __attribute__ ((pure));
5 int funkce(int a, int b) __attribute__ ((pure));
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Divopts-3.c4 extern unsigned int foo2 (short*) __attribute__((pure));
H A Divopts-4.c4 extern unsigned int foo (int*) __attribute__((pure));
H A Divopts-5.c4 extern unsigned int foo (int*) __attribute__((pure));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/17_intro/headers/c++1998/
H A Dall_attributes.cc32 #define pure 1 macro
/haiku-buildtools/gcc/libstdc++-v3/testsuite/17_intro/headers/c++200x/
H A Dall_attributes.cc31 #define pure 1 macro
/haiku-buildtools/gcc/libstdc++-v3/testsuite/17_intro/headers/c++2014/
H A Dall_attributes.cc31 #define pure 1 macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-minmax-1.c26 extern int pure(int) __attribute__ ((__pure__));
40 if ((long)FUNC##f(pure(i),pure(i)) != (long)FUNC##f(pure(i),pure(i))) \
42 if ((long)FUNC(pure(i),pure(i)) != (long)FUNC(pure(i),pure(i))) \
44 if ((long)FUNC##l(pure(
[all...]
H A Dpr45982.c8 uintptr_t __attribute__((pure,noinline,noclone))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr17697-1.C8 __attribute__ ((pure));
H A Dpr17697-2.C8 __attribute__ ((pure));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/vect/
H A Dpr51485.cc4 double bar (A a) throw () __attribute__((pure));

Completed in 275 milliseconds

123