Home
last modified time | relevance | path

Searched refs:stat4 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/flang/test/Semantics/
Dio01.f9028 integer(kind=4) :: stat4 variable
76 open(newunit=n, newunit=nn, iostat=stat4)
Dio05.f907 integer*2 stat4 variable
23 iostat=stat4, &
Dio04.f908 integer*4 stat4 variable
/external/one-true-awk/
Dproto.h84 extern Node *stat4(int, Node *, Node *, Node *, Node *);
Dawkgram.y126 { --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); }
128 { --inloop; $$ = stat4(FOR, $3, NIL, $7, $10); }
Dparse.c123 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) in stat4() function