OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pmi
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-cplus-member.cc
73
typedef int A::*
PMI
;
80
PMI
pmi
= &A::public_;
local
82
return a.*
pmi
+ get_values (a); // break here
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-cplus-member.cc
73
typedef int A::*
PMI
;
80
PMI
pmi
= &A::public_;
local
82
return a.*
pmi
+ get_values (a); // break here
/src/usr.sbin/perfused/
perfused.c
102
get_mount_info(int fd, struct perfuse_mount_info *
pmi
, int sock_type)
175
pmi
->pmi_source = source;
176
pmi
->pmi_target = target;
177
pmi
->pmi_filesystemtype = filesystemtype;
178
pmi
->pmi_mountflags = (int)mountflags;
179
pmi
->pmi_data = data;
181
pmi
->pmi_uid = cred.sc_euid;
206
struct perfuse_mount_info
pmi
;
local
234
get_mount_info(fd, &
pmi
, sock_type);
239
ro_flag =
pmi
.pmi_mountflags & MNT_RDONLY
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
member-ptr.cc
78
typedef int A::*
PMI
;
147
PMI
member;
163
PMI
pmi
;
local
175
PMI
null_pmi;
185
pmi
= &A::j;
216
pmi
= NULL; /* Breakpoint 1 here. */
222
pmi
= &A::jj;
230
k = a.*
pmi
;
classes.cc
649
int Foo::*
pmi
= &Foo::y;
member in class:Foo
661
return foo.*
pmi
;
misc.cc
542
/* FIXME:
pmi
gets optimized out. Need to do some more computation with
545
int Foo::*
pmi
= &Foo::y;
member in class:Foo
552
return foo.*
pmi
;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
member-ptr.cc
78
typedef int A::*
PMI
;
147
PMI
member;
163
PMI
pmi
;
local
175
PMI
null_pmi;
185
pmi
= &A::j;
216
pmi
= NULL; /* Breakpoint 1 here. */
222
pmi
= &A::jj;
230
k = a.*
pmi
;
classes.cc
649
int Foo::*
pmi
= &Foo::y;
member in class:Foo
661
return foo.*
pmi
;
misc.cc
542
/* FIXME:
pmi
gets optimized out. Need to do some more computation with
545
int Foo::*
pmi
= &Foo::y;
member in class:Foo
552
return foo.*
pmi
;
Completed in 32 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026