Searched refs:type_set (Results 1 - 5 of 5) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Dconstraint.h29 struct type_set;
60 struct type_set *type_names;
H A Dpolicydb.h82 typedef struct type_set { struct
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c172 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;
1636 struct type_set *t
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h561 TypeSet &type_set);
H A DSymbolFileDWARF.cpp244 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
239 GetTypes(DWARFCompileUnit* cu, const DWARFDebugInfoEntry *die, dw_offset_t min_die_offset, dw_offset_t max_die_offset, uint32_t type_mask, TypeSet &type_set) argument
[all...]

Completed in 169 milliseconds