HomeSort by relevance Sort by last modified time
    Searched full:type_alias (Results 1 - 9 of 9) sorted by null

  /external/libsepol/tests/
test-common.c 171 } else if (my_flavor == TYPE_ALIAS) {
  /external/libsepol/src/
link.c 446 || type->flavor == TYPE_ALIAS) {
862 /* there are 2 kinds of aliases. Ones with their own value (TYPE_ALIAS)
866 (type->flavor == TYPE_ALIAS
873 if (type->flavor == TYPE_ALIAS)
903 /* the linked copy always has TYPE_ALIAS style aliases */
906 new_type->flavor = TYPE_ALIAS;
922 if (base_type->flavor == TYPE_ALIAS) {
938 base_type->flavor = TYPE_ALIAS;
    [all...]
expand.c 163 || type->flavor == TYPE_ALIAS) {
720 if (alias->flavor == TYPE_ALIAS)
750 else if (alias->flavor == TYPE_ALIAS)
    [all...]
write.c 1106 } else if (typdatum->flavor == TYPE_ALIAS
    [all...]
policydb.c     [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 173 #define TYPE_ALIAS 2 /* alias in modular policy */
  /external/chromium_org/styleguide/c++/
c++11.html 260 <td><a href="http://en.cppreference.com/w/cpp/language/type_alias">Type alias (using syntax)</a></td>
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 494 type_alias = property(get_type_alias) variable in class:Declarator
    [all...]
  /external/checkpolicy/
policy_define.c 1183 aliasdatum->flavor = TYPE_ALIAS;
1323 } else if (type->flavor == TYPE_ALIAS) {
    [all...]

Completed in 1103 milliseconds