OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shadow_ptr_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
asan.cc
2547
tree base_addr, tree
shadow_ptr_type
,
2551
tree shadow_type = TREE_TYPE (
shadow_ptr_type
);
2566
g = gimple_build_assign (make_ssa_name (
shadow_ptr_type
), NOP_EXPR,
2574
build_int_cst (
shadow_ptr_type
, 0));
3736
tree
shadow_ptr_type
;
local
3741
shadow_ptr_type
= shadow_ptr_types[0];
3744
shadow_ptr_type
= shadow_ptr_types[1];
3747
shadow_ptr_type
= shadow_ptr_types[2];
3767
tree magic = build_int_cst (TREE_TYPE (
shadow_ptr_type
), val);
3769
tree dest = build2 (MEM_REF, TREE_TYPE (
shadow_ptr_type
), shadow
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
asan.cc
2505
tree base_addr, tree
shadow_ptr_type
,
2509
tree shadow_type = TREE_TYPE (
shadow_ptr_type
);
2524
g = gimple_build_assign (make_ssa_name (
shadow_ptr_type
), NOP_EXPR,
2532
build_int_cst (
shadow_ptr_type
, 0));
3680
tree
shadow_ptr_type
;
local
3685
shadow_ptr_type
= shadow_ptr_types[0];
3688
shadow_ptr_type
= shadow_ptr_types[1];
3691
shadow_ptr_type
= shadow_ptr_types[2];
3711
tree magic = build_int_cst (TREE_TYPE (
shadow_ptr_type
), val);
3713
tree dest = build2 (MEM_REF, TREE_TYPE (
shadow_ptr_type
), shadow
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Apr 02 00:23:07 UTC 2026