Searched refs:action (Results 1 - 25 of 79) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-this19.C9 int* action {};
10 [action] { activateWindow(action); };
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dendfile_3.f905 action='write', position='rewind', status="scratch")
H A Dendfile_4.f905 action='write', position='rewind', status="scratch")
H A Dopen_readonly_1.f909 open (unit=10, file='PR19451.dat', action="read")
H A Dread_list_eof_1.f9011 open (unit=20, file='read.dat', form='FORMATTED', action='READ', &
20 open (unit=20, file='read.dat', form='FORMATTED', action='READ', &
29 open (unit=20, file='read.dat', form='FORMATTED', action='READ', &
38 open (unit=20, file='read.dat', form='FORMATTED', action='READ', &
49 open(10, file='read.dat', form='unformatted', action='write', &
H A Dfmt_t_2.f906 open (11, status="scratch", action="readwrite")
H A Dnamelist_76.f9023 open(unit=10,form='formatted',status='replace',action='write',file='test.dat')
H A Dread_noadvance.f908 open(unit = 11, status = "scratch", action="readwrite")
H A Dopen_errors.f9035 open(77,file=n, iomsg=msg, iostat=i, action="write")
41 open(77,file=n, iomsg=msg, iostat=i, action="read")
H A Dio_constraints_3.f9020 open(10, iostat=u,action="read")
21 open(10, iostat=u,action="write")
22 open(10, iostat=u,action="readwrite")
23 open(10, iostat=u,action=foo) ! { dg-warning "ACTION specifier in OPEN statement" }
82 open(10, err=99,action="read")
83 open(10, err=99,action="write")
84 open(10, err=99,action="readwrite")
85 open(10, err=99,action=foo) ! { dg-warning "ACTION specifier in OPEN statement" }
143 open(10,action="read")
144 open(10,action
[all...]
H A Ddirect_io_9.f19 $ action='readwrite')
H A Dpr66725.f907 open(unit=1,action = 999) ! { dg-error "ACTION requires" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D980506-1.c43 short action; local
54 action = TIFFFax1DAction[state][sp_data];
56 if (action == 0 )
58 if (action == 1 )
60 if (action == 210 )
63 action = (TIFFFaxWhiteCodes[ action - 2 ].runlen) ;
64 runlen += action;
65 if (action < 64)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dqual1.C16 } action; variable in typeref:class:C
20 work( action.function()() );
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash39.C6 virtual void action () = 0;
14 void action () {} function in struct:Var::tmp
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dstructret1.C13 ConstructedObject action();
16 ConstructedObject FrameworkObject::action() { function in class:FrameworkObject
28 slawa.action();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dpr38084.c13 int test_in ( stream *test, int action )
24 if (action == 0) {
26 if (action == 1) {
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/tm/
H A D20111206.c16 long action = rand (); local
18 switch (action)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate11.C37 int action() {return 24;} function in struct:myStruct
44 aCallback<myStruct> cb(toto, &myStruct::action);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dpmem2.C34 int action() {return 0;} function in struct:myStruct
41 aCallback<myStruct> cb(toto, &myStruct::action);
/haiku-buildtools/gcc/gcc/ada/
H A Draise-gcc.c138 /* The "action" stuff below is also there for debugging purposes only. */
255 * region-start | region-length | landing-pad | first-action-index *
264 Otherwise, first-action-index provides an entry into the action[]
267 If it is determined that indeed an action should be taken, that
268 is, if one action filter matches the exception being propagated,
271 A null first-action-index indicates that there are only cleanups
274 action []
276 * action-filter | next-action *
689 db_action_for(action_descriptor *action, _Unwind_Ptr ip) argument
733 get_call_site_action_for(_Unwind_Ptr call_site, region_descriptor *region, action_descriptor *action) argument
784 get_call_site_action_for(_Unwind_Ptr ip, region_descriptor *region, action_descriptor *action) argument
958 get_action_description_for(_Unwind_Ptr ip, _Unwind_Exception *uw_exception, _Unwind_Action uw_phase, region_descriptor *region, action_descriptor *action) argument
1132 action_descriptor action; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags)
30 int txn, subdb, type, action, newname, flags;
41 switch (action) {
/haiku-buildtools/gcc/mpc/
H A Dar-lib118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified"
178 action
[all...]
/haiku-buildtools/gcc/zlib/contrib/untgz/
H A Duntgz.c386 int tar (gzFile in,int action,int arg,int argc,char **argv) argument
399 if (action == TGZ_LIST)
413 action = TGZ_INVALID; /* force error exit */
435 action = TGZ_INVALID;
460 if (action == TGZ_LIST)
462 if (action == TGZ_EXTRACT)
473 action = TGZ_INVALID;
476 if (action == TGZ_LIST)
478 else if (action == TGZ_EXTRACT)
508 action
608 int action = TGZ_EXTRACT; local
[all...]
/haiku-buildtools/binutils/zlib/contrib/untgz/
H A Duntgz.c386 int tar (gzFile in,int action,int arg,int argc,char **argv) argument
399 if (action == TGZ_LIST)
413 action = TGZ_INVALID; /* force error exit */
435 action = TGZ_INVALID;
460 if (action == TGZ_LIST)
462 if (action == TGZ_EXTRACT)
473 action = TGZ_INVALID;
476 if (action == TGZ_LIST)
478 else if (action == TGZ_EXTRACT)
508 action
608 int action = TGZ_EXTRACT; local
[all...]

Completed in 113 milliseconds

1234