OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thenb
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc
2887
tree
thenb
= COND_EXPR_THEN (expr);
local
2891
if (
thenb
== NULL_TREE || elseb == NULL_TREE)
2895
if (TREE_CODE (
thenb
) == NOP_EXPR
2896
&& TREE_TYPE (
thenb
) == void_type_node
2897
&& TREE_OPERAND (
thenb
, 0) == size_zero_node)
2901
if (TREE_CODE (
thenb
) == STATEMENT_LIST
2902
&& STATEMENT_LIST_HEAD (
thenb
) == NULL)
2907
inchash::add_expr (
thenb
, hstate0);
2917
&& operand_equal_p (
thenb
, elseb, OEP_LEXICOGRAPHIC
2921
&& !walk_tree_without_duplicates (&
thenb
, expr_from_macro_expansion_r
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc
2793
tree
thenb
= COND_EXPR_THEN (expr);
local
2797
if (
thenb
== NULL_TREE || elseb == NULL_TREE)
2801
if (TREE_CODE (
thenb
) == NOP_EXPR
2802
&& TREE_TYPE (
thenb
) == void_type_node
2803
&& TREE_OPERAND (
thenb
, 0) == size_zero_node)
2807
if (TREE_CODE (
thenb
) == STATEMENT_LIST
2808
&& STATEMENT_LIST_HEAD (
thenb
) == NULL)
2813
inchash::add_expr (
thenb
, hstate0);
2823
&& operand_equal_p (
thenb
, elseb, OEP_LEXICOGRAPHIC
2827
&& !walk_tree_without_duplicates (&
thenb
, expr_from_macro_expansion_r
[
all
...]
Completed in 65 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026