OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_args_resolve
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c
44
struct
cil_args_resolve
{
struct
53
struct
cil_args_resolve
*gen_resolve_args(struct cil_db *db, enum cil_pass pass, uint32_t *changed, struct cil_tree_node *calls, struct cil_tree_node *opts, struct cil_tree_node *macro)
55
struct
cil_args_resolve
*args = cil_malloc(sizeof(*args));
78
struct
cil_args_resolve
*args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL);
102
struct
cil_args_resolve
*args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL);
141
struct
cil_args_resolve
*args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL);
160
struct
cil_args_resolve
*args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL);
180
struct
cil_args_resolve
*args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL);
200
struct
cil_args_resolve
*args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL);
222
struct
cil_args_resolve
*args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL);
[
all
...]
/external/selinux/libsepol/cil/src/
cil_resolve_ast.c
50
struct
cil_args_resolve
{
struct
233
struct
cil_args_resolve
*args = extra_args;
295
struct
cil_args_resolve
*args = extra_args;
564
struct
cil_args_resolve
*args = extra_args;
[
all
...]
Completed in 248 milliseconds