OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:simple_cst_equal
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.cc
4308
if (
simple_cst_equal
(iter, exp) == 1)
6352
&& ! (1 ==
simple_cst_equal
(TREE_PURPOSE (t1), TREE_PURPOSE (t2))
6578
simple_cst_equal
(const_tree t1, const_tree t2)
6595
return
simple_cst_equal
(TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0));
6605
return
simple_cst_equal
(TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0));
6607
return
simple_cst_equal
(TREE_OPERAND (t1, 0), t2);
6612
return
simple_cst_equal
(t1, TREE_OPERAND (t2, 0));
6644
if (!
simple_cst_equal
((*v1)[idx].value, (*v2)[idx].value))
6650
return
simple_cst_equal
(TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0));
6653
cmp =
simple_cst_equal
(CALL_EXPR_FN (t1), CALL_EXPR_FN (t2))
6557
simple_cst_equal
(const_tree t1, const_tree t2)
function
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree.cc
4268
if (
simple_cst_equal
(iter, exp) == 1)
6284
&& ! (1 ==
simple_cst_equal
(TREE_PURPOSE (t1), TREE_PURPOSE (t2))
6510
simple_cst_equal
(const_tree t1, const_tree t2)
6527
return
simple_cst_equal
(TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0));
6537
return
simple_cst_equal
(TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0));
6539
return
simple_cst_equal
(TREE_OPERAND (t1, 0), t2);
6544
return
simple_cst_equal
(t1, TREE_OPERAND (t2, 0));
6576
if (!
simple_cst_equal
((*v1)[idx].value, (*v2)[idx].value))
6582
return
simple_cst_equal
(TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0));
6585
cmp =
simple_cst_equal
(CALL_EXPR_FN (t1), CALL_EXPR_FN (t2))
6489
simple_cst_equal
(const_tree t1, const_tree t2)
function
[
all
...]
Completed in 28 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026