Home
last modified time | relevance | path

Searched full:hand (Results 1 – 25 of 800) sorted by relevance

12345678910>>...32

/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h224 /// \p LHS - The left hand side
225 /// \p LHSSema - The semantic of the left hand side
226 /// \p RHS - The right hand side
227 /// \p RHSSema - The semantic of the right hand side
250 /// \p LHS - The left hand side
251 /// \p LHSSema - The semantic of the left hand side
252 /// \p RHS - The right hand side
253 /// \p RHSSema - The semantic of the right hand side
284 /// \p LHS - The left hand side
285 /// \p LHSSema - The semantic of the left hand side
[all …]
/llvm-project/flang/test/Semantics/
H A Dassign10.f9014 !ERROR: Dimension 1 of left-hand side has extent 2, but right-hand side has extent 3
16 !ERROR: Dimension 1 of left-hand side has extent 3, but right-hand side has extent 2
23 !ERROR: Dimension 1 of left-hand side has extent 3, but right-hand side has extent 2
25 !ERROR: Dimension 1 of left-hand side has extent 2, but right-hand side has extent 3
27 !ERROR: Dimension 1 of left-hand side has extent 10, but right-hand sid
[all...]
H A Dcall12.f9047 !ERROR: Left-hand side of assignment is not definable
50 !ERROR: Left-hand side of assignment is not definable
53 !ERROR: Left-hand side of assignment is not definable
56 !ERROR: Left-hand side of assignment is not definable
59 !ERROR: Left-hand side of assignment is not definable
62 !ERROR: Left-hand side of assignment is not definable
65 !ERROR: The left-hand side of a pointer assignment is not definable
98 !ERROR: Left-hand side of assignment is not definable
H A Ddefinable05.cuf12 !ERROR: Left-hand side of assignment is not definable
15 !ERROR: The left-hand side of a pointer assignment is not definable
20 !ERROR: Left-hand side of assignment is not definable
23 !ERROR: The left-hand side of a pointer assignment is not definable
H A Dassign04.f9025 !ERROR: Left-hand side of assignment is not definable
28 !ERROR: Left-hand side of assignment is not definable
31 !ERROR: Left-hand side of assignment is not definable
46 !ERROR: Left-hand side of assignment is not definable
64 !ERROR: Left-hand side of assignment is not definable
67 !ERROR: Left-hand side of assignment is not definable
70 !ERROR: Left-hand side of assignment is not definable
90 !ERROR: Left-hand side of assignment is not definable
95 !ERROR: Left-hand side of assignment is not definable
H A Dforall01.f9044 !WARNING: FORALL index variable 'j' not used on left-hand side of assignment
83 !WARNING: FORALL index variable 'i' not used on left-hand side of assignment
86 !WARNING: FORALL index variable 'j' not used on left-hand side of assignment
88 !WARNING: FORALL index variable 'i' not used on left-hand side of assignment
96 !WARNING: FORALL index variable 'i' not used on left-hand side of assignment
109 !WARNING: FORALL index variable 'i' not used on left-hand side of assignment
H A Ddefinable01.f9055 !CHECK: error: Left-hand side of assignment is not definable
59 !CHECK: error: Left-hand side of assignment is not definable
63 !CHECK: error: Left-hand side of assignment is not definable
106 !CHECK: error: The left-hand side of a pointer assignment is not definable
H A Dforall02.f9038 !WARNING: FORALL index variable 'i' not used on left-hand side of assignment
49 !WARNING: FORALL index variable 'i' not used on left-hand side of assignment
60 !WARNING: FORALL index variable 'i' not used on left-hand side of assignment
H A Dboz-literal-constants.f90108 !ERROR: Right-hand side of this assignment may not be BOZ
110 !ERROR: Right-hand side of this assignment may not be BOZ
112 !ERROR: Right-hand side of this assignment may not be BOZ
114 !ERROR: Right-hand side of this assignment may not be BOZ
H A Dassign11.f908 …!ERROR: Left-hand side of assignment may not be polymorphic unless assignment is to an entire allo…
10 !ERROR: Left-hand side of assignment may not be polymorphic if it is a coarray
H A Dcall28.f9014 …!ERROR: Left-hand side of assignment may not be polymorphic unless assignment is to an entire allo…
15 !ERROR: Left-hand side of assignment is not definable
H A Dselecttype03.f9040 !ERROR: Left-hand side of assignment is not definable
63 !ERROR: Left-hand side of assignment is not definable
73 !ERROR: Left-hand side of assignment is not definable
/llvm-project/clang/test/Sema/
H A Dwarn-logical-not-compare.c10 // expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
12 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}} in test1()
22 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
24 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}} in test1()
34 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
36 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}} in test1()
46 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
48 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}} in test1()
58 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
60 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}} in test1()
[all …]
/llvm-project/clang/test/SemaCXX/
H A Dwarn-logical-not-compare.cpp11 // expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
13 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}} in test1()
23 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
25 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}} in test1()
35 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
37 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}} in test1()
47 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
49 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}} in test1()
59 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
61 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}} in test1()
[all …]
H A Dmember-pointer.cpp116 …d)(hm->*pi); // expected-error {{left hand operand to ->* must be a pointer to class compatible wi… in h()
117 …(void)(phm.*pi); // expected-error {{left hand operand to .* must be a class compatible with the r… in h()
118 …(void)(i.*pi); // expected-error {{left hand operand to .* must be a class compatible with the rig… in h()
120 …)(ptr->*pi); // expected-error {{left hand operand to ->* must be a pointer to class compatible wi… in h()
170 return object->*p2m; // expected-error {{left hand operand to ->*}} in test1()
/llvm-project/flang/docs/
H A DCharacter.md70 truncate or pad the assigned value to the length of the left-hand side
101 * as the right-hand side of an assignment,
130 truncating, padding, or replicating the value(s) assigned to the left-hand
132 left-hand side. It takes the descriptors of the left- and right-hand sides of
135 When the left-hand side of a `CHARACTER` assignment is a deferred-length
136 allocatable and the right-hand side is a temporary, use of the runtime's
141 Scalar `CHARACTER(KIND=1)` expressions evaluated as the right-hand sides of
147 The routine `CharacterAppend()` copies data from the right-hand side value
148 to the remaining space, if any, in the left-hand side object, and returns
H A DArrayComposition.md66 The right-hand side of that assignment could be evaluated into a
80 the temporary by treating the right-hand side expression as if it
89 does not include the left-hand
90 side variable as an operand of the right-hand side expression, and any
91 function calls on the right-hand side are elemental or scalar-valued,
100 an entire right-hand side of an array assignment statement.
/llvm-project/clang/test/CXX/expr/expr.ass/
H A Dp9-cxx11.cpp16 …a = { 1 } = b; // expected-error {{initializer list cannot be used on the left hand side of operat… in std_example()
17 …a = a + { 4 }; // expected-error {{initializer list cannot be used on the right hand side of opera… in std_example()
18 …a = { 3 } * { 4 }; // expected-error {{initializer list cannot be used on the left hand side of op… in std_example()
19 … expected-error {{initializer list cannot be used on the right hand side of operator '*'}} in std_example()
33 …{ 3, 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '=…
34 int k2 = T() = { 1, 2 } + 1; // expected-error {{initializer list cannot be used on the left hand s…
/llvm-project/clang/test/Analysis/
H A Dpointer-sub-notes.c4 int a[3]; // expected-note{{Array at the left-hand side of subtraction}} in negative_1()
5 int b[3]; // expected-note{{Array at the right-hand side of subtraction}} in negative_1()
11 int a[3]; // expected-note{{Array at the right-hand side of subtraction}} in negative_2()
12 int b[3]; // expected-note{{Array at the left-hand side of subtraction}} in negative_2()
29 int array1[5]; // expected-note{{Array at the left-hand side of subtraction}} in different_2()
30 int array2[5]; // expected-note{{Array at the right-hand side of subtraction}} in different_2()
38 static int x[10][10]; // expected-note2{{Array at the left-hand side of subtraction}} in different_3()
H A Dpointer-sub.c24 int a[10], b[10], c; // expected-note{{Array at the left-hand side of subtraction}} \ in f2()
25 // expected-note2{{Array at the right-hand side of subtraction}} in f2()
46 int a[3][4]; // expected-note{{Array at the left-hand side of subtraction}} \ in f3()
47 // expected-note2{{Array at the right-hand side of subtraction}} in f3()
80 int c[10]; // expected-note2{{Array at the right-hand side of subtraction}}
81 int d[10]; // expected-note2{{Array at the left-hand side of subtraction}}
106 long long la1[3] = {1}; // expected-note{{Array at the right-hand side of subtraction}} in f6()
107 long long la2[3] = {1}; // expected-note{{Array at the left-hand side of subtraction}} in f6()
138 int b; // expected-note{{Object at the right-hand side of subtraction}}
142 struct S1 s; // expected-note{{Object at the left-hand sid
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h52 /// actually holds two values, the left- and right-hand sides of a
61 /// - Nullary twines are always represented with their Kind on the left-hand
62 /// side, and the Empty kind on the right-hand side.
63 /// - Unary twines are always represented with the value on the left-hand
64 /// side, and the Empty kind on the right-hand side.
168 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
171 /// RHSKind - The NodeKind of the right hand side, \see getRHSKind().
244 /// Get the NodeKind of the left-hand side.
247 /// Get the NodeKind of the right-hand side.
/llvm-project/lldb/test/API/lang/cpp/limit-debug-info/
H A Dderived.h7 // Deliberately defined by hand.
21 // Deliberately defined by hand.
/llvm-project/libcxx/utils/data/unicode/
H A Demoji-data.txt107 2708..270C ; Emoji # E0.6 [5] (✈️..✌️) airplane..victory hand
108 270D ; Emoji # E0.7 [1] (✍️) writing hand
253 1F590 ; Emoji # E0.7 [1] (��️) hand with fingers splayed
358 1F90D..1F90F ; Emoji # E12.0 [3] (��..��) white heart..pinching hand
360 1F919..1F91E ; Emoji # E3.0 [6] (��..��) call me hand..crossed fingers
413 1FAAD..1FAAF ; Emoji # E15.0 [3] (��..��) folding hand fan..khanda
426 1FAF0..1FAF6 ; Emoji # E14.0 [7] (��..��) hand with index finger and thumb cros…
427 …F8 ; Emoji # E15.0 [2] (��..��) leftwards pushing hand..rightwards pushing hand
456 270A..270B ; Emoji_Presentation # E0.6 [2] (✊..✋) raised fist..raised hand
647 1F90D..1F90F ; Emoji_Presentation # E12.0 [3] (��..��) white heart..pinching hand
[all …]
/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h84 /// The Left Hand Side const LineEntry object reference.
87 /// The Right Hand Side const LineEntry object reference.
175 /// The Left Hand Side const LineEntry object reference.
178 /// The Right Hand Side const LineEntry object reference.
/llvm-project/clang/test/Parser/
H A Dcxx11-brace-initializers.cpp28 … {} : 0; // expected-error {{initializer list cannot be used on the right hand side of operator '?…
29 … 0 : {}; // expected-error {{initializer list cannot be used on the right hand side of operator ':…

12345678910>>...32