Searched refs:compound (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dempty_type.f9012 type compound type in program:bug4a
14 end type compound
17 type(compound), parameter :: g = compound(bug4())
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Dcplx5.go7 // Test compound types made of complex numbers.
/haiku-buildtools/binutils/include/opcode/
H A Dtic6x-opcode-table.h482 INSN(avg2, m, compound, 1616_m, C64X, 0,
488 INSN(avgu4, m, compound, 1616_m, C64X, 0,
1051 INSNE(dotp2, m_s2_xs2_si, m, compound, 4cycle, C64X, 0,
1056 INSNE(dotp2, m_s2_xs2_sll, m, compound, 4cycle, C64X, 0,
1062 INSN(dotpn2, m, compound, 4cycle, C64X, 0,
1068 INSN(dotpnrsu2, m, compound, 4cycle, C64X, 0,
1074 INSN(dotpnrus2, m, compound, 4cycle, C64X, TIC6X_FLAG_MACRO,
1080 INSN(dotprsu2, m, compound, 4cycle, C64X, 0,
1086 INSN(dotprus2, m, compound, 4cycle, C64X, TIC6X_FLAG_MACRO,
1092 INSN(dotpsu4, m, compound,
[all...]
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c2246 tree decl, tree compound, bool ellipsis ATTRIBUTE_UNUSED)
2252 t = build_stmt (input_location, CATCH_EXPR, NULL, compound);
2254 t = build_stmt (input_location, CATCH_EXPR, type, compound);
2245 begin_catch(struct objc_try_context **cur_try_context, tree type, tree decl, tree compound, bool ellipsis ATTRIBUTE_UNUSED) argument
H A Dobjc-next-runtime-abi-02.c3664 tree decl, tree compound, bool ellipsis ATTRIBUTE_UNUSED)
3671 t = build_stmt (input_location, CATCH_EXPR, NULL_TREE, compound);
3673 t = build_stmt (input_location, CATCH_EXPR, type, compound);
3663 begin_catch(struct objc_try_context **cur_try_context, tree type, tree decl, tree compound, bool ellipsis ATTRIBUTE_UNUSED) argument
H A Dobjc-next-runtime-abi-01.c2914 tree decl, tree compound, bool ellipsis ATTRIBUTE_UNUSED)
2920 t = build_stmt (input_location, CATCH_EXPR, type, compound);
2913 begin_catch(struct objc_try_context **cur_try_context, tree type, tree decl, tree compound, bool ellipsis ATTRIBUTE_UNUSED) argument
H A Dobjc-act.c1820 compound statement which does the setter call (to set the
1838 compound expression. */
1866 /* Now build the compound statement. */
1881 /* Now build the compound statement (s1, s2, s3) or (s2, s3) as
1892 avoid generating the compound expression if not needed), but
1928 compound expression. */
1943 /* Now build the compound statement. */
2011 /* Now build the compound statement (s1, s2, s3) */
4179 binding level open while the body of the compound statement is
4186 tree compound, typ local
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c8115 compound value */
8323 /* Record EXPR in the current function block. Complements compound
8648 tree compound;
8667 compound = java_method_add_stmt (mdecl, build_super_invocation ());
8676 tree compound = NULL_TREE;
8698 compound = add_stmt_to_compound (compound, NULL_TREE,
8702 if (compound)
8704 compound = add_stmt_to_compound (compound, NULL_TRE
8644 tree compound; local
8672 tree compound = NULL_TREE; local
[all...]
H A Dparse.y5458 compound value */
5666 /* Record EXPR in the current function block. Complements compound
5991 tree compound;
6010 compound = java_method_add_stmt (mdecl, build_super_invocation ());
6019 tree compound = NULL_TREE;
6041 compound = add_stmt_to_compound (compound, NULL_TREE,
6045 if (compound)
6047 compound = add_stmt_to_compound (compound, NULL_TRE
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck.c4562 tree incremented, modify, value, compound;
4577 compound = build (COMPOUND_EXPR, TREE_TYPE (arg), modify, value);
4580 TREE_NO_UNUSED_WARNING (compound) = 1;
4581 return compound;
5418 /* Given a list of expressions, return a compound expression
5455 /* When pedantic, a compound expression cannot be a constant expression. */
4550 tree incremented, modify, value, compound; local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc8398 Expression* compound = Expression::make_compound(copy, length, location); local
8399 return compound->get_backend(context);
15149 // Return the type of the compound expression.
15157 // Determine type for a compound expression.
15166 // Get the backend representation of a compound expression.
15192 // Make a compound expression.

Completed in 362 milliseconds