OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tree_code
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
gimple-match.h
32
code_helper (
tree_code
code) : rep ((int) code) {}
35
explicit operator
tree_code
() const { return (
tree_code
) rep; }
46
bool operator== (
tree_code
c) { return rep == code_helper (c).rep; }
47
bool operator!= (
tree_code
c) { return rep != code_helper (c).rep; }
343
set_op (
TREE_CODE
(value), TREE_TYPE (value), value);
361
&& (TREE_CODE_LENGTH ((
tree_code
) op->code) == 0
362
|| ((
tree_code
) op->code) == ADDR_EXPR)
genmatch.cc
225
enum
tree_code
{
enum
260
commutative_tree_code (enum
tree_code
code)
297
commutative_ternary_tree_code (enum
tree_code
code)
315
comparison_code_p (enum
tree_code
code)
394
operator_id (enum
tree_code
code_, const char *id_, unsigned nargs_,
397
enum
tree_code
code;
524
add_operator (enum
tree_code
code, const char *id,
567
operator==(id_base &id, enum
tree_code
code)
2315
TREE_REAL_CST,
TREE_CODE
or a predicate where they cannot
2327
(t->val.node.node)->ident.str, "
TREE_CODE
") ==
[
all
...]
tree-core.h
145
enum
tree_code
{
enum
222
/* Tree code classes. Each
tree_code
has an associated code class
261
OMP_CLAUSE_REDUCTION_CODE: The
tree_code
of the operator.
1004
or a statement. Each node has a
TREE_CODE
which says what kind of
1013
that all nodes share. Each
TREE_CODE
has various special-purpose
1025
ENUM_BITFIELD(
tree_code
) code : 16;
1567
desc ("
TREE_CODE
((tree) &%0)")))
1626
enum
tree_code
reduction_code;
1628
enum
tree_code
if_modifier;
/src/external/gpl3/gcc/dist/contrib/
paranoia.cc
166
enum
tree_code
{
enum
/src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc
166
enum
tree_code
{
enum
/src/external/gpl3/gcc/dist/gcc/
genmatch.cc
347
enum
tree_code
{
enum
382
commutative_tree_code (enum
tree_code
code)
419
commutative_ternary_tree_code (enum
tree_code
code)
437
comparison_code_p (enum
tree_code
code)
516
operator_id (enum
tree_code
code_, const char *id_, unsigned nargs_,
519
enum
tree_code
code;
674
add_operator (enum
tree_code
code, const char *id,
717
operator==(id_base &id, enum
tree_code
code)
2471
TREE_REAL_CST,
TREE_CODE
or a predicate where they cannot
2483
(t->val.node.node)->ident.str, "
TREE_CODE
") ==
[
all
...]
tree-core.h
147
enum
tree_code
{
enum
224
/* Tree code classes. Each
tree_code
has an associated code class
263
OMP_CLAUSE_REDUCTION_CODE: The
tree_code
of the operator.
1034
or a statement. Each node has a
TREE_CODE
which says what kind of
1043
that all nodes share. Each
TREE_CODE
has various special-purpose
1055
ENUM_BITFIELD(
tree_code
) code : 16;
1665
enum
tree_code
reduction_code;
1667
enum
tree_code
if_modifier;
tree.h
84
code_helper (
tree_code
code) : rep ((int) code) {}
87
explicit operator
tree_code
() const { return (
tree_code
) rep; }
96
tree_code
safe_as_tree_code () const;
100
bool operator== (
tree_code
c) { return rep == code_helper (c).rep; }
101
bool operator!= (
tree_code
c) { return rep != code_helper (c).rep; }
107
/* Helper function that returns the
tree_code
representation of THIS
108
code_helper if it is a
tree_code
and MAX_TREE_CODES otherwise. This is
109
useful when passing a code_helper to a
tree_code
only check. */
111
inline
tree_code
[
all
...]
Completed in 85 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026