Home
last modified time | relevance | path

Searched refs:P0 (Results 251 – 275 of 9255) sorted by relevance

1...<<11121314151617181920>>...371

/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaObjC/
H A Dconditional-expr-3.m3 @protocol P0 protocol
10 @interface A <P0>
17 void barP0(id<P0> x);
26 id<P0> l = a;
30 …id<P0> l = x; // expected-warning {{initializing 'id<P0>' with an expression of incompatible type …
46 bar(cond ? (id<P0, P1>) x : a);
50 bar(cond ? a : (id<P0, P1>) x);
53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) {
54 …barP0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2…
57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) {
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjC/
H A Dconditional-expr-3.m3 @protocol P0 protocol
10 @interface A <P0>
17 void barP0(id<P0> x);
26 id<P0> l = a;
30 …id<P0> l = x; // expected-warning {{initializing 'id<P0>' with an expression of incompatible type …
46 bar(cond ? (id<P0, P1>) x : a);
50 bar(cond ? a : (id<P0, P1>) x);
53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) {
54 …barP0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2…
57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) {
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dconditional-expr-3.m3 @protocol P0 protocol
10 @interface A <P0>
17 void barP0(id<P0> x);
26 id<P0> l = a;
30 …id<P0> l = x; // expected-warning {{initializing 'id<P0>' with an expression of incompatible type …
46 bar(cond ? (id<P0, P1>) x : a);
50 bar(cond ? a : (id<P0, P1>) x);
53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) {
54 …barP0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2…
57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) {
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaObjC/
H A Dconditional-expr-3.m3 @protocol P0 protocol
10 @interface A <P0>
17 void barP0(id<P0> x);
26 id<P0> l = a;
30 …id<P0> l = x; // expected-warning {{initializing 'id<P0>' with an expression of incompatible type …
46 bar(cond ? (id<P0, P1>) x : a);
50 bar(cond ? a : (id<P0, P1>) x);
53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) {
54 …barP0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2…
57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) {
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dconditional-expr-3.m3 @protocol P0 protocol
10 @interface A <P0>
17 void barP0(id<P0> x);
26 id<P0> l = a;
30 …id<P0> l = x; // expected-warning {{initializing 'id<P0>' with an expression of incompatible type …
46 bar(cond ? (id<P0, P1>) x : a);
50 bar(cond ? a : (id<P0, P1>) x);
53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) {
54 …barP0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2…
57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) {
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dconditional-expr-3.m3 @protocol P0
10 @interface A <P0>
17 void barP0(id<P0> x);
26 id<P0> l = a;
30 …id<P0> l = x; // expected-warning {{initializing 'id<P0>' with an expression of incompatible type …
46 bar(cond ? (id<P0, P1>) x : a);
50 bar(cond ? a : (id<P0, P1>) x);
53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) {
54 …barP0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2…
57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) {
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaObjC/
H A Dconditional-expr-3.m3 @protocol P0 protocol
10 @interface A <P0>
17 void barP0(id<P0> x);
26 id<P0> l = a;
30 …id<P0> l = x; // expected-warning {{initializing 'id<P0>' with an expression of incompatible type …
46 bar(cond ? (id<P0, P1>) x : a);
50 bar(cond ? a : (id<P0, P1>) x);
53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) {
54 …barP0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2…
57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) {
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaObjC/
H A Dconditional-expr-3.m3 @protocol P0 protocol
10 @interface A <P0>
17 void barP0(id<P0> x);
26 id<P0> l = a;
30 …id<P0> l = x; // expected-warning {{initializing 'id<P0>' with an expression of incompatible type …
46 bar(cond ? (id<P0, P1>) x : a);
50 bar(cond ? a : (id<P0, P1>) x);
53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) {
54 …barP0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2…
57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) {
[all …]
/dports/lang/parrot/parrot-8.1.0/t/dynpmc/
H A Dselect.t54 $P0 = loadlib 'select'
55 $I0 = defined $P0
63 $P0 = new ['FileHandle']
64 $P0.'open'('README.pod')
67 $P1.'update'($P0, $P9, 5)
77 $I1 = $P0.'handle'()
91 $I0 = $P0.'handle'()
99 $P1.'remove'($P0)
110 $P0 = new ['FileHandle']
132 $P0.'open'($S0, 'w')
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/SLPVectorizer/X86/
H A Dzext-inseltpoison.ll16 ; SSE2-NEXT: [[I0:%.*]] = load i8, i8* [[P0]], align 1
26 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
33 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
53 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
62 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
71 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
99 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
108 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
117 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
162 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <8 x i8>*
[all …]
H A Dzext.ll16 ; SSE2-NEXT: [[I0:%.*]] = load i8, i8* [[P0]], align 1
26 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
33 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
53 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
62 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
71 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
99 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
108 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
117 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
162 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <8 x i8>*
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/SLPVectorizer/X86/
H A Dzext-inseltpoison.ll16 ; SSE2-NEXT: [[I0:%.*]] = load i8, i8* [[P0]], align 1
26 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
33 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
53 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
62 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
71 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
99 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
108 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
117 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
162 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <8 x i8>*
[all …]
H A Dzext.ll16 ; SSE2-NEXT: [[I0:%.*]] = load i8, i8* [[P0]], align 1
26 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
33 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
53 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
62 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
71 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
99 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
108 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
117 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
162 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <8 x i8>*
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/SLPVectorizer/X86/
H A Dzext-inseltpoison.ll16 ; SSE2-NEXT: [[I0:%.*]] = load i8, i8* [[P0]], align 1
26 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
33 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
53 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
62 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
71 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
99 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
108 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
117 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
162 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <8 x i8>*
[all …]
H A Dzext.ll16 ; SSE2-NEXT: [[I0:%.*]] = load i8, i8* [[P0]], align 1
26 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
33 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
53 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
62 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
71 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
99 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
108 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
117 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
162 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <8 x i8>*
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/SLPVectorizer/X86/
H A Dzext-inseltpoison.ll16 ; SSE2-NEXT: [[I0:%.*]] = load i8, i8* [[P0]], align 1
26 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
33 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
53 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
62 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
71 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
99 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
108 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
117 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
162 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <8 x i8>*
[all …]
H A Dzext.ll16 ; SSE2-NEXT: [[I0:%.*]] = load i8, i8* [[P0]], align 1
26 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
33 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
53 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
62 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
71 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
99 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
108 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
117 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
162 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <8 x i8>*
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/SLPVectorizer/X86/
H A Dzext-inseltpoison.ll16 ; SSE2-NEXT: [[I0:%.*]] = load i8, i8* [[P0]], align 1
26 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
33 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
53 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
62 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
71 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
99 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
108 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
117 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
162 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <8 x i8>*
[all …]
H A Dzext.ll16 ; SSE2-NEXT: [[I0:%.*]] = load i8, i8* [[P0]], align 1
26 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
33 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <2 x i8>*
53 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
62 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
71 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
99 ; SSE2-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
108 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
117 ; AVX-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <4 x i8>*
162 ; SLM-NEXT: [[TMP1:%.*]] = bitcast i8* [[P0]] to <8 x i8>*
[all …]
/dports/lang/parrot/parrot-8.1.0/t/pmc/
H A Dopcode.t33 $P0 = new ['Opcode']
51 $P0 = box "core_ops"
64 $P0 = box "core_ops"
79 $P0 = op.'dirs'()
80 $I0 = elements $P0
83 $P0 = op.'labels'()
84 $I0 = elements $P0
88 $P0 = op.'dirs'()
89 $I0 = elements $P0
92 $P0 = op.'labels'()
[all …]
H A Dimageiosize.t30 $P0 = deref iios
32 $I0 = $P0
39 $P0 = deref iios
41 $I0 = $P0
48 $P0 = deref iios
50 $I0 = $P0
57 $P0 = -99
58 .return ($P0)
63 $P0[0] = 'parrot'
64 $P0[1] = '???'
[all …]
/dports/lang/parrot/parrot-8.1.0/t/op/testlib/
H A Dtest_strings.pir4 $P0 = new ['ResizableStringArray']
5 push $P0, "hello"
6 push $P0, utf8:"hello"
7 push $P0, utf16:"hello"
8 push $P0, ucs2:"hello"
9 .return ($P0)
14 push $P0, ""
15 push $P0, utf8:""
16 push $P0, utf16:""
17 push $P0, ucs2:""
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/testsuite/sim/bfin/
H A Dse_loop_nest_ppm_1.S68 [ P0 ++ ] = R0;
70 [ P0 ++ ] = R0;
72 [ P0 ++ ] = R0;
74 [ P0 ++ ] = R0;
77 [ P0 ++ ] = R0;
79 [ P0 ++ ] = R0;
81 [ P0 ++ ] = R0;
83 [ P0 ++ ] = R0;
85 [ P0 ++ ] = R0;
102 [ P0 ] = R0;
[all …]
H A Dse_loop_nest_ppm.S68 [ P0 ++ ] = R0;
70 [ P0 ++ ] = R0;
72 [ P0 ++ ] = R0;
74 [ P0 ++ ] = R0;
77 [ P0 ++ ] = R0;
79 [ P0 ++ ] = R0;
81 [ P0 ++ ] = R0;
83 [ P0 ++ ] = R0;
85 [ P0 ++ ] = R0;
102 [ P0 ] = R0;
[all …]
/dports/devel/jna/jna-5.7.0/native/libffi/src/bfin/
H A Dsysv.S88 P1 = [P0];
89 P3 = [P0+4];
101 P0 = FP; define
102 P0 +=28;
103 P1 = [P0];
105 P3 = [P0+4];
155 [P0] = R0;
160 [P0] = R0;
164 [P0] = R0;
165 [P0+4] = R1;
[all …]

1...<<11121314151617181920>>...371