OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptrmem_cst
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
tree.cc
3172
to replacing the
PTRMEM_CST
for &X::f with a VAR_DECL. */
4218
case
PTRMEM_CST
:
5453
/* Return a new
PTRMEM_CST
of the indicated TYPE. The MEMBER is the
local
5459
tree
ptrmem_cst
= make_node (
PTRMEM_CST
);
5460
TREE_TYPE (
ptrmem_cst
) = type;
5461
PTRMEM_CST_MEMBER (
ptrmem_cst
) = member;
5462
PTRMEM_CST_LOCATION (
ptrmem_cst
) = input_location;
5463
return
ptrmem_cst
;
5590
case
PTRMEM_CST
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc
3176
to replacing the
PTRMEM_CST
for &X::f with a VAR_DECL. */
4138
case
PTRMEM_CST
:
5287
/* Return a new
PTRMEM_CST
of the indicated TYPE. The MEMBER is the
local
5293
tree
ptrmem_cst
= make_node (
PTRMEM_CST
);
5294
TREE_TYPE (
ptrmem_cst
) = type;
5295
PTRMEM_CST_MEMBER (
ptrmem_cst
) = member;
5296
PTRMEM_CST_LOCATION (
ptrmem_cst
) = input_location;
5297
return
ptrmem_cst
;
5424
case
PTRMEM_CST
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026