Home
last modified time | relevance | path

Searched refs:explicit_type (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/syn/tests/
Dtest_receiver.rs61 fn explicit_type(self: Pin<MyType>); in test_explicit_type()
/external/libxkbcommon/src/xkbcomp/
Dsymbols.c1345 xkb_layout_index_t group, bool *explicit_type) in FindTypeForGroup() argument
1351 *explicit_type = true; in FindTypeForGroup()
1360 *explicit_type = false; in FindTypeForGroup()
1446 bool explicit_type; in CopySymbolsDefToKeymap() local
1448 type = FindTypeForGroup(keymap, keyi, i, &explicit_type); in CopySymbolsDefToKeymap()
1466 key->groups[i].explicit_type = explicit_type; in CopySymbolsDefToKeymap()
Dkeymap-dump.c505 if (key->groups[group].explicit_type) in write_key()
518 if (!key->groups[group].explicit_type) in write_key()
/external/libxkbcommon/src/x11/
Dkeymap.c567 key->groups[0].explicit_type = true; in get_explicits()
570 key->groups[1].explicit_type = true; in get_explicits()
573 key->groups[2].explicit_type = true; in get_explicits()
576 key->groups[3].explicit_type = true; in get_explicits()
/external/libxkbcommon/src/
Dkeymap.h325 bool explicit_type; member
/external/mesa3d/src/compiler/nir/
Dnir_lower_io.c2251 const struct glsl_type *explicit_type = in lower_vars_to_explicit() local
2254 if (explicit_type != var->type) in lower_vars_to_explicit()
2255 var->type = explicit_type; in lower_vars_to_explicit()