HomeSort by relevance Sort by last modified time
    Searched refs:type_set (Results 1 - 5 of 5) sorted by null

  /external/selinux/libsepol/include/sepol/policydb/
constraint.h 29 struct type_set;
60 struct type_set *type_names;
policydb.h 82 typedef struct type_set { struct
  /external/selinux/libsepol/src/
module_to_cil.c 172 struct type_set *ts;
851 static int typeset_to_names(struct policydb *pdb, struct type_set *ts, char ***names, uint32_t *num_names, char **generated_attribute)
927 static int process_typeset(int indent, struct policydb *pdb, struct type_set *ts, struct list *attr_list, char ***type_names, uint32_t *num_type_names)
982 struct type_set *ts;
1070 struct type_set *ts;
1262 struct type_set *ts;
1349 struct type_set *ts;
1449 struct type_set *ts;
1520 struct type_set *ts;
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.h 561 TypeSet &type_set);
SymbolFileDWARF.cpp 244 TypeSet &type_set)
286 if (type_set.find(type) == type_set.end())
287 type_set.insert(type);
296 GetTypes (cu, child_die, min_die_offset, max_die_offset, type_mask, type_set);
308 TypeSet type_set; local
325 type_set);
343 type_set);
353 // apple_types->ForEach([this, &type_set, apple_types, type_mask](const DWARFMappedHash::DIEInfoArray &die_info_array) -> bool {
372 // if (type_set.find(type) == type_set.end()
    [all...]

Completed in 51 milliseconds