Home
last modified time | relevance | path

Searched refs:is_id_in_scope (Results 1 – 3 of 3) sorted by relevance

/external/checkpolicy/
Dpolicy_define.c215 if (!is_id_in_scope(SYM_TYPES, type)) { in define_permissive()
336 if (!is_id_in_scope(SYM_CLASSES, id)) { in read_classes()
1087 if (!is_id_in_scope(SYM_TYPES, id)) { in define_typealias()
1119 if (!is_id_in_scope(SYM_TYPES, id)) { in define_typeattribute()
1132 if (!is_id_in_scope(SYM_TYPES, id)) { in define_typeattribute()
1169 if (!is_id_in_scope(SYM_TYPES, bounds_id)) { in define_typebounds_helper()
1180 if (!is_id_in_scope(SYM_TYPES, type_id)) { in define_typebounds_helper()
1282 if (!is_id_in_scope(SYM_TYPES, id)) { in define_type()
1355 if (!is_id_in_scope(SYM_TYPES, id)) { in set_types()
1421 if (!is_id_in_scope(SYM_TYPES, id)) { in define_compute_type_helper()
[all …]
Dmodule_compiler.h68 int is_id_in_scope(uint32_t symbol_type, hashtab_key_t id);
Dmodule_compiler.c650 if (is_id_in_scope(symbol_type, key)) { in require_symbol()
1247 int is_id_in_scope(uint32_t symbol_type, hashtab_key_t id) in is_id_in_scope() function