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_info
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssanames.cc
726
/* Creates a duplicate of the ptr_info_def at
PTR_INFO
for use by
730
duplicate_ssa_name_ptr_info (tree name, struct ptr_info_def *
ptr_info
)
737
if (!
ptr_info
)
741
*new_ptr_info = *
ptr_info
;
969
auto
ptr_info
= SSA_NAME_PTR_INFO (name);
local
970
if (
ptr_info
)
972
align =
ptr_info
->align;
973
misalign =
ptr_info
->misalign;
997
auto
ptr_info
= SSA_NAME_PTR_INFO (name);
local
1000
if (!
ptr_info
)
[
all
...]
tree-data-ref.h
134
struct ptr_info_def *
ptr_info
;
member in struct:dr_alias
198
#define DR_PTR_INFO(DR) (DR)->alias.
ptr_info
tree-core.h
1636
struct GTY ((tag ("0"))) ptr_info_def *
ptr_info
;
member in union:ssa_name_info_type
/src/external/gpl3/gcc.old/dist/gcc/
tree-data-ref.h
134
struct ptr_info_def *
ptr_info
;
member in struct:dr_alias
198
#define DR_PTR_INFO(DR) (DR)->alias.
ptr_info
tree-core.h
1597
struct GTY ((tag ("0"))) ptr_info_def *
ptr_info
;
member in union:ssa_name_info_type
Completed in 19 milliseconds
Indexes created Sun Apr 05 00:22:41 UTC 2026