OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cil_macro
(Results
1 - 15
of
15
) sorted by null
/external/selinux/libsepol/cil/src/
cil_flavor.h
157
CIL_MACRO
,
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_resolve_ast.c
73
struct
cil_macro
*macro = NULL;
90
} else if (parent->flavor ==
CIL_MACRO
) {
[
all
...]
cil.c
501
case
CIL_MACRO
:
780
case
CIL_MACRO
:
891
case
CIL_MACRO
:
[
all
...]
cil_post.c
339
case
CIL_MACRO
:
441
case
CIL_MACRO
:
1202
case
CIL_MACRO
: {
1302
case
CIL_MACRO
: {
[
all
...]
cil_build_ast.h
198
void cil_destroy_macro(struct
cil_macro
*macro);
cil_find.c
357
} else if (node->flavor ==
CIL_MACRO
) {
cil_reset_ast.c
547
case
CIL_MACRO
:
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
...]
cil_tree.c
[
all
...]
cil_verify.c
[
all
...]
cil_policy.c
1126
if (node->flavor ==
CIL_MACRO
) {
[
all
...]
cil_binary.c
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c
[
all
...]
Completed in 862 milliseconds