OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptr_target_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
class.cc
264
tree
ptr_target_type
;
local
372
ptr_target_type
= build_pointer_type (target_type);
384
expr = build_nop (
ptr_target_type
, expr);
403
expr = build1 (CONVERT_EXPR,
ptr_target_type
, expr);
417
return build_nop (
ptr_target_type
, expr);
508
target_type =
ptr_target_type
;
520
expr = build1 (NOP_EXPR,
ptr_target_type
, expr);
/src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc
263
tree
ptr_target_type
;
local
371
ptr_target_type
= build_pointer_type (target_type);
383
expr = build_nop (
ptr_target_type
, expr);
402
expr = build1 (CONVERT_EXPR,
ptr_target_type
, expr);
416
return build_nop (
ptr_target_type
, expr);
507
target_type =
ptr_target_type
;
519
expr = build1 (NOP_EXPR,
ptr_target_type
, expr);
Completed in 35 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026