Searched refs:ternary (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 660 g_array_append_val(c->ternary, t); 664 Ternary *t = &g_array_index(c->ternary, Ternary, 665 c->ternary->len - 1); 870 context.ternary = g_array_new(FALSE, TRUE, sizeof(Ternary)); 905 g_array_free(context.ternary, TRUE);
|
H A D | idef-parser.h | 235 GArray *ternary; /**< Array to track nesting of ternary ops */ member
|
H A D | README.rst | 271 ``tcg_gen_abs_<width>``, compared to the full ternary expression above. Loads of 389 like C-style ternary expressions: 662 This ternary assignment, when written in this form requires us to emit some 665 the ternary assignment, the code evaluating the two assignments will be already
|
H A D | parser-helpers.c | 76 return c->ternary->len > 0; in is_inside_ternary() 2033 assert(c->ternary->len > 0); in gen_rvalue_ternary() 2034 g_array_remove_index(c->ternary, c->ternary->len - 1); in gen_rvalue_ternary()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/ |
H A D | 0001-Fix-build-issues-with-latest-Clang.patch | 32 …t different types on the middle/right of a ternary expression. I just pushed the comparison inside…
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve.decode | 430 # SVE2 bitwise ternary operations
|
/openbmc/linux/Documentation/process/ |
H A D | coding-style.rst | 274 Use one space around (on each side of) most binary and ternary operators,
|