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_OPTIONAL
(Results
1 - 7
of
7
) sorted by relevance
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_flavor.h
162
CIL_OPTIONAL
,
enumerator
H
A
D
cil.c
744
case
CIL_OPTIONAL
:
in cil_destroy_data()
1032
case
CIL_OPTIONAL
:
in cil_flavor_to_symtab_index()
1144
case
CIL_OPTIONAL
:
in cil_node_to_string()
H
A
D
cil_resolve_ast.c
2458
if (block_node->flavor ==
CIL_OPTIONAL
) {
in cil_resolve_in()
4028
} else if (parent->flavor ==
CIL_OPTIONAL
) {
in __cil_resolve_ast_first_child_helper()
4065
} else if (parent->flavor ==
CIL_OPTIONAL
) {
in __cil_resolve_ast_last_child_helper()
4074
if (n->flavor ==
CIL_OPTIONAL
) {
in __cil_resolve_ast_last_child_helper()
H
A
D
cil_build_ast.c
99
case
CIL_OPTIONAL
:
in cil_allow_multiple_decls()
5525
rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)optional, (hashtab_key_t)key, CIL_SYM_BLOCKS,
CIL_OPTIONAL
);
in cil_gen_optional()
6537
} else if (ast->flavor ==
CIL_OPTIONAL
) {
in __cil_build_ast_first_child_helper()
6569
if (ast->flavor ==
CIL_OPTIONAL
) {
in __cil_build_ast_last_child_helper()
6574
if (n->flavor ==
CIL_OPTIONAL
) {
in __cil_build_ast_last_child_helper()
H
A
D
cil_copy_ast.c
1961
case
CIL_OPTIONAL
:
in __cil_copy_node_helper()
H
A
D
cil_write_ast.c
593
case
CIL_OPTIONAL
: {
in cil_write_ast_node()
/third_party/selinux/libsepol/cil/test/unit/
H
A
D
test_cil_resolve_ast.c
11062
test_ast_node_opt->flavor =
CIL_OPTIONAL
;
in test_cil_resolve_ast_node_helper_optional()
11120
test_ast_node_opt->flavor =
CIL_OPTIONAL
;
in test_cil_resolve_ast_node_helper_optstack()
11145
test_ast_node_opt->flavor =
CIL_OPTIONAL
;
in test_cil_resolve_ast_node_helper_optstack_tunable_neg()
11174
test_ast_node_opt->flavor =
CIL_OPTIONAL
;
in test_cil_resolve_ast_node_helper_optstack_macro_neg()
11305
test_ast_node_opt->flavor =
CIL_OPTIONAL
;
in test_cil_resolve_ast_node_helper_optfailedtoresolve()
Completed in 43 milliseconds