Searched refs:add (Results 1 - 25 of 1352) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/
H A Dx1.cc8 Adder<int> add; local
10 add.set(3);
11 add.add(3);
12 printf("In main: %d\n", add.get());
/openbsd-current/regress/usr.sbin/vmd/config/
H A Dvmd-fail-switch-no-add.conf1 # $OpenBSD: vmd-fail-switch-no-add.conf,v 1.1 2017/11/11 02:54:42 mlarkin Exp $
2 # Fail when a switch is attempting to use add
5 add vether0
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp74 PM.add(createTypeBasedAAWrapperPass());
75 PM.add(createScopedNoAliasAAWrapperPass());
82 FPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo));
90 FPM.add(createLowerExpectIntrinsicPass());
91 FPM.add(createCFGSimplificationPass());
92 FPM.add(createSROAPass());
93 FPM.add(createEarlyCSEPass());
101 MPM.add(createSROAPass());
102 MPM.add(createEarlyCSEPass(true /* Enable mem-ssa. */)); // Catch trivial redundancies
106 MPM.add(createSpeculativeExecutionIfHasBranchDivergencePas
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp2573.C7 char *add();
10 char *X::add() { function in class:X
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dcttiadd1.cc20 template<class T> T add(T v1, T v2);
32 c = add(c, c);
33 i = add(i, i);
34 f = add(f, f);
H A Dcttiadd.cc20 template<class T> T add(T v1, T v2) function
41 c = add(c, c);
42 i = add(i, i);
43 f = add(f, f);
/openbsd-current/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A DBrokenCookieJar.pm21 sub add { subroutine
/openbsd-current/usr.bin/hexdump/
H A Dhexsyntax.c58 add("\"%07.7_Ax\n\"");
59 add("\"%07.7_ax \" 16/1 \"%03o \" \"\\n\"");
62 add("\"%07.7_Ax\n\"");
63 add("\"%07.7_ax \" 16/1 \"%3_c \" \"\\n\"");
66 add("\"%08.8_Ax\n\"");
67 add("\"%08.8_ax \" 8/1 \"%02x \" \" \" 8/1 \"%02x \" ");
68 add("\" |\" 16/1 \"%_p\" \"|\\n\"");
71 add("\"%07.7_Ax\n\"");
72 add("\"%07.7_ax \" 8/2 \" %05u \" \"\\n\"");
75 add(optar
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dt03_add.s8 add.b #0x12:8,r1h ;8112
9 add.b #0x12:8,@er1 ;7d108012
10 add.b #0x12:8,@(0x3:2,er1) ;017768188012
11 add.b #0x12:8,@er1+ ;01746c188012
12 add.b #0x12:8,@-er1 ;01776c188012
13 add.b #0x12:8,@+er1 ;01756c188012
14 add.b #0x12:8,@er1- ;01766c188012
15 add.b #0x12:8,@(0x1234:16,er1) ;01746e1812348012
16 add.b #0x12:8,@(0x12345678:32,er1) ;78146a28123456788012
17 add
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmacro8.c14 static int add (int a, int b) function
26 if (add TEST_BAD (5) != 7)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Ddefault1.C2 // Bug: g++ bashes the type of add_sym with the type of add, so calling it
6 int add(int const &symbol,
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/treelang/
H A Da01gcci01.c27 int add(int, int);
34 printf("2:%d\n", add(1,1));
35 printf("7:%d\n", add(3,4));
/openbsd-current/gnu/usr.bin/perl/cpan/Digest-MD5/t/
H A Dcontext.t19 $ctx->add($string);
20 $ctx->add($string);
21 $ctx->add($string);
27 $ctx1->add($string);
31 $ctx2->add($string);
35 $ctx3->add($string);
H A Dclone.t11 $a->add("a");
17 $a->add("a");
24 $b->add("b");
28 $b->add("c");
39 $a->add("a");
42 print "not " unless ref($b) eq "MD5" && $b->add("b")->hexdigest eq md5_hex("ab");
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalar.cpp115 unwrap(PM)->add(createLoopSimplifyCFGPass());
123 unwrap(PM)->add(createAggressiveDCEPass());
127 unwrap(PM)->add(createDeadCodeEliminationPass());
131 unwrap(PM)->add(createBitTrackingDCEPass());
135 unwrap(PM)->add(createAlignmentFromAssumptionsPass());
139 unwrap(PM)->add(createCFGSimplificationPass());
143 unwrap(PM)->add(createDeadStoreEliminationPass());
147 unwrap(PM)->add(createScalarizerPass());
151 unwrap(PM)->add(createGVNPass());
155 unwrap(PM)->add(createNewGVNPas
[all...]
/openbsd-current/regress/sbin/route/
H A DMakefile35 .for cmd in add delete
45 ${RCMD} add 10/8 192.0.2.1
46 ${RCMD} add 10.0/16 192.0.2.4
47 ${RCMD} add 10.0/10 192.0.2.4
48 ${RCMD} add 10.8/16 192.0.2.3
49 ${RCMD} add 10.8.0/24 192.0.2.1
50 ${RCMD} add 10.8.1/24 192.0.2.2
51 ${RCMD} add 10.8.3/24 192.0.2.3
52 ${RCMD} add 10.8.4/24 192.0.2.4
56 # can we add multipl
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dswitch16.S35 add r0, lr, r0, lsl #1 // compute address of element in table
36 add ip, lr, ip, lsl #1 // compute address of last element in table
40 add ip, lr, r0, lsl #1 // compute label = lr + element*2
H A Dswitch32.S35 add r0, lr, r0, lsl #2 // compute address of element in table
36 add ip, lr, ip, lsl #2 // compute address of last element in table
40 add ip, lr, r0 // compute label = lr + element
H A Dsync_fetch_and_add_4.S16 // "adds" is 2 bytes shorter than "add".
17 #define add_4(rD, rN, rM) add rD, rN, rM
/openbsd-current/sys/lib/libkern/arch/arm/
H A D__aeabi_uldivmod.S41 add r4, sp, #8
44 add sp, sp, #8
/openbsd-current/gnu/usr.bin/perl/cpan/Digest/t/lib/Digest/
H A DDummy.pm17 sub add { } subroutine
/openbsd-current/regress/lib/libfuse/
H A DMakefile3 REGRESS_TARGETS= run-fuse-opt-add-opt
4 REGRESS_TARGETS+= run-fuse-opt-add-opt-escaped
5 REGRESS_TARGETS+= run-fuse-opt-add-arg
16 CLEANFILES= fuse-opt-add-opt
17 CLEANFILES+=fuse-opt-add-opt-escaped
18 CLEANFILES+=fuse-opt-add-arg
28 run-fuse-opt-add-opt: fuse-opt-add-opt
29 ./fuse-opt-add-opt
30 run-fuse-opt-add
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/
H A Dxstormy16.inc18 add r0,#0
19 add r0,#0
20 add r0,#0
21 add r0,#0
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20010518-1.c4 add (int a, function
24 if (add (1,2,3,4,5,6,7,8,9,10,11,12,13) != 91)
/openbsd-current/regress/lib/libc/ieeefp/infinity/
H A DMakefile8 REGRESS_TARGETS+= add mult neg pumpkin
10 add: ${PROG}

Completed in 160 milliseconds

1234567891011>>