HomeSort by relevance Sort by last modified time
    Searched refs:tree_node (Results 1 - 13 of 13) sorted by null

  /external/clang/test/CodeGen/
2005-09-24-BitFieldCrash.c 23 union tree_node { union
29 void foo (union tree_node * decl) {
  /external/lldb/examples/scripting/
dictionary.c 14 typedef struct tree_node struct
17 struct tree_node *left;
18 struct tree_node *right;
19 } tree_node; typedef in typeref:struct:tree_node
52 insert (tree_node *root, char *word)
68 tree_node *new_node = (tree_node *) malloc (sizeof (tree_node));
81 tree_node *new_node = (tree_node *) malloc (sizeof (tree_node))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
coretypes.h 58 union tree_node;
59 typedef union tree_node *tree;
60 typedef const union tree_node *const_tree;
ggc.h 262 static inline union tree_node *
265 return (union tree_node *) ggc_internal_alloc_stat (s PASS_MEM_STAT);
268 static inline union tree_node *
271 return (union tree_node *) ggc_internal_cleared_alloc_stat (s PASS_MEM_STAT);
function.h 556 htab_t GTY ((param_is (union tree_node))) used_types_hash;
line-map.h 106 struct cpp_hashnode * GTY ((nested_ptr (union tree_node,
cpplib.h 213 GTY ((nested_ptr (union tree_node,
    [all...]
system.h 1007 #define CONST_CAST_TREE(X) CONST_CAST(union tree_node *, (X))
    [all...]
tree-flow.h 74 htab_t GTY((param_is (union tree_node))) default_defs;
gtype-desc.h     [all...]
tree.h     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 60 def copy_node( tree_node )
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 779 union tree_node GTY ((tag ("TS_CP_GENERIC"),
    [all...]

Completed in 259 milliseconds