Home
last modified time | relevance | path

Searched refs:someFunction (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dports/lang/gcc8/gcc-8.5.0/libgo/go/cmd/vet/testdata/
H A Dprint.go220 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
221 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
222 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
223 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
224 Printf("%T", someFunction) // ok: maybe someone wants to see the type
258 ss.Log(someFunction, "foo") // OK
259 ss.Error(someFunction, someFunction) // OK
263 ss.log(someFunction) // OK
264 ss.log(someFunction, "bar", 1.33) // OK
265 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vet/testdata/
H A Dprint.go216 …Printf("%d", someFunction) // ERROR "arg someFunction in printf call is a function value, not a fu…
217 …Printf("%v", someFunction) // ERROR "arg someFunction in printf call is a function value, not a fu…
218 …Println(someFunction) // ERROR "arg someFunction in Println call is a function value, not a f…
219 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
220 Printf("%T", someFunction) // ok: maybe someone wants to see the type
254 ss.Log(someFunction, "foo") // OK
255 ss.Error(someFunction, someFunction) // OK
259 ss.log(someFunction) // OK
260 ss.log(someFunction, "bar", 1.33) // OK
261 …ss.log(someFunction, someFunction) // ERROR "arg someFunction in log call is a function value, n…
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/vet/testdata/
H A Dprint.go220 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
221 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
222 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
223 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
224 Printf("%T", someFunction) // ok: maybe someone wants to see the type
258 ss.Log(someFunction, "foo") // OK
259 ss.Error(someFunction, someFunction) // OK
263 ss.log(someFunction) // OK
264 ss.log(someFunction, "bar", 1.33) // OK
265 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/cmd/vet/testdata/
H A Dprint.go220 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
221 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
222 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
223 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
224 Printf("%T", someFunction) // ok: maybe someone wants to see the type
258 ss.Log(someFunction, "foo") // OK
259 ss.Error(someFunction, someFunction) // OK
263 ss.log(someFunction) // OK
264 ss.log(someFunction, "bar", 1.33) // OK
265 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/cmd/vet/testdata/
H A Dprint.go220 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
221 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
222 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
223 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
224 Printf("%T", someFunction) // ok: maybe someone wants to see the type
258 ss.Log(someFunction, "foo") // OK
259 ss.Error(someFunction, someFunction) // OK
263 ss.log(someFunction) // OK
264 ss.log(someFunction, "bar", 1.33) // OK
265 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/vet/testdata/
H A Dprint.go220 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
221 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
222 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
223 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
224 Printf("%T", someFunction) // ok: maybe someone wants to see the type
258 ss.Log(someFunction, "foo") // OK
259 ss.Error(someFunction, someFunction) // OK
263 ss.log(someFunction) // OK
264 ss.log(someFunction, "bar", 1.33) // OK
265 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/cmd/vet/testdata/
H A Dprint.go220 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
221 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
222 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
223 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
224 Printf("%T", someFunction) // ok: maybe someone wants to see the type
258 ss.Log(someFunction, "foo") // OK
259 ss.Error(someFunction, someFunction) // OK
263 ss.log(someFunction) // OK
264 ss.log(someFunction, "bar", 1.33) // OK
265 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/PEAR/Tests/WhiteSpace/
H A DObjectOperatorIndentUnitTest.inc2 $someObject->someFunction("some", "parameter")
9 $someObject->someFunction("some", "parameter")
12 $someObject->someFunction("some", "parameter")->someOtherFunc(23, 42);
14 $someObject->someFunction("some", "parameter")
118 $someObject?->someFunction("some", "parameter")
130 $someObject?->someFunction("some", "parameter")
H A DObjectOperatorIndentUnitTest.inc.fixed2 $someObject->someFunction("some", "parameter")
9 $someObject->someFunction("some", "parameter")
12 $someObject->someFunction("some", "parameter")->someOtherFunc(23, 42);
14 $someObject->someFunction("some", "parameter")
118 $someObject?->someFunction("some", "parameter")
130 $someObject?->someFunction("some", "parameter")
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/code/
H A Dsrc_corelib_concurrent_qtconcurrentrun.cpp67 extern QString someFunction(const QByteArray &input);
71 QFuture<QString> future = QtConcurrent::run(someFunction, bytearray);
95 void someFunction(int arg1, double arg2);
96 QFuture<void> future = QtConcurrent::run(boost::bind(someFunction, 1, 2.0));
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/code/
H A Dsrc_corelib_concurrent_qtconcurrentrun.cpp77 extern QString someFunction(const QByteArray &input);
81 QFuture<QString> future = QtConcurrent::run(someFunction, bytearray);
107 void someFunction(int arg1, double arg2);
108 QFuture<void> future = QtConcurrent::run(boost::bind(someFunction, 1, 2.0));
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/code/
H A Dsrc_corelib_concurrent_qtconcurrentrun.cpp77 extern QString someFunction(const QByteArray &input);
81 QFuture<QString> future = QtConcurrent::run(someFunction, bytearray);
107 void someFunction(int arg1, double arg2);
108 QFuture<void> future = QtConcurrent::run(boost::bind(someFunction, 1, 2.0));
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/code/
H A Dsrc_corelib_concurrent_qtconcurrentrun.cpp77 extern QString someFunction(const QByteArray &input);
81 QFuture<QString> future = QtConcurrent::run(someFunction, bytearray);
107 void someFunction(int arg1, double arg2);
108 QFuture<void> future = QtConcurrent::run(boost::bind(someFunction, 1, 2.0));
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/vet/testdata/print/
H A Dprint.go229 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
230 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
231 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
232 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
233 Printf("%T", someFunction) // ok: maybe someone wants to see the type
267 ss.Log(someFunction, "foo") // OK
268 ss.Error(someFunction, someFunction) // OK
272 ss.log(someFunction) // OK
273 ss.log(someFunction, "bar", 1.33) // OK
274 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/cmd/vet/testdata/print/
H A Dprint.go229 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
230 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
231 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
232 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
233 Printf("%T", someFunction) // ok: maybe someone wants to see the type
267 ss.Log(someFunction, "foo") // OK
268 ss.Error(someFunction, someFunction) // OK
272 ss.log(someFunction) // OK
273 ss.log(someFunction, "bar", 1.33) // OK
274 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vet/testdata/print/
H A Dprint.go229 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
230 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
231 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
232 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
233 Printf("%T", someFunction) // ok: maybe someone wants to see the type
267 ss.Log(someFunction, "foo") // OK
268 ss.Error(someFunction, someFunction) // OK
272 ss.log(someFunction) // OK
273 ss.log(someFunction, "bar", 1.33) // OK
274 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/vet/testdata/print/
H A Dprint.go229 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
230 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
231 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
232 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
233 Printf("%T", someFunction) // ok: maybe someone wants to see the type
267 ss.Log(someFunction, "foo") // OK
268 ss.Error(someFunction, someFunction) // OK
272 ss.log(someFunction) // OK
273 ss.log(someFunction, "bar", 1.33) // OK
274 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/cmd/vet/testdata/src/print/
H A Dprint.go230 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
231 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
232 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
233 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
234 Printf("%T", someFunction) // ok: maybe someone wants to see the type
268 ss.Log(someFunction, "foo") // OK
269 ss.Error(someFunction, someFunction) // OK
273 ss.log(someFunction) // OK
274 ss.log(someFunction, "bar", 1.33) // OK
275 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/cmd/vet/testdata/print/
H A Dprint.go229 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
230 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
231 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
232 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
233 Printf("%T", someFunction) // ok: maybe someone wants to see the type
267 ss.Log(someFunction, "foo") // OK
268 ss.Error(someFunction, someFunction) // OK
272 ss.log(someFunction) // OK
273 ss.log(someFunction, "bar", 1.33) // OK
274 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/vet/testdata/print/
H A Dprint.go229 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
230 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
231 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
232 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
233 Printf("%T", someFunction) // ok: maybe someone wants to see the type
267 ss.Log(someFunction, "foo") // OK
268 ss.Error(someFunction, someFunction) // OK
272 ss.log(someFunction) // OK
273 ss.log(someFunction, "bar", 1.33) // OK
274 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/cmd/vet/testdata/print/
H A Dprint.go229 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
230 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
231 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
232 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
233 Printf("%T", someFunction) // ok: maybe someone wants to see the type
267 ss.Log(someFunction, "foo") // OK
268 ss.Error(someFunction, someFunction) // OK
272 ss.log(someFunction) // OK
273 ss.log(someFunction, "bar", 1.33) // OK
274 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/cmd/vet/testdata/src/print/
H A Dprint.go230 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
231 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
232 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
233 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
234 Printf("%T", someFunction) // ok: maybe someone wants to see the type
268 ss.Log(someFunction, "foo") // OK
269 ss.Error(someFunction, someFunction) // OK
273 ss.log(someFunction) // OK
274 ss.log(someFunction, "bar", 1.33) // OK
275 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/vet/testdata/print/
H A Dprint.go229 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
230 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
231 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
232 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
233 Printf("%T", someFunction) // ok: maybe someone wants to see the type
267 ss.Log(someFunction, "foo") // OK
268 ss.Error(someFunction, someFunction) // OK
272 ss.log(someFunction) // OK
273 ss.log(someFunction, "bar", 1.33) // OK
274 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/cmd/vet/testdata/src/print/
H A Dprint.go230 Printf("%d", someFunction) // ERROR "Printf format %d arg someFunction is a func value, not called"
231 Printf("%v", someFunction) // ERROR "Printf format %v arg someFunction is a func value, not called"
232 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
233 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
234 Printf("%T", someFunction) // ok: maybe someone wants to see the type
268 ss.Log(someFunction, "foo") // OK
269 ss.Error(someFunction, someFunction) // OK
273 ss.log(someFunction) // OK
274 ss.log(someFunction, "bar", 1.33) // OK
275 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/analysis/passes/printf/testdata/src/a/
H A Da.go234 Printf("%d", someFunction) // want "Printf format %d arg someFunction is a func value, not called"
235 Printf("%v", someFunction) // want "Printf format %v arg someFunction is a func value, not called"
236 Println(someFunction) // want "Println arg someFunction is a func value, not called"
237 Printf("%p", someFunction) // ok: maybe someone wants to see the pointer
238 Printf("%T", someFunction) // ok: maybe someone wants to see the type
275 ss.Log(someFunction, "foo") // OK
276 ss.Error(someFunction, someFunction) // OK
280 ss.log(someFunction) // OK
281 ss.log(someFunction, "bar", 1.33) // OK
282 ss.log(someFunction, someFunction) // no error "log arg someFunction is a func value, not called"
[all …]

12345678910>>...14