Home
last modified time | relevance | path

Searched refs:do_something (Results 1 – 24 of 24) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Dgcov-4b.c7 int do_something (int i) in do_something() function
109 result = do_something (4); in test_ifelse1()
115 result = do_something (1); in test_ifelse1()
117 result = do_something (2); in test_ifelse1()
134 result = do_something (1); in test_ifelse2()
140 result = do_something (2); in test_ifelse2()
143 return do_something (8); in test_ifelse2()
146 return do_something (2048); in test_ifelse2()
156 result = do_something (16); in test_ifelse3()
163 result = do_something (32); in test_ifelse3()
[all …]
H A Dbprob-1.c7 int do_something (int i) in do_something() function
132 result = do_something (4); /* count(3) */ in test_ifelse1()
134 result = do_something (1024); in test_ifelse1()
153 result = do_something (1); /* count(1) */ in test_ifelse2()
155 result = do_something (1024); in test_ifelse2()
157 result = do_something (2); /* count(3) */ in test_ifelse2()
159 return do_something (8); /* count(2) */ in test_ifelse2()
161 return do_something (2048); in test_ifelse2()
174 result = do_something (32); /* count(1) */ in test_ifelse3()
224 result = do_something (1024); in test_switch()
[all …]
H A Dgcov-4.c7 int do_something (int i) in do_something() function
132 result = do_something (4); /* count(3) */ in test_ifelse1()
134 result = do_something (1024); in test_ifelse1()
153 result = do_something (1); /* count(1) */ in test_ifelse2()
155 result = do_something (1024); in test_ifelse2()
157 result = do_something (2); /* count(3) */ in test_ifelse2()
159 return do_something (8); /* count(2) */ in test_ifelse2()
161 return do_something (2048); in test_ifelse2()
174 result = do_something (32); /* count(1) */ in test_ifelse3()
224 result = do_something (1024); in test_switch()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/gcov/
H A Dgcov-1.C9 int do_something (int i) in do_something() function
145 result = do_something (4); /* count(3) */ in test_ifelse1()
147 result = do_something (1024); in test_ifelse1()
175 result = do_something (1); /* count(1) */ in test_ifelse2()
179 result = do_something (1024); in test_ifelse2()
183 result = do_something (2); /* count(3) */ in test_ifelse2()
187 return do_something (8); /* count(2) */ in test_ifelse2()
191 return do_something (2048); in test_ifelse2()
210 result = do_something (32); /* count(1) */ in test_ifelse3()
264 result = do_something (1024); in test_switch()
[all …]
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DPackageRepositoryList.pm49 sub do_something($self, $do, $pkgname, @args) subroutine
61 return $self->do_something('find', @args);
66 return $self->do_something('grabPlist', @args);
H A DPackageLocator.pm71 return join(':', $self->default_path($state)->do_something('url'));
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/
H A D20000419-2.c6 extern void do_something (void);
12 do_something(); in init_foobar()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb49.C24 static T *do_something ();
47 S *s = X_S::do_something (); in bug()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dexcept3.C32 void do_something(Vector& v) in do_something() function
43 do_something(v); in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh2.C51 void do_something(Vector& v) { in do_something() function
58 do_something( v ); in f()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20000111-1.c16 do_something (); in bar()
/openbsd/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc294 goto do_something; in PERSONALITY_FUNCTION()
388 do_something: in PERSONALITY_FUNCTION()
/openbsd/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc507 goto do_something; in PERSONALITY_FUNCTION()
606 do_something: in PERSONALITY_FUNCTION()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperltrap.pod256 condition ? do_something() : variable = 3
261 $condition ? do_something() : ($variable = 3);
H A Dperlmodstyle.pod383 $obj->do_something(
391 $obj->do_something("wibble", "text", 1024);
401 $obj->do_something(undef, undef, undef, undef, undef, 1024);
H A Dperlsub.pod1228 our sub do_something { ... }
1233 do_something(@args); # uses MySneakyModule::do_something
H A Dperl5220delta.pod467 cases, such as S<C<sub () { do_something() if 0; $var }>> the behavior has
H A Dperldiag.pod2434 &do_something
H A Dperlfunc.pod1463 do_something;
/openbsd/gnu/llvm/llvm/docs/
H A DLoopTerminology.rst179 do_something();
188 do_something();
194 do_something();
/openbsd/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst5297 do_something();
5338 do_something();
H A DLanguageExtensions.rst2350 return do_something();
2451 do_something();
/openbsd/gnu/llvm/clang/docs/analyzer/
H A Dcheckers.rst1495 do_something(b); // warn about 'b'
/openbsd/gnu/usr.bin/perl/
H A DConfigure11138 void do_something (char *some_pointer,...) __attribute__((nonnull(1)));
11222 int do_something( int dummy __attribute__((unused)), int n );