Searched refs:fromtype (Results 1 – 2 of 2) sorted by relevance
168 const char *fromrole, *fromtype; in get_context_order() local182 fromtype = context_type_get(con); in get_context_order()183 if (!fromrole || !fromtype) { in get_context_order()219 if (!strcmp(fromrole, linerole) && !strcmp(fromtype, linetype)) { in get_context_order()
1011 * ``__is_trivially_assignable(totype, fromtype)``: Determines whether a value1012 of type ``totype`` can be assigned to from a value of type ``fromtype`` such