Searched refs:pm (Results 1 - 25 of 52) sorted by relevance

123

/haiku-buildtools/autoconf/lib/Autom4te/
H A DMakefile.am5 C4che.pm \
6 ChannelDefs.pm \
7 Channels.pm \
8 Configure_ac.pm \
9 FileUtils.pm \
10 General.pm \
11 Request.pm \
12 Struct.pm \
13 XFile.pm
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dstr_comp_optimize_1.f9014 integer, parameter :: pc = 30, pm = pc - 1 local in subroutine:modelg
16 character*4 catt(pm,2)
17 integer ncm,iatt(pm,pc)
/haiku-buildtools/gcc/libcilkrts/include/cilktools/
H A Dlock_guard.h46 * undefined if the mutex referenced by pm does not exist for the entire
63 explicit lock_guard(mutex_type &m) : pm(m)
65 pm.lock();
72 pm.unlock();
81 mutex_type ± member in class:cilkscreen::lock_guard
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-ptrmem.C10 constexpr bool check1(const C& c, int C:: *pm) { return c.*pm < 0; } // #1 argument
12 constexpr bool check2(const C* pc, bool (C::*pm)() const) { return
13 (pc->*pm)(); } // #2
H A Dauto2.C46 auto A::* pm = &A::i; member in class:A
47 if (typeid (pm) != typeid (int A::*))
H A Dsfinae39.C89 int B::*pm = 0; member in class:B
91 template<typename T, typename = decltype(declval<T>().*pm)>
102 template<typename T, typename = decltype(declval<T>()->*pm)>
H A Dstd-layout1.C59 int A::* pm; member in class:B::A
H A Dtrivial1.C50 int A::* pm; member in class:B::A
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate6.C18 int A<int>::*pm = &A<int>::a; // { dg-bogus "" } failed temp resolution member in class:A
19 foo (pm);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr46620.c67 struct pedr pm; local
69 pm.pc.dmv = 0;
71 pedri(&pm, ps, 32);
73 if (pm.pc.dmv != 1)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug371.go13 func (t *T) pm() {} func
18 p.pm()
23 q.pm() // ERROR "requires explicit dereference"
/haiku-buildtools/autoconf/
H A DMakefile.am75 Autom4te/Configure_ac.pm \
76 Autom4te/Channels.pm \
77 Autom4te/FileUtils.pm \
78 Autom4te/Struct.pm \
79 Autom4te/XFile.pm
89 perl -pi -e 's/Automake::/Autom4te::/g' Fetchdir/Autom4te/*.pm
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/result_of/
H A D1.cc30 typedef int X::*pm; typedef in class:X
34 typedef std::result_of<pm const&(X&)>::type result;
46 typedef std::result_of<pm(volatile X&)>::type result3;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr23570.c81 float *pm; local
82 for (i = 0, pm = m; i < n - 1; ++i, pm += nw)
84 int vi = sse_max_abs_indexf (pm + i, nw, n - i);
89 sse_swap_rowf (pm, pm + vi * nw, nw);
92 for (j = i + 1, pt = pm + nw; j < n; ++j, pt += nw)
93 sse_add_rowf (pt + i + 1, pm + i + 1, -1.0, n - i - 1);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dkoenig3.C5 friend int operator ->* (A & other, int A::*pm)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dcv_func.C15 FIC S::*pm = &S::f; member in class:S
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/tm/
H A Dsafe-1.c19 extern Fm pm;
62 (*pm)();
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Dsparc64.h96 | | pm = qh * dl
102 Knowing that LOW(pm) + HIGH(pl) == HIGH(l) (mod 2^32) means that the only
103 time there's a carry from that sum is when LOW(pm) > HIGH(l). There's no
108 mp_limb_t pm; \
112 pm = HIGH32(q) * d; \
113 (h) = HIGH32(pm) + ((pm << 32) > l); \
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/maxq10/
H A Dpmtest.s18 ;test the pm support
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/maxq20/
H A Dpmtest.s18 ;test the pm support
/haiku-buildtools/binutils/gas/testsuite/gas/mt/
H A Dmsys.s57 ; xmode operand: pm, xm
59 rcxmode R0, #0, #0, #pm, #0, #0, #0, #0, #0 ; pm = 1
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mt/
H A Dmsys.s57 ; xmode operand: pm, xm
59 rcxmode R0, #0, #0, #pm, #0, #0, #0, #0, #0 ; pm = 1
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dassign1.go90 pm *M var
196 pm0 = pm // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
199 pm = pm1 // ERROR "cannot use|incompatible"
201 pm1 = pm // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
323 pm = (*M)(pm0)
324 pm = (*M)(pm1)
326 pm1 = (*M1)(pm)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20070129.c37 Perl_pregcomp (char *exp, char *xend, void *pm) argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/3_function_objects/headers/functional/
H A Dsynopsis.cc32 template<class R, class T> unspecified mem_fn(R T::* pm);

Completed in 446 milliseconds

123