Home
last modified time | relevance | path

Searched refs:pok (Results 1 – 25 of 1046) sorted by relevance

12345678910>>...42

/dports/databases/grass7/grass-7.8.6/lib/db/sqlp/test/
H A Dtest2 "SELECT c1,c3 FROM pok where c3 <> 34 and c5 = 2.3;
3 INSERT INTO pok VALUES ( 'abc', 32, 56.7 );
4 INSERT INTO pok ( c1, c2,c3) VALUES ( 'abc', 32, 56.7 );
5 INSERT INTO pok ( c1, c2,c3) VALUES ( 'abc', +32, +56.7 );
6 INSERT INTO pok ( c1, c2,c3) VALUES ( 'abc', -32, -56.7 );
7 upDAte pok SET c2 = '5', c3 = 1 WHERE c1 = '1' AND c5 = 6;
8 delete FROM pok WHERE c1 = '1' and c2=3 AND c5 <= 4.35;
9 CREATE TABLE pok ( c1 INT, c2 VARCHAR (5), c3 DOUBLE );
10 DROP TABLE pok;
11 ALTER TABLE pok ADD COLUMN id int;
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/vfork/
H A Dexec_wrapper.c45 int pok[2]; in main() local
49 pok[0] = atoi(argv[1]); in main()
50 pok[1] = atoi(argv[2]); in main()
60 close_fd(&pok[0]); in main()
61 fcntl(pok[1], F_SETFD, FD_CLOEXEC); in main()
114 (void) write(pok[1], &buf, 1 ); in main()
115 close_fd(&pok[1]); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Sema/
H A Ddiagnose_if.c31 int (*pok)(int) = alwaysok; in runConstant() local
32 pok = &alwaysok; in runConstant()
39 int (*pok)(int) = neverok; // expected-error{{oh no}} in runConstant() local
40 pok = &neverok; // expected-error{{oh no}} in runConstant()
47 int (*pok)(int) = alwayswarn; // expected-warning{{oh no}} in runConstant() local
48 pok = &alwayswarn; // expected-warning{{oh no}} in runConstant()
55 int (*pok)(int) = neverwarn; in runConstant() local
56 pok = &neverwarn; in runConstant()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Ddiagnose_if.cpp25 void (*pok)() = alwaysok<int>; in runAll() local
26 pok = &alwaysok<int>; in runAll()
36 void (*pok)(); in runAll() local
37 pok = &neverok<int>; // expected-error{{oh no}} in runAll()
50 void (*pok)() = neverwarn<int>; in runAll() local
51 pok = &neverwarn<int>; in runAll()
88 void (*pok)() = alwaysok<0>; in runAll() local
89 pok = &alwaysok<0>; in runAll()
99 void (*pok)(); in runAll() local
113 void (*pok)() = neverwarn<0>; in runAll() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Ddiagnose_if.cpp25 void (*pok)() = alwaysok<int>; in runAll() local
26 pok = &alwaysok<int>; in runAll()
36 void (*pok)(); in runAll() local
37 pok = &neverok<int>; // expected-error{{oh no}} in runAll()
50 void (*pok)() = neverwarn<int>; in runAll() local
51 pok = &neverwarn<int>; in runAll()
88 void (*pok)() = alwaysok<0>; in runAll() local
89 pok = &alwaysok<0>; in runAll()
99 void (*pok)(); in runAll() local
113 void (*pok)() = neverwarn<0>; in runAll() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Ddiagnose_if.cpp25 void (*pok)() = alwaysok<int>; in runAll() local
26 pok = &alwaysok<int>; in runAll()
36 void (*pok)(); in runAll() local
37 pok = &neverok<int>; // expected-error{{oh no}} in runAll()
50 void (*pok)() = neverwarn<int>; in runAll() local
51 pok = &neverwarn<int>; in runAll()
88 void (*pok)() = alwaysok<0>; in runAll() local
89 pok = &alwaysok<0>; in runAll()
99 void (*pok)(); in runAll() local
113 void (*pok)() = neverwarn<0>; in runAll() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Ddiagnose_if.cpp25 void (*pok)() = alwaysok<int>; in runAll() local
26 pok = &alwaysok<int>; in runAll()
36 void (*pok)(); in runAll() local
37 pok = &neverok<int>; // expected-error{{oh no}} in runAll()
50 void (*pok)() = neverwarn<int>; in runAll() local
51 pok = &neverwarn<int>; in runAll()
88 void (*pok)() = alwaysok<0>; in runAll() local
89 pok = &alwaysok<0>; in runAll()
99 void (*pok)(); in runAll() local
113 void (*pok)() = neverwarn<0>; in runAll() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Ddiagnose_if.cpp25 void (*pok)() = alwaysok<int>; in runAll() local
26 pok = &alwaysok<int>; in runAll()
36 void (*pok)(); in runAll() local
37 pok = &neverok<int>; // expected-error{{oh no}} in runAll()
50 void (*pok)() = neverwarn<int>; in runAll() local
51 pok = &neverwarn<int>; in runAll()
88 void (*pok)() = alwaysok<0>; in runAll() local
89 pok = &alwaysok<0>; in runAll()
99 void (*pok)(); in runAll() local
113 void (*pok)() = neverwarn<0>; in runAll() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Ddiagnose_if.cpp25 void (*pok)() = alwaysok<int>; in runAll() local
26 pok = &alwaysok<int>; in runAll()
36 void (*pok)(); in runAll() local
37 pok = &neverok<int>; // expected-error{{oh no}} in runAll()
50 void (*pok)() = neverwarn<int>; in runAll() local
51 pok = &neverwarn<int>; in runAll()
88 void (*pok)() = alwaysok<0>; in runAll() local
89 pok = &alwaysok<0>; in runAll()
99 void (*pok)(); in runAll() local
113 void (*pok)() = neverwarn<0>; in runAll() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Ddiagnose_if.cpp25 void (*pok)() = alwaysok<int>; in runAll() local
26 pok = &alwaysok<int>; in runAll()
36 void (*pok)(); in runAll() local
37 pok = &neverok<int>; // expected-error{{oh no}} in runAll()
50 void (*pok)() = neverwarn<int>; in runAll() local
51 pok = &neverwarn<int>; in runAll()
88 void (*pok)() = alwaysok<0>; in runAll() local
89 pok = &alwaysok<0>; in runAll()
99 void (*pok)(); in runAll() local
113 void (*pok)() = neverwarn<0>; in runAll() local
[all …]

12345678910>>...42