Home
last modified time | relevance | path

Searched refs:TYPE_TYPE (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp46 …VariablePathComponent (const glu::VarType* type) :m_type(TYPE_TYPE) { m_data.type = type; } in VariablePathComponent()
53 bool isVariableType (void) const { return m_type == TYPE_TYPE; } in isVariableType()
64 TYPE_TYPE, enumerator
/third_party/selinux/libsepol/tests/
Dtest-linker-types.c111 CU_ASSERT(type->flavor == TYPE_TYPE); in test_type_datum()
119 CU_ASSERT(type->flavor == TYPE_TYPE); in test_type_datum()
Dtest-common.c170 if (my_flavor == TYPE_TYPE) { in test_alias_datum()
/third_party/selinux/checkpolicy/
Dmodule_compiler.c395 isattr = isattr ? TYPE_ATTRIB : TYPE_TYPE; in create_type()
640 dest_typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE; in get_local_type()
651 if (dest_typdatum->flavor != isattr ? TYPE_ATTRIB : TYPE_TYPE) { in get_local_type()
Dpolicy_define.c1411 if (type->flavor == TYPE_TYPE && !type->primary) { in define_typebounds_helper()
/third_party/selinux/libsepol/src/
Dkernel_to_cil.c1346 if (type->flavor == TYPE_TYPE && type->primary) { in write_type_decl_rules_to_cil()
1381 if (datum->primary == 0 && datum->flavor == TYPE_TYPE) in map_count_type_aliases()
1393 if (datum->primary == 0 && datum->flavor == TYPE_TYPE) in map_type_aliases_to_strs()
1475 if (type->flavor == TYPE_TYPE) { in write_type_bounds_rules_to_cil()
2262 if (type_datum->flavor == TYPE_TYPE && type_datum->primary) { in write_role_decl_rules_to_cil()
Dkernel_to_conf.c1334 if (type->flavor == TYPE_TYPE && type->primary) { in write_type_decl_rules_to_conf()
1369 if (datum->primary == 0 && datum->flavor == TYPE_TYPE) in map_count_type_aliases()
1381 if (datum->primary == 0 && datum->flavor == TYPE_TYPE) in map_type_aliases_to_strs()
1454 if (type->flavor == TYPE_TYPE) { in write_type_bounds_rules_to_conf()
1577 if (type->flavor != TYPE_TYPE || !type->primary) continue; in write_type_attribute_sets_to_conf()
Dexpand.c118 if ((type->flavor == TYPE_TYPE && !type->primary) in type_copy_callback()
672 if (alias->flavor == TYPE_TYPE && alias->primary) in alias_copy_callback()
707 if (alias->flavor == TYPE_TYPE) in alias_copy_callback()
Dlink.c445 if ((type->flavor == TYPE_TYPE && !type->primary) in type_copy_callback()
868 || (type->flavor == TYPE_TYPE && !type->primary))) { in alias_copy_callback()
Dmodule_to_cil.c2251 case TYPE_TYPE: in type_to_cil()
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h181 #define TYPE_TYPE 0 /* regular type or alias in kernel policies */ macro
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c461 sepol_type->flavor = TYPE_TYPE; in cil_type_to_policydb()
516 sepol_alias->flavor = TYPE_TYPE; in cil_typealias_to_policydb()