Searched refs:actions (Results 1 - 25 of 71) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr23237.c8 static __attribute__ ((__section__ (".init.data"))) int (*actions[])(void) = {}; variable
13 if(!actions[0])
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Dforced2.C12 force_unwind_stop (int version, _Unwind_Action actions, argument
18 if (actions & _UA_END_OF_STACK)
H A Dforced3.C13 force_unwind_stop (int version, _Unwind_Action actions, argument
19 if (actions & _UA_END_OF_STACK)
H A Dforced4.C12 force_unwind_stop (int version, _Unwind_Action actions, argument
18 if (actions & _UA_END_OF_STACK)
H A Dforced1.C14 force_unwind_stop (int version, _Unwind_Action actions, argument
20 if (actions & _UA_END_OF_STACK)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/expr/
H A Dstmt-expr-1.C25 QList<QAction*> actions() const;
33 QForeachContainer<__typeof__(actions())> _container_;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dcleanup-5.c12 force_unwind_stop (int version, _Unwind_Action actions, argument
18 if (actions & _UA_END_OF_STACK)
H A Dcleanup-12.c13 force_unwind_stop (int version, _Unwind_Action actions, argument
19 if (actions & _UA_END_OF_STACK)
H A Dcleanup-9.c12 force_unwind_stop (int version, _Unwind_Action actions, argument
18 if (actions & _UA_END_OF_STACK)
H A Dcleanup-8.c12 force_unwind_stop (int version, _Unwind_Action actions, argument
18 if (actions & _UA_END_OF_STACK)
/haiku-buildtools/gcc/gcc/testsuite/gcc.misc-tests/
H A Dacker1.exp35 set actions run
H A Ddhry.exp35 set actions run
H A Dmatrix1.exp35 set actions run
H A Dsieve.exp35 set actions run
H A Dsort2.exp35 set actions run
H A Dmg-2.exp32 set actions none-of-the-above
H A Dmg.exp32 set actions none-of-the-above
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dcleanup-5.C12 force_unwind_stop (int version, _Unwind_Action actions, argument
18 if (actions & _UA_END_OF_STACK)
H A Dcleanup-9.C12 force_unwind_stop (int version, _Unwind_Action actions, argument
18 if (actions & _UA_END_OF_STACK)
H A Dcleanup-8.C12 force_unwind_stop (int version, _Unwind_Action actions, argument
18 if (actions & _UA_END_OF_STACK)
/haiku-buildtools/jam/
H A Dmake1.c11 * recursively decend the dependency graph executing update actions as
33 * 04/21/94 (seiwald) - Handle empty "updated" actions.
35 * 06/01/94 (seiwald) - new 'actions existing' does existing sources
39 * 02/28/95 (seiwald) - Handle empty "existing" actions.
43 * 02/28/02 (seiwald) - don't delete 'actions updated' targets on failure
200 /* If actions on deps have failed, bail. */
201 /* Otherwise, execute all actions to make target */
203 if( t->status == EXEC_CMD_FAIL && t->actions )
235 /* Set "on target" vars, build actions, unset vars */
239 if( t->actions )
311 ACTIONS *actions; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dcleanup-2.c12 force_unwind_stop (int version, _Unwind_Action actions, argument
18 if (actions & _UA_END_OF_STACK)
H A Dcleanup-1.c12 force_unwind_stop (int version, _Unwind_Action actions, argument
18 if (actions & _UA_END_OF_STACK)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dspe-unwind-1.c21 force_unwind_stop (int version, _Unwind_Action actions, argument
28 if (actions & _UA_END_OF_STACK)
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dmike-gcc.exp39 global actions
49 set actions assemble
65 global actions
99 set actions run
108 case $actions {

Completed in 115 milliseconds

123