OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_macro
(Results
1 - 9
of
9
) sorted by null
/external/selinux/libsepol/cil/src/
cil_internal.h
830
struct
cil_macro
{
struct
845
struct
cil_macro
*macro;
1013
void cil_macro_init(struct
cil_macro
**macro);
cil_copy_ast.c
[
all
...]
cil_build_ast.h
198
void cil_destroy_macro(struct
cil_macro
*macro);
cil.c
501
case
CIL_MACRO
:
780
case
CIL_MACRO
:
891
case
CIL_MACRO
:
[
all
...]
cil_resolve_ast.c
73
struct
cil_macro
*macro = NULL;
90
} else if (parent->flavor ==
CIL_MACRO
) {
[
all
...]
cil_tree.c
[
all
...]
cil_build_ast.c
119
if (ast_node->flavor >= CIL_MIN_DECLARATIVE && ast_node->parent->flavor ==
CIL_MACRO
) {
121
struct cil_list *param_list = ((struct
cil_macro
*)ast_node->parent->data)->params;
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c
[
all
...]
test_cil_build_ast.c
[
all
...]
Completed in 198 milliseconds