Home
last modified time | relevance | path

Searched refs:tree_node (Results 1 – 25 of 67) sorted by relevance

123

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlanghooks.h36 union tree_node *(*walk_subtrees) PARAMS ((union tree_node **, int *,
37 union tree_node *(*)
38 (union tree_node **,
41 int (*cannot_inline_tree_fn) PARAMS ((union tree_node **));
42 int (*disregard_inline_limits) PARAMS ((union tree_node *));
43 union tree_node *(*add_pending_fn_decls) PARAMS ((void *,
44 union tree_node *));
45 int (*tree_chain_matters_p) PARAMS ((union tree_node *));
46 int (*auto_var_in_fn_p) PARAMS ((union tree_node *, union tree_node *));
47 union tree_node *(*copy_res_decl_for_inlining) PARAMS ((union tree_node *,
[all …]
H A Dtoplev.h70 extern void rest_of_decl_compilation PARAMS ((union tree_node *,
72 extern void rest_of_type_compilation PARAMS ((union tree_node *, int));
73 extern void rest_of_compilation PARAMS ((union tree_node *));
75 extern void pedwarn_with_decl PARAMS ((union tree_node *,
77 extern void warning_with_decl PARAMS ((union tree_node *,
79 extern void error_with_decl PARAMS ((union tree_node *,
82 extern void announce_function PARAMS ((union tree_node *));
88 extern void warn_deprecated_use PARAMS ((union tree_node *));
106 extern int wrapup_global_declarations PARAMS ((union tree_node **, int));
107 extern void check_global_declarations PARAMS ((union tree_node **, int));
H A Dintegrate.h42 union tree_node *fndecl;
152 extern union tree_node *copy_decl_for_inlining PARAMS ((union tree_node *,
153 union tree_node *,
154 union tree_node *));
159 extern bool function_attribute_inlinable_p PARAMS ((union tree_node *));
H A Dmkconfig.sh57 union tree_node;
58 typedef union tree_node *tree;
H A Doutput.h496 union tree_node;
497 extern unsigned int default_section_type_flags PARAMS ((union tree_node *,
499 extern unsigned int default_section_type_flags_1 PARAMS ((union tree_node *,
H A Dreal.h331 REAL_VALUE_TYPE real_value_from_int_cst PARAMS ((union tree_node *,
332 union tree_node *));
H A Dvarray.c45 sizeof (union tree_node *),
H A Dggc.h113 #define ggc_alloc_tree(LENGTH) ((union tree_node *) ggc_alloc (LENGTH))
/openbsd-src/gnu/llvm/lldb/examples/scripting/
H A Ddictionary.c13 typedef struct tree_node { struct
15 struct tree_node *left; argument
16 struct tree_node *right; argument
17 } tree_node; typedef
47 void insert(tree_node *root, char *word) { in insert()
60 tree_node *new_node = (tree_node *)malloc(sizeof(tree_node)); in insert()
70 tree_node *new_node = (tree_node *)malloc(sizeof(tree_node)); in insert()
82 void populate_dictionary(tree_node **dictionary, char *filename) { in populate_dictionary()
92 tree_node *new_node = (tree_node *)malloc(sizeof(tree_node)); in populate_dictionary()
106 int find_word(tree_node *dictionary, char *word) { in find_word()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Ddouble-int.h56 union tree_node;
60 union tree_node *double_int_to_tree (union tree_node *, double_int);
61 double_int tree_to_double_int (union tree_node *tree);
H A Dcoretypes.h46 union tree_node;
47 typedef union tree_node *tree;
H A Dtreestruct.def26 tree_node.
28 tree_node for garbage collection purposes, as well as specifying what structures
H A Dstringpool.c214 nested_ptr (union tree_node, "%h ? GCC_IDENT_TO_HT_IDENT (%h) : NULL",
H A Dvarray.c106 { sizeof (union tree_node *), 1 },
H A Dfunction.h325 htab_t GTY ((param_is (union tree_node))) used_types_hash;
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c151 typedef union tree_node *tree;
154 union tree_node *chain;
155 union tree_node *type;
180 union tree_node union
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dpython.rst141 defined to have type ``tree_node *``, which is defined as:
145 typedef struct tree_node
148 struct tree_node *left;
149 struct tree_node *right;
150 } tree_node;
202 103 find_word (tree_node *dictionary, char *word)
386 103 find_word (tree_node *dictionary, char *word)
635 typedef struct tree_node {
637 struct tree_node *left;
638 struct tree_node *right;
[all …]
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dcygming.h108 union tree_node;
109 #define TREE union tree_node *
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpp-id-data.h40 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dcygwin.h191 union tree_node;
192 #define TREE union tree_node *
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010518-1.c56 union tree_node *rttree;
/openbsd-src/gnu/usr.bin/perl/regen/
H A DHeaderParser.pm1197 my ($self, $tree_node, $cond_array, @path)= @_;
1201 if ($tree_node->{$cond}) {
1203 $self->_best_path($tree_node->{$cond},
1214 if ($tree_node->{$not_cond}) {
/openbsd-src/gnu/gcc/gcc/config/v850/
H A Dv850.h1123 extern union tree_node * GHS_default_section_names [(int) COUNT_OF_GHS_SECTION_KINDS];
1124 extern union tree_node * GHS_current_section_names [(int) COUNT_OF_GHS_SECTION_KINDS];
/openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.h1483 extern union tree_node * GHS_default_section_names [(int) COUNT_OF_GHS_SECTION_KINDS];
1484 extern union tree_node * GHS_current_section_names [(int) COUNT_OF_GHS_SECTION_KINDS];
/openbsd-src/gnu/gcc/gcc/config/m68hc11/
H A Dm68hc11.h105 union tree_node;
106 typedef union tree_node *tree_ptr;

123