Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CIL_MACRO
(Results
1 - 13
of
13
) sorted by relevance
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_flavor.h
161
CIL_MACRO
,
enumerator
H
A
D
cil_post.c
577
case
CIL_MACRO
:
in __cil_post_db_count_helper()
685
case
CIL_MACRO
:
in __cil_post_db_array_helper()
1515
case
CIL_MACRO
: {
in __cil_post_db_neverallow_attr_helper()
1547
case
CIL_MACRO
: {
in __cil_post_db_attr_helper()
1648
case
CIL_MACRO
: {
in __cil_post_db_roletype_helper()
1743
case
CIL_MACRO
: {
in __cil_post_db_userrole_helper()
1828
case
CIL_MACRO
: {
in __cil_post_db_cat_helper()
2203
case
CIL_MACRO
:
in __cil_post_db_classperms_helper()
2257
} else if (node->flavor ==
CIL_MACRO
) {
in __cil_post_report_conflict()
H
A
D
cil_copy_ast.c
1508
if (FLAVOR(datum) !=
CIL_MACRO
) {
in cil_copy_macro()
1955
case
CIL_MACRO
:
in __cil_copy_node_helper()
2011
if (orig->flavor ==
CIL_MACRO
&& data == NULL) {
in __cil_copy_node_helper()
2060
while (namespace->flavor !=
CIL_MACRO
&& namespace->flavor != CIL_BLOCK && namespace->flavor != CIL_ROOT) {
in __cil_copy_node_helper()
2064
if (namespace->flavor ==
CIL_MACRO
) {
in __cil_copy_node_helper()
H
A
D
cil_resolve_ast.c
86
} else if (parent->flavor ==
CIL_MACRO
) {
in __cil_insert_name()
2680
if (terminating_node->flavor ==
CIL_MACRO
) {
in cil_print_recursive_call()
2688
if (curr->flavor ==
CIL_MACRO
) {
in cil_print_recursive_call()
2714
} else if (curr->flavor ==
CIL_MACRO
) {
in cil_check_recursive_call()
3053
if (macro_node->flavor !=
CIL_MACRO
) {
in cil_resolve_call()
3934
node->flavor ==
CIL_MACRO
) {
in __cil_resolve_ast_node_helper()
3946
node->flavor ==
CIL_MACRO
) {
in __cil_resolve_ast_node_helper()
3977
if (node->flavor ==
CIL_MACRO
) {
in __cil_resolve_ast_node_helper()
4026
} else if (parent->flavor ==
CIL_MACRO
) {
in __cil_resolve_ast_first_child_helper()
4063
} else if (parent->flavor ==
CIL_MACRO
) {
in __cil_resolve_ast_last_child_helper()
[all...]
H
A
D
cil.c
738
case
CIL_MACRO
:
in cil_destroy_data()
1029
case
CIL_MACRO
:
in cil_flavor_to_symtab_index()
1140
case
CIL_MACRO
:
in cil_node_to_string()
1939
case
CIL_MACRO
:
in cil_destroy_ast_symtabs()
1985
case
CIL_MACRO
:
in cil_get_symtab()
H
A
D
cil_find.c
362
} else if (node->flavor ==
CIL_MACRO
) {
in __cil_find_matching_avrule_in_ast()
H
A
D
cil_reset_ast.c
636
case
CIL_MACRO
:
in __cil_reset_node()
H
A
D
cil_policy.c
90
case
CIL_MACRO
:
in __cil_gather_statements_helper()
1317
case
CIL_MACRO
:
in __cil_block_te_rules_to_policy_helper()
1436
case
CIL_MACRO
:
in __cil_te_rules_to_policy_helper()
H
A
D
cil_verify.c
1549
if (node->flavor ==
CIL_MACRO
) {
in __cil_verify_helper()
1838
case
CIL_MACRO
: {
in __cil_pre_verify_helper()
H
A
D
cil_build_ast.c
166
if (ast_node->parent->flavor ==
CIL_MACRO
) {
in cil_gen_node()
5364
rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)macro, (hashtab_key_t)key, CIL_SYM_BLOCKS,
CIL_MACRO
);
in cil_gen_macro()
6535
} else if (ast->flavor ==
CIL_MACRO
) {
in __cil_build_ast_first_child_helper()
6565
if (ast->flavor ==
CIL_MACRO
) {
in __cil_build_ast_last_child_helper()
H
A
D
cil_write_ast.c
633
case
CIL_MACRO
: {
in cil_write_ast_node()
H
A
D
cil_binary.c
4014
} else if (node->flavor ==
CIL_MACRO
) {
in __cil_binary_create_helper()
/third_party/selinux/libsepol/cil/test/unit/
H
A
D
test_cil_build_ast.c
18947
macronode->flavor =
CIL_MACRO
;
in test_cil_build_ast_node_helper_gen_macro_nested_macro_neg()
18977
macronode->flavor =
CIL_MACRO
;
in test_cil_build_ast_node_helper_gen_macro_nested_tunif_neg()
Completed in 70 milliseconds