Searched refs:parse_tree (Results 1 – 6 of 6) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_parser.c | 43 int cil_parser(char *_path, char *buffer, uint32_t size, struct cil_tree **parse_tree) in cil_parser() argument 58 tree = *parse_tree; in cil_parser() 132 *parse_tree = tree; in cil_parser()
|
D | cil_parser.h | 35 int cil_parser(char *path, char *buffer, uint32_t size, struct cil_tree **parse_tree);
|
D | cil_build_ast.h | 227 int cil_build_ast(struct cil_db *db, struct cil_tree_node *parse_tree, struct cil_tree_node *ast);
|
D | cil_build_ast.c | 6332 int cil_build_ast(__attribute__((unused)) struct cil_db *db, struct cil_tree_node *parse_tree, stru… in cil_build_ast() argument 6337 if (db == NULL || parse_tree == NULL || ast == NULL) { in cil_build_ast() 6348 …rc = cil_tree_walk(parse_tree, __cil_build_ast_node_helper, NULL, __cil_build_ast_last_child_helpe… in cil_build_ast()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
D | wizard.rb | 202 when :open then return parse_tree 213 def parse_tree method in ANTLR3.AST.Wizard.PatternParser 221 subtree = parse_tree
|
/external/iproute2/tc/ |
D | m_ematch.c | 173 static int parse_tree(struct nlmsghdr *n, struct ematch *tree) in parse_tree() function 353 if (parse_tree(n, ematch_root) < 0) in parse_ematch()
|