Searched refs:sub (Results 1 - 25 of 575) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dasm2.C15 extern void sub (void);
17 sub2 (sub);
21 sub (void) function
H A Dp2846a.C26 B sub(*(B*)this);
27 return sub;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000503-1.c2 sub (int a) function
9 if (sub (0) != 0)
H A D970217-1.c0 sub (int i, int array[i++])
9 exit (sub (10, array) != 11);
1 sub (int i, int array[i++]) function
H A D981001-1.c5 long sub (int n) function
13 a = sub (n / 2);
15 return (a + 2 * sub (n / 2 - 1)) * a;
19 a = sub (n / 2 + 1);
20 b = sub (n / 2);
31 if (sub (30) != 832040L)
H A D20021010-1.c4 sub () function
17 if (sub () != 0)
H A D961223-1.c6 sub (struct s s) function
15 t = sub (t);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D941019-1.c1 __complex__ long double sub (__complex__ long double cld) { return cld; } function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dm-un-1.c24 sub () function
33 i = sub ();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dinit11.C9 static String sub = array; variable
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dlookup22.C11 struct sub : super { struct in inherits:super
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dt04_sub.s8 sub.b #0x12:8,@er1 ;7d10a112
9 sub.b #0x12:8,@(0x3:2,er1) ;01776818a112
10 sub.b #0x12:8,@er1+ ;01746c18a112
11 sub.b #0x12:8,@-er1 ;01776c18a112
12 sub.b #0x12:8,@+er1 ;01756c18a112
13 sub.b #0x12:8,@er1- ;01766c18a112
14 sub.b #0x12:8,@(0x1234:16,er1) ;01746e181234a112
15 sub.b #0x12:8,@(0x12345678:32,er1) ;78146a2812345678a112
16 sub.b #0x12:8,@(0x1234:16,r2l.b) ;01756e281234a112
17 sub
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D19990905-0.f2 subroutine sub(a) subroutine
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dsync_fetch_and_sub_4.S16 // "subs" is 2 bytes shorter than "sub".
17 #define sub_4(rD, rN, rM) sub rD, rN, rM
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Ddtors5.C22 sub(foo f) { function
28 sub(foo());
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D19981119-0.f19 subroutine sub(N,u) subroutine
34 call sub(N,a)
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/i386/
H A Dchkstk2.S23 sub $0x1000,%ecx
25 sub $0x1000,%eax
29 sub %eax,%ecx
36 sub %esp,%eax // restore the original value in eax
H A Dchkstk.S22 sub $0x1000,%ecx
24 sub $0x1000,%eax
28 sub %eax,%ecx
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/x86_64/
H A Dchkstk2.S25 sub $0x1000,%rcx
27 sub $0x1000,%rax
31 sub %rax,%rcx
38 sub %rsp,%rax // restore the original value in rax
H A Dchkstk.S27 sub $0x1000,%rcx
29 sub $0x1000,%rax
33 sub %rax,%rcx
/openbsd-current/lib/libmenu/
H A Dm_cursor.c96 WINDOW *sub = menu->usersub ? menu->usersub : win; local
98 assert(win && sub);
103 wmove(sub, y, x);
105 if (win != sub)
107 wcursyncup(sub);
108 wsyncup(sub);
109 untouchwin(sub);
/openbsd-current/lib/libc/arch/arm/string/
H A Dmemcmp.S41 sub r2, r2, #1
51 sub r0, r2, r3
/openbsd-current/gnu/gcc/gcc/treelang/
H A Dtreelang.h69 #define SYMBOL_TABLE_NAME(a) (a->tp.pro.sub[0]) /* Name token. */
70 #define EXPRESSION_TYPE(a) (a->tp.pro.sub[1]) /* Type identifier. */
71 #define OP1(a) (a->tp.pro.sub[2]) /* Exp operand1. */
72 #define PARAMETERS(a) (a->tp.pro.sub[2]) /* Function parameters. */
73 #define VARIABLE(a) (a->tp.pro.sub[2]) /* Parameter variable ptr. */
74 #define VAR_INIT(a) (a->tp.pro.sub[2]) /* Variable init. */
75 #define OP2(a) (a->tp.pro.sub[3]) /* Exp operand2. */
77 #define FIRST_PARMS(a) (a->tp.pro.sub[3])
78 #define OP3(a) (a->tp.pro.sub[4]) /* Exp operand3. */
79 #define STORAGE_CLASS_TOKEN(a) (a->tp.pro.sub[
88 struct prod_token_parm_item *sub[SUB_COUNT]; /* Sub productions or tokens. */ local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreelang.h66 #define SYMBOL_TABLE_NAME(a) (a->tp.pro.sub[0]) /* Name token. */
67 #define EXPRESSION_TYPE(a) (a->tp.pro.sub[1]) /* Type identifier. */
68 #define OP1(a) (a->tp.pro.sub[2]) /* Exp operand1. */
69 #define PARAMETERS(a) (a->tp.pro.sub[2]) /* Function parameters. */
70 #define VARIABLE(a) (a->tp.pro.sub[2]) /* Parameter variable ptr. */
71 #define VAR_INIT(a) (a->tp.pro.sub[2]) /* Variable init. */
72 #define OP2(a) (a->tp.pro.sub[3]) /* Exp operand2. */
73 #define FIRST_PARMS(a) (a->tp.pro.sub[3]) /* Function parameters linked via struct tree_parameter_list. */
74 #define OP3(a) (a->tp.pro.sub[4]) /* Exp operand3. */
75 #define STORAGE_CLASS_TOKEN(a) (a->tp.pro.sub[
84 struct prod_token_parm_item *sub[SUB_COUNT]; /* Sub productions or tokens. */ local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dggc-simple.c76 struct ggc_mem *sub[2]; member in struct:ggc_mem
139 pp = &p->sub[v_key < p_key];
158 p = p->sub[v_key < p_key];
173 x->sub[0] = NULL;
174 x->sub[1] = NULL;
249 if (x->sub[0])
250 clear_marks (x->sub[0]);
251 if (x->sub[1])
252 clear_marks (x->sub[1]);
265 sweep_objs (&x->sub[
[all...]

Completed in 367 milliseconds

1234567891011>>