/external/clang/test/CodeGen/ |
2005-09-24-BitFieldCrash.c | 23 union tree_node { union 29 void foo (union tree_node * decl) {
|
/external/srec/srec/include/ |
hmm_desc.h | 91 resulting in a "tree_node". We must initialize "tree_node"s of both 94 with dummies to be the same size as the full "tree_node". For 2-byte 126 } tree_node; typedef in typeref:union:__anon26487 135 tree_node *root[MAX_PHONE_STATES];
|
srec_arb.h | 66 tree_node* model_nodes; /* pelid at the bottom, is really a HMM model ID */ 68 tree_node* state_nodes[MAX_PHONE_STATES];
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
coretypes.h | 59 union tree_node; 60 typedef union tree_node *tree; 63 typedef const union tree_node *const_tree;
|
ggc.h | 341 static inline union tree_node * 344 return (union tree_node *) ggc_internal_zone_alloc_stat (z, s PASS_MEM_STAT); 347 static inline union tree_node * 351 return (union tree_node *)
|
tree-flow.h | 41 htab_t GTY((param_is (union tree_node))) referenced_vars; 70 htab_t GTY((param_is (union tree_node))) default_defs;
|
function.h | 548 htab_t GTY ((param_is (union tree_node))) used_types_hash;
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
coretypes.h | 59 union tree_node; 60 typedef union tree_node *tree; 63 typedef const union tree_node *const_tree;
|
ggc.h | 341 static inline union tree_node * 344 return (union tree_node *) ggc_internal_zone_alloc_stat (z, s PASS_MEM_STAT); 347 static inline union tree_node * 351 return (union tree_node *)
|
tree-flow.h | 41 htab_t GTY((param_is (union tree_node))) referenced_vars; 70 htab_t GTY((param_is (union tree_node))) default_defs;
|
function.h | 548 htab_t GTY ((param_is (union tree_node))) used_types_hash;
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
coretypes.h | 59 union tree_node; 60 typedef union tree_node *tree; 63 typedef const union tree_node *const_tree;
|
ggc.h | 341 static inline union tree_node * 344 return (union tree_node *) ggc_internal_zone_alloc_stat (z, s PASS_MEM_STAT); 347 static inline union tree_node * 351 return (union tree_node *)
|
tree-flow.h | 41 htab_t GTY((param_is (union tree_node))) referenced_vars; 70 htab_t GTY((param_is (union tree_node))) default_defs;
|
function.h | 548 htab_t GTY ((param_is (union tree_node))) used_types_hash;
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
coretypes.h | 59 union tree_node; 60 typedef union tree_node *tree; 63 typedef const union tree_node *const_tree;
|
ggc.h | 341 static inline union tree_node * 344 return (union tree_node *) ggc_internal_zone_alloc_stat (z, s PASS_MEM_STAT); 347 static inline union tree_node * 351 return (union tree_node *)
|
tree-flow.h | 41 htab_t GTY((param_is (union tree_node))) referenced_vars; 70 htab_t GTY((param_is (union tree_node))) default_defs;
|
function.h | 548 htab_t GTY ((param_is (union tree_node))) used_types_hash;
|
/external/srec/srec/clib/ |
srec_arb.c | 69 tree_node* tnode = allotree->pdata[cphon].model_nodes; 74 tnode = (ans == ANSWER_FAIL ? (tree_node*)tnode->node.fail : (tree_node*)tnode->node.pass); 178 tree_node* read_tree_node_f(char **buffer, PFile *fp) 180 tree_node* tnode = (tree_node*) * buffer; 186 /* because tree_node is a union, the actual size maybe large than we have read */ 187 ASSERT(sizeof(asr_int16_t)*2 + sizeof(tree_branch_info *)*2 == sizeof(tree_node)); 189 *buffer += sizeof(tree_node); 210 pfread(&(pd->model_nodes), sizeof(tree_node *), 1, fp) [all...] |
/external/chromium_org/third_party/bintrees/bintrees/ |
ctrees.h | 14 typedef struct tree_node node_t; 16 struct tree_node { struct
|
/external/chromium_org/content/browser/accessibility/ |
accessibility_tree_formatter.h | 106 base::DictionaryValue* tree_node); 107 void RecursiveFormatAccessibilityTree(const base::DictionaryValue& tree_node,
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
debug.rb | 60 def copy_node( tree_node )
|
/external/srec/tools/test_g2g/ |
test_g2g.c | 346 int traverse_tree(tree_node* node, tree_head *tree_topo, int *num_terminal_nodes) 359 traverse_tree( (tree_node*)node->node.fail, tree_topo, num_terminal_nodes); 360 traverse_tree( (tree_node*)node->node.pass, tree_topo, num_terminal_nodes); 366 int num_nodes_in_tree(tree_node* node, int *num_terminal_nodes)
|
/external/chromium_org/chrome/browser/extensions/api/bookmarks/ |
bookmarks_api.cc | 215 scoped_ptr<BookmarkTreeNode> tree_node( 217 args->Append(tree_node->ToValue().release()); 627 scoped_ptr<BookmarkTreeNode> tree_node( 629 results_ = bookmarks::Move::Results::Create(*tree_node); 682 scoped_ptr<BookmarkTreeNode> tree_node( 684 results_ = bookmarks::Update::Results::Create(*tree_node); [all...] |