Home
last modified time | relevance | path

Searched refs:foo_static (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/vala/vala-0.48.18/tests/methods/
H A Dvarargs-out.vala9 *out_foo = foo_static.ref ();
13 Foo foo_static;
17 foo_static = new Foo ();
19 assert (foo_static.ref_count == 1);
32 assert (foo_static.ref_count == 1);
35 foo_static.@set ("name", "foo", "id", 42);
39 foo_static.@get ("name", out name, "id", out id);
/dports/devel/py-fixtures/fixtures-3.0.0/fixtures/tests/_fixtures/
H A Dtest_monkeypatch.py29 def foo_static(): pass member in C
123 oldmethod = C.foo_static
129 C.foo_static()
130 C().foo_static()
135 oldmethod = C.foo_static
141 C.foo_static()
142 C().foo_static()
153 C.foo_static()
154 C().foo_static()
165 C.foo_static()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
29 static int foo_static() { return 1; } in foo_static() function
30 int baz() { return foo_static(); } in baz()
/dports/lang/php81/php-8.1.1/tests/lang/
H A Dbug20175.phpt12 * When foo_static() is called it checks for the static variable $foo_value
24 function foo_static() {
26 echo "foo_static()\n";
121 print foo_static()."\n";
122 print foo_static()."\n";
141 foo_static()
144 foo_static()
/dports/www/mod_php80/php-8.0.15/tests/lang/
H A Dbug20175.phpt12 * When foo_static() is called it checks for the static variable $foo_value
24 function foo_static() {
26 echo "foo_static()\n";
121 print foo_static()."\n";
122 print foo_static()."\n";
141 foo_static()
144 foo_static()
/dports/lang/php74/php-7.4.27/tests/lang/
H A Dbug20175.phpt12 * When foo_static() is called it checks for the static variable $foo_value
24 function foo_static() {
26 echo "foo_static()\n";
121 print foo_static()."\n";
122 print foo_static()."\n";
141 foo_static()
144 foo_static()
/dports/lang/php73/php-7.3.33/tests/lang/
H A Dbug20175.phpt12 * When foo_static() is called it checks for the static variable $foo_value
24 function foo_static() {
26 echo "foo_static()\n";
121 print foo_static()."\n";
122 print foo_static()."\n";
141 foo_static()
144 foo_static()
/dports/lang/php80/php-8.0.15/tests/lang/
H A Dbug20175.phpt12 * When foo_static() is called it checks for the static variable $foo_value
24 function foo_static() {
26 echo "foo_static()\n";
121 print foo_static()."\n";
122 print foo_static()."\n";
141 foo_static()
144 foo_static()
/dports/www/mod_php73/php-7.3.33/tests/lang/
H A Dbug20175.phpt12 * When foo_static() is called it checks for the static variable $foo_value
24 function foo_static() {
26 echo "foo_static()\n";
121 print foo_static()."\n";
122 print foo_static()."\n";
141 foo_static()
144 foo_static()
/dports/www/mod_php81/php-8.1.1/tests/lang/
H A Dbug20175.phpt12 * When foo_static() is called it checks for the static variable $foo_value
24 function foo_static() {
26 echo "foo_static()\n";
121 print foo_static()."\n";
122 print foo_static()."\n";
141 foo_static()
144 foo_static()

123