OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_id_in_scope
(Results
1 - 3
of
3
) sorted by null
/external/checkpolicy/
module_compiler.h
68
int
is_id_in_scope
(uint32_t symbol_type, hashtab_key_t id);
policy_define.c
217
if (!
is_id_in_scope
(SYM_TYPES, type)) {
338
if (!
is_id_in_scope
(SYM_CLASSES, id)) {
368
if (!
is_id_in_scope
(SYM_CLASSES, id)) {
400
if (!
is_id_in_scope
(SYM_CLASSES, id)) {
432
if (!
is_id_in_scope
(SYM_CLASSES, id)) {
464
if (!
is_id_in_scope
(SYM_CLASSES, id)) {
1217
if (!
is_id_in_scope
(SYM_TYPES, id)) {
1249
if (!
is_id_in_scope
(SYM_TYPES, id)) {
1262
if (!
is_id_in_scope
(SYM_TYPES, id)) {
1299
if (!
is_id_in_scope
(SYM_TYPES, bounds_id))
[
all
...]
module_compiler.c
509
*
is_id_in_scope
().
555
*
is_id_in_scope
().
650
if (
is_id_in_scope
(symbol_type, key)) {
1247
int
is_id_in_scope
(uint32_t symbol_type, hashtab_key_t id)
function
[
all
...]
Completed in 323 milliseconds