OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pointee1
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc
660
tree
pointee1
;
668
pointee1
= TREE_TYPE (t1);
673
pointee1
= TYPE_PTRMEM_POINTED_TO_TYPE (t1);
681
if (same_type_ignoring_top_level_qualifiers_p (
pointee1
, pointee2))
682
result_type =
pointee1
;
683
else if ((TYPE_PTR_P (
pointee1
) && TYPE_PTR_P (pointee2))
684
|| (TYPE_PTRMEM_P (
pointee1
) && TYPE_PTRMEM_P (pointee2)))
686
result_type = composite_pointer_type_r (location,
pointee1
, pointee2,
700
const int q1 = cp_type_quals (
pointee1
);
659
tree
pointee1
;
local
typeck.cc
660
tree
pointee1
;
668
pointee1
= TREE_TYPE (t1);
673
pointee1
= TYPE_PTRMEM_POINTED_TO_TYPE (t1);
681
if (same_type_ignoring_top_level_qualifiers_p (
pointee1
, pointee2))
682
result_type =
pointee1
;
683
else if ((TYPE_PTR_P (
pointee1
) && TYPE_PTR_P (pointee2))
684
|| (TYPE_PTRMEM_P (
pointee1
) && TYPE_PTRMEM_P (pointee2)))
686
result_type = composite_pointer_type_r (location,
pointee1
, pointee2,
700
const int q1 = cp_type_quals (
pointee1
);
659
tree
pointee1
;
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc
510
tree
pointee1
;
518
pointee1
= TREE_TYPE (t1);
523
pointee1
= TYPE_PTRMEM_POINTED_TO_TYPE (t1);
531
if (same_type_ignoring_top_level_qualifiers_p (
pointee1
, pointee2))
532
result_type =
pointee1
;
533
else if ((TYPE_PTR_P (
pointee1
) && TYPE_PTR_P (pointee2))
534
|| (TYPE_PTRMEM_P (
pointee1
) && TYPE_PTRMEM_P (pointee2)))
536
result_type = composite_pointer_type_r (location,
pointee1
, pointee2,
550
const int q1 = cp_type_quals (
pointee1
);
509
tree
pointee1
;
local
typeck.cc
510
tree
pointee1
;
518
pointee1
= TREE_TYPE (t1);
523
pointee1
= TYPE_PTRMEM_POINTED_TO_TYPE (t1);
531
if (same_type_ignoring_top_level_qualifiers_p (
pointee1
, pointee2))
532
result_type =
pointee1
;
533
else if ((TYPE_PTR_P (
pointee1
) && TYPE_PTR_P (pointee2))
534
|| (TYPE_PTRMEM_P (
pointee1
) && TYPE_PTRMEM_P (pointee2)))
536
result_type = composite_pointer_type_r (location,
pointee1
, pointee2,
550
const int q1 = cp_type_quals (
pointee1
);
509
tree
pointee1
;
local
Completed in 140 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026