Searched refs:PF (Results 1 - 25 of 34) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Dattrib4.C7 #define PF __attribute__ ((format (printf, 1, 2))) macro
10 static PF void f (const char *, ...);
11 static PF void g (const char *, ...) { }
15 void PF h (const char *, ...);
16 void PF k (const char *, ...) { }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dptrmem1.C5 typedef void (A::*PF)(int) const;
9 PF pf = &A::f;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dlazy-ptr-test.c6 typedef void PF (void); typedef
10 PF* g (void) { return f; }
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dnon-lazy-ptr-test.c4 typedef void PF (void); typedef
21 PF* g (void) { f(); return f; }
22 PF* x (void) { return f1; }
23 PF* y (void) { f2(); return f2; }
24 PF* z (void) { return f3; }
25 PF* w (void) { pe(); return pe; }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtypeck.C8 typedef ctype_p (*PF) (int); typedef
14 static PF p = callee; // { dg-error "" }
19 PF pp = callee; // { dg-error "" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/fixed-point/
H A Dfunc-vararg.c61 #define TEST(NAME,PF) \
62 if (vararg_ ## NAME (0, 0.0 ## PF, 0.1 ## PF, 0.2 ## PF, 0.3 ## PF, \
63 0.4 ## PF, 0.5 ## PF) != 0.0 ## PF) \
65 if (vararg_ ## NAME (1, 0.0 ## PF, 0.1 ## PF, 0.
[all...]
H A Dfunc-scalar.c60 #define TEST(TYPE,NAME,PF) \
62 if (NAME ## 0 (0.1 ## PF, 0.2 ## PF, 0.3 ## PF, 0.4 ## PF, 0.5 ## PF) \
63 != 0.1 ## PF) abort (); \
64 if (NAME ## 1 (0.1 ## PF, 0.2 ## PF, 0.3 ## PF, 0.
[all...]
H A Dfunc-array.c56 #define TEST(TYPE,NAME,PF) \
58 TYPE NAME[] = { 0.0 ## PF, 0.1 ## PF, 0.2 ## PF, 0.3 ## PF, 0.4 ## PF, \
59 0.5 ## PF }; \
60 if (NAME ## 0 (NAME) != 0.0 ## PF) abort (); \
61 if (NAME ## 1 (NAME) != 0.1 ## PF) abort (); \
62 if (NAME ## 2 (NAME) != 0.2 ## PF) abor
[all...]
H A Dfunc-mixed.c60 #define TEST(TYPE,NAME,PF) \
62 if (NAME ## 0 (0.1 ## PF, -1, 1, 0.3f, 0.5) != 0.1 ## PF) abort (); \
63 if (NAME ## 1 (-1, 0.1 ## PF, 1, 0.3f, 0.5) != 0.1 ## PF) abort (); \
64 if (NAME ## 2 (-1, 1, 0.1 ## PF, 0.3f, 0.5) != 0.1 ## PF) abort (); \
65 if (NAME ## 3 (-1, 1, 0.3f, 0.1 ## PF, 0.5) != 0.1 ## PF) abort (); \
66 if (NAME ## 4 (-1, 1, 0.3f, 0.5, 0.1 ## PF) !
[all...]
H A Dfunc-vararg-mixed.c101 #define TEST(NAME,PF) \
102 if (vararg_int (0, 100, 0.9r, 55.0, 0.2 ## PF) != 100) \
104 if (vararg_fract (1, 100, 0.9r, 55.0, 0.2 ## PF) != 0.9r) \
106 if (vararg_double (2, 100, 0.9r, 55.0, 0.2 ## PF) != 55.0) \
108 if (vararg_ ## NAME (3, 100, 0.9r, 55.0, 0.2 ## PF) != 0.2 ## PF) \
H A Dloop-index.c9 #define FUNC(TYPE,NAME,PF) \
15 for (d = 0.1 ## PF, i = 0; d <= 0.8 ## PF; d += 0.1 ## PF) \
H A Doperator-comma.c10 #define FUNC(TYPE,NAME,PF) \
15 NAME ## b = 0.2 ## PF; \
16 NAME ## c = 0.3 ## PF; \
H A Doperator-cond.c11 #define FUNC(TYPE,NAME,PF) \
16 NAME ## b = 0.2 ## PF; \
17 NAME ## c = 0.3 ## PF; \
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/conversion/
H A Ddr195-1.C12 typedef void (*PF)(void); typedef
19 PF pf;
24 pf = reinterpret_cast <PF>(pv);
28 pf = reinterpret_cast <PF>(po);
H A Ddr195.C11 typedef void (*PF)(void); typedef
17 PF pf;
22 pf = reinterpret_cast <PF>(pv);
26 pf = reinterpret_cast <PF>(po);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWconditionally-supported-1.C10 typedef void (*PF)(void); typedef
16 PF pf;
20 pf = reinterpret_cast <PF>(pv); // { dg-warning "conditionally-supported" }
23 pf = reinterpret_cast <PF>(po); // { dg-warning "conditionally-supported" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dvla8.C4 template<class PF>
/haiku-buildtools/binutils/gold/
H A Ddefstd.cc132 elfcpp::PF(0), // segment_flags_set
133 elfcpp::PF(0), // segment_flags_clear
146 elfcpp::PF(0), // segment_flags_set
147 elfcpp::PF(0), // segment_flags_clear
203 elfcpp::PF(0), // segment_flags_clear
217 elfcpp::PF(0), // segment_flags_clear
231 elfcpp::PF(0), // segment_flags_clear
245 elfcpp::PF(0), // segment_flags_clear
259 elfcpp::PF(0), // segment_flags_clear
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20040101-1.c7 #define PF (1<<2) macro
13 #define EFLAGS_BITS (CF|PF|AF|ZF|SF|OF)
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c472 #define PF(x, y) \
475 PF (SEC_HAS_CONTENTS, "CONTENTS");
476 PF (SEC_ALLOC, "ALLOC");
477 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR");
478 PF (SEC_LOAD, "LOAD");
479 PF (SEC_RELOC, "RELOC");
480 PF (SEC_READONLY, "READONLY");
481 PF (SEC_CODE, "CODE");
482 PF (SEC_DATA, "DATA");
483 PF (SEC_RO
468 #define PF macro
536 #undef PF macro
2831 #define PF macro
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c320 #define PF(x, y) \
323 PF (SEC_HAS_CONTENTS, "CONTENTS");
324 PF (SEC_ALLOC, "ALLOC");
325 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR");
326 PF (SEC_LOAD, "LOAD");
327 PF (SEC_RELOC, "RELOC");
328 PF (SEC_READONLY, "READONLY");
329 PF (SEC_CODE, "CODE");
330 PF (SEC_DATA, "DATA");
331 PF (SEC_RO
317 #define PF macro
376 #undef PF macro
2311 #define PF macro
[all...]
H A Dreadelf.c5138 #define PF(_m) if (tp->_m) printf (#_m " ");
5140 PF(Cannot_unwind);
5141 PF(Millicode);
5142 PF(Millicode_save_sr0);
5144 PF(Entry_SR);
5147 PF(Args_stored);
5148 PF(Variable_Frame);
5149 PF(Separate_Package_Body);
5150 PF(Frame_Extension_Millicode);
5151 PF(Stack_Overflow_Chec
5135 #define PF macro
5164 #undef PF macro
[all...]
/haiku-buildtools/gcc/libcpp/
H A Dinternal.h608 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, cpp_pedantic)
609 #define CPP_WTRADITIONAL(PF) CPP_OPTION (PF, cpp_warn_traditional)
/haiku-buildtools/legacy/binutils/bfd/
H A DpeXXigen.c1775 #undef PF macro
1776 #define PF(x, y) if (pe->real_flags & x) { fprintf (file, "\t%s\n", y); }
1777 PF (IMAGE_FILE_RELOCS_STRIPPED, "relocations stripped");
1778 PF (IMAGE_FILE_EXECUTABLE_IMAGE, "executable");
1779 PF (IMAGE_FILE_LINE_NUMS_STRIPPED, "line numbers stripped");
1780 PF (IMAGE_FILE_LOCAL_SYMS_STRIPPED, "symbols stripped");
1781 PF (IMAGE_FILE_LARGE_ADDRESS_AWARE, "large address aware");
1782 PF (IMAGE_FILE_BYTES_REVERSED_LO, "little endian");
1783 PF (IMAGE_FILE_32BIT_MACHINE, "32 bit words");
1784 PF (IMAGE_FILE_DEBUG_STRIPPE
1774 #undef PF macro
1787 #undef PF macro
[all...]
/haiku-buildtools/binutils/bfd/
H A DpeXXigen.c2753 #undef PF
2754 #define PF(x, y) if (pe->real_flags & x) { fprintf (file, "\t%s\n", y); }
2755 PF (IMAGE_FILE_RELOCS_STRIPPED, "relocations stripped");
2756 PF (IMAGE_FILE_EXECUTABLE_IMAGE, "executable");
2757 PF (IMAGE_FILE_LINE_NUMS_STRIPPED, "line numbers stripped");
2758 PF (IMAGE_FILE_LOCAL_SYMS_STRIPPED, "symbols stripped");
2759 PF (IMAGE_FILE_LARGE_ADDRESS_AWARE, "large address aware");
2760 PF (IMAGE_FILE_BYTES_REVERSED_LO, "little endian");
2761 PF (IMAGE_FILE_32BIT_MACHINE, "32 bit words");
2762 PF (IMAGE_FILE_DEBUG_STRIPPE
2750 #undef PF macro
2751 #define PF macro
2763 #undef PF macro
[all...]

Completed in 233 milliseconds

12