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:multiple_decls
(Results
1 - 7
of
7
) sorted by relevance
/third_party/selinux/libsepol/fuzz/
H
A
D
secilc-fuzzer.c
21
int
multiple_decls
= 0;
in LLVMFuzzerTestOneInput()
local
35
cil_set_multiple_decls(db,
multiple_decls
);
in LLVMFuzzerTestOneInput()
/third_party/selinux/secilc/
H
A
D
secilc.c
97
int
multiple_decls
= 0;
in main()
local
190
multiple_decls
= 1;
in main()
248
cil_set_multiple_decls(db,
multiple_decls
);
in main()
/third_party/selinux/libsepol/cil/include/cil/
H
A
D
cil.h
53
extern void cil_set_multiple_decls(cil_db_t *db, int
multiple_decls
);
/third_party/selinux/libsepol/cil/src/
H
A
D
cil.c
450
(*db)->
multiple_decls
= CIL_FALSE;
in cil_db_init()
1888
void cil_set_multiple_decls(struct cil_db *db, int
multiple_decls
)
in cil_set_multiple_decls()
argument
1890
db->
multiple_decls
=
multiple_decls
;
in cil_set_multiple_decls()
H
A
D
cil_internal.h
328
int
multiple_decls
;
member
H
A
D
cil_post.c
2292
if (!db->
multiple_decls
|| concompar(&sort->array[i], &sort->array[j]) != 0) {
in __cil_post_process_context_rules()
H
A
D
cil_build_ast.c
95
if (db->
multiple_decls
) {
in cil_allow_multiple_decls()
126
/*
multiple_decls
not ok, ret error */
in cil_add_decl_to_symtab()
134
/*
multiple_decls
is enabled and works for this datum type, add node */
in cil_add_decl_to_symtab()
Completed in 17 milliseconds