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_ROOT
(Results
1 - 10
of
10
) sorted by relevance
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_flavor.h
41
CIL_ROOT
,
enumerator
H
A
D
cil_tree.c
223
new_node->flavor =
CIL_ROOT
;
in cil_tree_node_init()
H
A
D
cil_write_ast.c
1529
if (parent->flavor !=
CIL_ROOT
) {
in __write_parse_ast_first_child_helper()
1541
if (parent->flavor ==
CIL_ROOT
) {
in __write_parse_ast_last_child_helper()
1581
if (parent->flavor != CIL_SRC_INFO && parent->flavor !=
CIL_ROOT
) {
in __write_cil_ast_first_child_helper()
1593
if (parent->flavor ==
CIL_ROOT
) {
in __write_cil_ast_last_child_helper()
H
A
D
cil.c
706
case
CIL_ROOT
:
in cil_destroy_data()
1116
case
CIL_ROOT
:
in cil_node_to_string()
1979
case
CIL_ROOT
:
in cil_get_symtab()
H
A
D
cil_copy_ast.c
2060
while (namespace->flavor != CIL_MACRO && namespace->flavor != CIL_BLOCK && namespace->flavor !=
CIL_ROOT
) {
in __cil_copy_node_helper()
2115
if (node->flavor !=
CIL_ROOT
) {
in __cil_copy_last_child_helper()
H
A
D
cil_resolve_ast.c
3188
while (n && n->flavor !=
CIL_ROOT
) {
in cil_resolve_call_args()
4056
while (n && n->flavor !=
CIL_ROOT
) {
in __cil_resolve_ast_last_child_helper()
4073
while (n && n->flavor !=
CIL_ROOT
) {
in __cil_resolve_ast_last_child_helper()
4294
case
CIL_ROOT
:
in __cil_resolve_name_with_parents()
H
A
D
cil_build_ast.c
6551
if (ast->flavor ==
CIL_ROOT
) {
in __cil_build_ast_last_child_helper()
6573
while (n && n->flavor !=
CIL_ROOT
) {
in __cil_build_ast_last_child_helper()
/third_party/selinux/libsepol/cil/test/unit/
H
A
D
test_cil.c
106
test_ast_node->parent->flavor =
CIL_ROOT
;
in test_cil_get_symtab_root()
H
A
D
CilTest.c
93
new_tree->root->flavor =
CIL_ROOT
;
in gen_test_tree()
H
A
D
test_cil_copy_ast.c
1455
root->flavor =
CIL_ROOT
;
in test_cil_copy_node_helper_perm()
Completed in 30 milliseconds