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_OP
(Results
1 - 10
of
10
) sorted by relevance
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_flavor.h
133
CIL_OP
= CIL_MIN_OP_OPERANDS,
enumerator
H
A
D
cil_post.c
149
case
CIL_OP
:
in cil_verify_is_list()
1311
if (curr->flavor ==
CIL_OP
) {
in __cil_expr_to_bitmap()
H
A
D
cil_build_ast.c
2618
cil_list_append(expr,
CIL_OP
, (void *)op);
in __cil_fill_expr_helper()
2760
cil_list_append(*leaf_expr,
CIL_OP
, (void *)op);
in __cil_fill_constraint_leaf_expr()
2821
cil_list_append(*expr,
CIL_OP
, (void *)op);
in __cil_fill_constraint_expr()
2835
cil_list_append(*expr,
CIL_OP
, (void *)op);
in __cil_fill_constraint_expr()
H
A
D
cil_copy_ast.c
1421
case
CIL_OP
:
in cil_copy_expr()
H
A
D
cil_verify.c
1744
if (i->flavor !=
CIL_OP
) {
in __cil_verify_classperms()
H
A
D
cil_write_ast.c
84
case
CIL_OP
: {
in write_expr()
H
A
D
cil_policy.c
287
if (i1->flavor ==
CIL_OP
) {
in cil_cond_expr_to_policy()
H
A
D
cil_binary.c
2059
if (curr->flavor ==
CIL_OP
) {
in __cil_expr_to_string()
2158
} else if (item->flavor ==
CIL_OP
) {
in __cil_cond_expr_to_sepol_expr_helper()
H
A
D
cil_resolve_ast.c
3328
if (curr->flavor ==
CIL_OP
) {
in cil_resolve_expr()
3381
} else if (curr->flavor ==
CIL_OP
) {
in __cil_evaluate_tunable_expr()
H
A
D
cil.c
1008
case
CIL_OP
:
in cil_destroy_data()
Completed in 34 milliseconds