OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_gen_block
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libsepol/cil/src/
cil_build_ast.h
43
int
cil_gen_block
(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint16_t is_abstract);
cil_build_ast.c
152
int
cil_gen_block
(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint16_t is_abstract)
function
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c
221
int rc =
cil_gen_block
(test_db, test_tree->root->cl_head->cl_head, test_ast_node, 0);
243
int rc =
cil_gen_block
(test_db, test_tree->root->cl_head->cl_head, test_ast_node, 0);
262
int rc =
cil_gen_block
(test_db, test_tree->root->cl_head->cl_head, test_ast_node, 0);
277
int rc =
cil_gen_block
(test_db, test_tree->root->cl_head->cl_head, test_ast_node, 0);
298
int rc =
cil_gen_block
(test_db, test_tree->root->cl_head->cl_head, test_ast_node, 0);
313
int rc =
cil_gen_block
(test_db, test_tree->root->cl_head->cl_head, test_ast_node, 0);
332
int rc =
cil_gen_block
(test_db, test_tree->root->cl_head->cl_head, test_ast_node, 0);
351
cil_gen_block
(test_db, test_tree->root->cl_head->cl_head, test_ast_node, 0);
[
all
...]
test_cil_copy_ast.c
159
cil_gen_block
(test_db, test_tree->root->cl_head->cl_head, test_ast_node, 0);
[
all
...]
Completed in 292 milliseconds