OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptri
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ubsan.cc
1146
tree
ptri
= make_ssa_name (pointer_sized_int_node);
local
1209
gimple *g = gimple_build_assign (
ptri
, NOP_EXPR, ptr);
1212
g = gimple_build_assign (ptrplusoff, PLUS_EXPR,
ptri
, off);
1254
ptri
, fold_build1 (NEGATE_EXPR, sizetype, off),
1258
ptrplusoff,
ptri
, NULL_TREE, NULL_TREE);
1262
g = gimple_build_cond (LT_EXPR, ptrplusoff,
ptri
, NULL_TREE, NULL_TREE);
1267
g = gimple_build_cond (GT_EXPR, ptrplusoff,
ptri
, NULL_TREE, NULL_TREE);
/src/external/gpl3/gcc.old/dist/gcc/
ubsan.cc
1072
tree
ptri
= make_ssa_name (pointer_sized_int_node);
local
1135
gimple *g = gimple_build_assign (
ptri
, NOP_EXPR, ptr);
1138
g = gimple_build_assign (ptrplusoff, PLUS_EXPR,
ptri
, off);
1180
ptri
, fold_build1 (NEGATE_EXPR, sizetype, off),
1184
ptrplusoff,
ptri
, NULL_TREE, NULL_TREE);
1188
g = gimple_build_cond (LT_EXPR, ptrplusoff,
ptri
, NULL_TREE, NULL_TREE);
1193
g = gimple_build_cond (GT_EXPR, ptrplusoff,
ptri
, NULL_TREE, NULL_TREE);
Completed in 20 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026