OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cil_classcommon
(Results
1 - 9
of
9
) sorted by null
/external/selinux/libsepol/cil/src/
cil_flavor.h
59
CIL_CLASSCOMMON
,
cil_internal.h
393
struct
cil_classcommon
{
struct
951
void cil_classcommon_init(struct
cil_classcommon
**classcommon);
cil_build_ast.h
74
void cil_destroy_classcommon(struct
cil_classcommon
*clscom);
cil_copy_ast.c
312
struct
cil_classcommon
*orig = data;
313
struct
cil_classcommon
*new = NULL;
[
all
...]
cil.c
544
case
CIL_CLASSCOMMON
:
931
case
CIL_CLASSCOMMON
:
[
all
...]
cil_tree.c
850
case
CIL_CLASSCOMMON
: {
851
struct
cil_classcommon
*clscom = node->data;
[
all
...]
cil_build_ast.c
974
struct
cil_classcommon
*clscom = NULL;
992
ast_node->flavor =
CIL_CLASSCOMMON
;
1004
void cil_destroy_classcommon(struct
cil_classcommon
*clscom)
[
all
...]
cil_resolve_ast.c
692
struct
cil_classcommon
*clscom = current->data;
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c
292
struct
cil_classcommon
*test_copy;
300
CuAssertStrEquals(tc, ((struct
cil_classcommon
*)test_ast_node->data)->class_str, test_copy->class_str);
301
CuAssertStrEquals(tc, ((struct
cil_classcommon
*)test_ast_node->data)->common_str, test_copy->common_str);
[
all
...]
Completed in 1344 milliseconds