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 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gdbhooks.py
151
# Convert "enum
tree_code
" (tree.def and tree.h) to a dict:
152
tree_code_dict = gdb.types.make_enum_dict(gdb.lookup_type('enum
tree_code
'))
181
def
TREE_CODE
(self):
183
Get gdb.Value corresponding to
TREE_CODE
(self)
185
#define
TREE_CODE
(NODE) ((enum
tree_code
) (NODE)->base.code)
216
# #define
TREE_CODE
(NODE) ((enum
tree_code
) (NODE)->base.code)
217
# tree_code_name[(int)
TREE_CODE
(node)])
221
val_TREE_CODE = self.node.
TREE_CODE
()
[
all
...]
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
...]
/src/external/gpl3/gcc.old/dist/gcc/
gdbhooks.py
151
# Convert "enum
tree_code
" (tree.def and tree.h) to a dict:
152
tree_code_dict = gdb.types.make_enum_dict(gdb.lookup_type('enum
tree_code
'))
181
def
TREE_CODE
(self):
183
Get gdb.Value corresponding to
TREE_CODE
(self)
185
#define
TREE_CODE
(NODE) ((enum
tree_code
) (NODE)->base.code)
216
# #define
TREE_CODE
(NODE) ((enum
tree_code
) (NODE)->base.code)
217
# tree_code_name[(int)
TREE_CODE
(node)])
221
val_TREE_CODE = self.node.
TREE_CODE
()
[
all
...]
tree.h
136
(TREE_CODE_CLASS (
TREE_CODE
(NODE)) == tcc_exceptional)
141
(TREE_CODE_CLASS (
TREE_CODE
(NODE)) == tcc_constant)
152
(TREE_CODE_CLASS (
TREE_CODE
(NODE)) == tcc_type)
157
(TREE_CODE_CLASS (
TREE_CODE
(NODE)) == tcc_declaration)
161
(
TREE_CODE
(NODE) == VAR_DECL)
166
(
TREE_CODE
(DECL) == VAR_DECL ||
TREE_CODE
(DECL) == FUNCTION_DECL)
172
(
TREE_CODE
(NODE) == INDIRECT_REF)
177
(TREE_CODE_CLASS (
TREE_CODE
(NODE)) == tcc_reference)
182
(TREE_CODE_CLASS (
TREE_CODE
(NODE)) == tcc_comparison
[
all
...]
/src/external/gpl3/gcc/dist/libobjc/
encoding.c
63
#define
TREE_CODE
(TYPE) *(TYPE)
71
((
TREE_CODE
(TYPE) == RECORD_TYPE) \
72
|| (
TREE_CODE
(TYPE) == UNION_TYPE) \
73
|| (
TREE_CODE
(TYPE) == QUAL_UNION_TYPE))
74
#define VECTOR_TYPE_P(TYPE) (
TREE_CODE
(TYPE) == VECTOR_TYPE)
/src/external/gpl3/gcc.old/dist/libobjc/
encoding.c
63
#define
TREE_CODE
(TYPE) *(TYPE)
Completed in 34 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026