Home
last modified time | relevance | path

Searched refs:binops (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c1235 static const cp_parser_binary_operations_map_node binops[] = { variable
2787 for (i = 0; i < sizeof (binops) / sizeof (binops[0]); i++) in cp_parser_new()
2788 binops_by_token[binops[i].token_type] = binops[i]; in cp_parser_new()
H A DChangeLog-20041832 binops, binops_by_token): New.
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrSSE.td2758 /// basic_sse12_fp_binop_xxx - SSE 1 & 2 binops come in both scalar and
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200215214 * c-typeck.c (build_binary_op): Allow vectors in binops.
H A DChangeLog-200327478 favor of looping and tail recursion for TREE_LIST and binops.