Home
last modified time | relevance | path

Searched refs:rhsValue (Results 1 – 25 of 126) sorted by relevance

123456

/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dexpressionalwayszero.cxx83 auto rhsValue = getExprValue(binaryOperator->getRHS()); in VisitBinaryOperator() local
86 else if (rhsValue && rhsValue->getExtValue() == 0) in VisitBinaryOperator()
88 else if (lhsValue && rhsValue && (lhsValue->getExtValue() & rhsValue->getExtValue()) == 0) in VisitBinaryOperator()
95 << (rhsValue ? rhsValue->toString(10) : "unknown") << binaryOperator->getSourceRange(); in VisitBinaryOperator()
113 auto rhsValue = getExprValue(cxxOperatorCallExpr->getArg(1)); in VisitCXXOperatorCallExpr() local
116 else if (rhsValue && rhsValue->getExtValue() == 0) in VisitCXXOperatorCallExpr()
118 else if (lhsValue && rhsValue && (lhsValue->getExtValue() & rhsValue->getExtValue()) == 0) in VisitCXXOperatorCallExpr()
125 << (rhsValue ? rhsValue->toString(10) : "unknown") << cxxOperatorCallExpr->getSourceRange(); in VisitCXXOperatorCallExpr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dexpressionalwayszero.cxx80 auto rhsValue = getExprValue(binaryOperator->getRHS()); in VisitBinaryOperator() local
83 else if (rhsValue && rhsValue->getExtValue() == 0) in VisitBinaryOperator()
85 else if (lhsValue && rhsValue && (lhsValue->getExtValue() & rhsValue->getExtValue()) == 0) in VisitBinaryOperator()
93 << (rhsValue ? rhsValue->toString(10) : "unknown") in VisitBinaryOperator()
112 auto rhsValue = getExprValue(cxxOperatorCallExpr->getArg(1)); in VisitCXXOperatorCallExpr() local
115 else if (rhsValue && rhsValue->getExtValue() == 0) in VisitCXXOperatorCallExpr()
117 else if (lhsValue && rhsValue && (lhsValue->getExtValue() & rhsValue->getExtValue()) == 0) in VisitCXXOperatorCallExpr()
125 << (rhsValue ? rhsValue->toString(10) : "unknown") in VisitCXXOperatorCallExpr()
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/Azure/azure-sdk-for-go/azure-sdk-for-go-16.2.1/tools/apidiff/delta/
H A Ddelta.go109 for rhsKey, rhsValue := range rhs.Interfaces {
112 for in, iv := range rhsValue.Methods {
143 for rhsKey, rhsValue := range rhs.Consts {
147 if lhs.Consts[rhsKey].Type != rhsValue.Type {
150 To: rhsValue.Type,
178 for rhsKey, rhsValue := range rhs.Funcs {
186 To: safeFuncSig(rhsValue.Params),
192 To: safeFuncSig(rhsValue.Returns),
214 for rhsKey, rhsValue := range rhs.Interfaces {
264 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/Azure/azure-sdk-for-go/tools/apidiff/delta/
H A Ddelta.go109 for rhsKey, rhsValue := range rhs.Interfaces {
112 for in, iv := range rhsValue.Methods {
143 for rhsKey, rhsValue := range rhs.Consts {
147 if lhs.Consts[rhsKey].Type != rhsValue.Type {
150 To: rhsValue.Type,
178 for rhsKey, rhsValue := range rhs.Funcs {
186 To: safeFuncSig(rhsValue.Params),
192 To: safeFuncSig(rhsValue.Returns),
214 for rhsKey, rhsValue := range rhs.Interfaces {
264 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/java/jaxen/jaxen-1.0-FCS/src/java/main/org/jaxen/expr/
H A DDefaultEqualityExpr.java90 Object rhsValue = getRHS().evaluate( context ); in evaluate() local
92 if( lhsValue == null || rhsValue == null ) in evaluate()
99 if( bothAreSets( lhsValue, rhsValue ) ) in evaluate()
101 return evaluateSetSet( (List) lhsValue, (List) rhsValue, nav ); in evaluate()
103 else if ( eitherIsSet( lhsValue, rhsValue ) ) in evaluate()
107 return evaluateSetSet( (List) lhsValue, convertToList( rhsValue ), nav ); in evaluate()
111 …return evaluateSetSet( convertToList( lhsValue ), (List) rhsValue, nav ); … in evaluate()
116 return evaluateObjectObject( lhsValue, rhsValue, nav ) ? Boolean.TRUE : Boolean.FALSE; in evaluate()
H A DDefaultRelationalExpr.java88 Object rhsValue = getRHS().evaluate( context ); in evaluate() local
91 if( bothAreSets( lhsValue, rhsValue ) ) in evaluate()
93 return evaluateSetSet( (List) lhsValue, (List) rhsValue, nav ); in evaluate()
96 if( eitherIsSet( lhsValue, rhsValue ) ) in evaluate()
100 return evaluateSetSet( (List) lhsValue, convertToList( rhsValue ), nav ); in evaluate()
104 return evaluateSetSet( convertToList( lhsValue ), (List) rhsValue, nav ); in evaluate()
108 return evaluateObjectObject( lhsValue, rhsValue, nav ) ? Boolean.TRUE : Boolean.FALSE; in evaluate()
H A DDefaultModExpr.java88 Number rhsValue = NumberFunction.evaluate( getRHS().evaluate( context ), in evaluate() local
92 assertInteger( rhsValue ); in evaluate()
94 int result = lhsValue.intValue() % rhsValue.intValue(); in evaluate()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/tools/apidiff/delta/
H A Ddelta.go153 for rhsKey, rhsValue := range rhs.Interfaces {
156 for in, iv := range rhsValue.Methods {
187 for rhsKey, rhsValue := range rhs.Consts {
191 if lhs.Consts[rhsKey].Type != rhsValue.Type {
194 To: rhsValue.Type,
222 for rhsKey, rhsValue := range rhs.Funcs {
230 To: safeFuncSig(rhsValue.Params),
236 To: safeFuncSig(rhsValue.Returns),
258 for rhsKey, rhsValue := range rhs.Interfaces {
308 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/tools/internal/delta/
H A Ddelta.go147 for rhsKey, rhsValue := range rhs.Interfaces {
150 for in, iv := range rhsValue.Methods {
181 for rhsKey, rhsValue := range rhs.Consts {
185 if lhs.Consts[rhsKey].Type != rhsValue.Type {
188 To: rhsValue.Type,
216 for rhsKey, rhsValue := range rhs.Funcs {
224 To: safeFuncSig(rhsValue.Params),
230 To: safeFuncSig(rhsValue.Returns),
252 for rhsKey, rhsValue := range rhs.Interfaces {
302 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/tools/internal/delta/
H A Ddelta.go147 for rhsKey, rhsValue := range rhs.Interfaces {
150 for in, iv := range rhsValue.Methods {
181 for rhsKey, rhsValue := range rhs.Consts {
185 if lhs.Consts[rhsKey].Type != rhsValue.Type {
188 To: rhsValue.Type,
216 for rhsKey, rhsValue := range rhs.Funcs {
224 To: safeFuncSig(rhsValue.Params),
230 To: safeFuncSig(rhsValue.Returns),
252 for rhsKey, rhsValue := range rhs.Interfaces {
302 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/tools/internal/delta/
H A Ddelta.go147 for rhsKey, rhsValue := range rhs.Interfaces {
150 for in, iv := range rhsValue.Methods {
181 for rhsKey, rhsValue := range rhs.Consts {
185 if lhs.Consts[rhsKey].Type != rhsValue.Type {
188 To: rhsValue.Type,
216 for rhsKey, rhsValue := range rhs.Funcs {
224 To: safeFuncSig(rhsValue.Params),
230 To: safeFuncSig(rhsValue.Returns),
252 for rhsKey, rhsValue := range rhs.Interfaces {
302 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/Azure/azure-sdk-for-go/tools/apidiff/delta/
H A Ddelta.go153 for rhsKey, rhsValue := range rhs.Interfaces {
156 for in, iv := range rhsValue.Methods {
187 for rhsKey, rhsValue := range rhs.Consts {
191 if lhs.Consts[rhsKey].Type != rhsValue.Type {
194 To: rhsValue.Type,
222 for rhsKey, rhsValue := range rhs.Funcs {
230 To: safeFuncSig(rhsValue.Params),
236 To: safeFuncSig(rhsValue.Returns),
258 for rhsKey, rhsValue := range rhs.Interfaces {
308 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/Azure/azure-sdk-for-go/tools/apidiff/delta/
H A Ddelta.go153 for rhsKey, rhsValue := range rhs.Interfaces {
156 for in, iv := range rhsValue.Methods {
187 for rhsKey, rhsValue := range rhs.Consts {
191 if lhs.Consts[rhsKey].Type != rhsValue.Type {
194 To: rhsValue.Type,
222 for rhsKey, rhsValue := range rhs.Funcs {
230 To: safeFuncSig(rhsValue.Params),
236 To: safeFuncSig(rhsValue.Returns),
258 for rhsKey, rhsValue := range rhs.Interfaces {
308 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/Azure/azure-sdk-for-go/tools/apidiff/delta/
H A Ddelta.go153 for rhsKey, rhsValue := range rhs.Interfaces {
156 for in, iv := range rhsValue.Methods {
187 for rhsKey, rhsValue := range rhs.Consts {
191 if lhs.Consts[rhsKey].Type != rhsValue.Type {
194 To: rhsValue.Type,
222 for rhsKey, rhsValue := range rhs.Funcs {
230 To: safeFuncSig(rhsValue.Params),
236 To: safeFuncSig(rhsValue.Returns),
258 for rhsKey, rhsValue := range rhs.Interfaces {
308 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/tools/internal/delta/
H A Ddelta.go147 for rhsKey, rhsValue := range rhs.Interfaces {
150 for in, iv := range rhsValue.Methods {
181 for rhsKey, rhsValue := range rhs.Consts {
185 if lhs.Consts[rhsKey].Type != rhsValue.Type {
188 To: rhsValue.Type,
216 for rhsKey, rhsValue := range rhs.Funcs {
224 To: safeFuncSig(rhsValue.Params),
230 To: safeFuncSig(rhsValue.Returns),
252 for rhsKey, rhsValue := range rhs.Interfaces {
302 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/tools/internal/delta/
H A Ddelta.go147 for rhsKey, rhsValue := range rhs.Interfaces {
150 for in, iv := range rhsValue.Methods {
181 for rhsKey, rhsValue := range rhs.Consts {
185 if lhs.Consts[rhsKey].Type != rhsValue.Type {
188 To: rhsValue.Type,
216 for rhsKey, rhsValue := range rhs.Funcs {
224 To: safeFuncSig(rhsValue.Params),
230 To: safeFuncSig(rhsValue.Returns),
252 for rhsKey, rhsValue := range rhs.Interfaces {
302 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/tools/apidiff/delta/
H A Ddelta.go158 for rhsKey, rhsValue := range rhs.Interfaces {
161 for in, iv := range rhsValue.Methods {
192 for rhsKey, rhsValue := range rhs.Consts {
196 if lhs.Consts[rhsKey].Type != rhsValue.Type {
199 To: rhsValue.Type,
227 for rhsKey, rhsValue := range rhs.Funcs {
235 To: safeFuncSig(rhsValue.Params),
241 To: safeFuncSig(rhsValue.Returns),
263 for rhsKey, rhsValue := range rhs.Interfaces {
313 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/tools/internal/delta/
H A Ddelta.go147 for rhsKey, rhsValue := range rhs.Interfaces {
150 for in, iv := range rhsValue.Methods {
181 for rhsKey, rhsValue := range rhs.Consts {
185 if lhs.Consts[rhsKey].Type != rhsValue.Type {
188 To: rhsValue.Type,
216 for rhsKey, rhsValue := range rhs.Funcs {
224 To: safeFuncSig(rhsValue.Params),
230 To: safeFuncSig(rhsValue.Returns),
252 for rhsKey, rhsValue := range rhs.Interfaces {
302 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/tools/apidiff/delta/
H A Ddelta.go158 for rhsKey, rhsValue := range rhs.Interfaces {
161 for in, iv := range rhsValue.Methods {
192 for rhsKey, rhsValue := range rhs.Consts {
196 if lhs.Consts[rhsKey].Type != rhsValue.Type {
199 To: rhsValue.Type,
227 for rhsKey, rhsValue := range rhs.Funcs {
235 To: safeFuncSig(rhsValue.Params),
241 To: safeFuncSig(rhsValue.Returns),
263 for rhsKey, rhsValue := range rhs.Interfaces {
313 for rhsKey, rhsValue := range rhs.Structs {
[all …]
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/quasilyte/go-ruleguard/ruleguard/
H A Dfilters.go172 func makeTypeSizeConstFilter(src, varname string, op token.Token, rhsValue constant.Value) filterFu…
176 if constant.Compare(lhsValue, op, rhsValue) {
183 func makeValueIntConstFilter(src, varname string, op token.Token, rhsValue constant.Value) filterFu…
189 if constant.Compare(lhsValue, op, rhsValue) {
202 rhsValue := intValueOf(params.ctx.Types, params.subExpr(rhsVarname))
203 if rhsValue == nil {
206 if constant.Compare(lhsValue, op, rhsValue) {
213 func makeTextConstFilter(src, varname string, op token.Token, rhsValue constant.Value) filterFunc {
217 if constant.Compare(lhsValue, op, rhsValue) {
230 rhsValue := constant.MakeString(string(s2))
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/FxpMathOps/Transforms/
H A DLowerUniformRealMath.cpp168 Value rhsValue = rewriter in tryRewriteAffineAddEwIsomorphicSigned() local
176 rhsValue = rewriter.create<ConvertISOp>(info.op->getLoc(), intermediateType, in tryRewriteAffineAddEwIsomorphicSigned()
177 rhsValue); in tryRewriteAffineAddEwIsomorphicSigned()
181 rewriter.create<AddIOp>(info.op->getLoc(), lhsValue, rhsValue); in tryRewriteAffineAddEwIsomorphicSigned()
244 Value rhsValue = rewriter in tryRewriteAffineMulEwSigned() local
252 rhsValue = rewriter.create<ConvertISOp>(info.op->getLoc(), intermediateType, in tryRewriteAffineMulEwSigned()
253 rhsValue); in tryRewriteAffineMulEwSigned()
268 rhsValue = in tryRewriteAffineMulEwSigned()
269 rewriter.create<AddIOp>(info.op->getLoc(), rhsValue, zpOffsetConst); in tryRewriteAffineMulEwSigned()
274 rewriter.create<MulIOp>(info.op->getLoc(), lhsValue, rhsValue); in tryRewriteAffineMulEwSigned()
/dports/net/gscloud/gscloud-0.11.0/vendor/sigs.k8s.io/structured-merge-diff/v4/value/
H A Dmap.go120 var rhsValue Value
123 rhsValue = item
124 defer a.Free(rhsValue)
127 return fn(key, lhsValue, rhsValue)
134 return rhs.IterateUsing(a, func(key string, rhsValue Value) bool {
136 return fn(key, nil, rhsValue)
/dports/security/vault/vault-1.8.2/vendor/sigs.k8s.io/structured-merge-diff/v3/value/
H A Dmap.go120 var rhsValue Value
123 rhsValue = item
124 defer a.Free(rhsValue)
127 return fn(key, lhsValue, rhsValue)
134 return rhs.IterateUsing(a, func(key string, rhsValue Value) bool {
136 return fn(key, nil, rhsValue)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/sigs.k8s.io/structured-merge-diff/v4/value/
H A Dmap.go120 var rhsValue Value
123 rhsValue = item
124 defer a.Free(rhsValue)
127 return fn(key, lhsValue, rhsValue)
134 return rhs.IterateUsing(a, func(key string, rhsValue Value) bool {
136 return fn(key, nil, rhsValue)
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/sigs.k8s.io/structured-merge-diff/v4/value/
H A Dmap.go120 var rhsValue Value
123 rhsValue = item
124 defer a.Free(rhsValue)
127 return fn(key, lhsValue, rhsValue)
134 return rhs.IterateUsing(a, func(key string, rhsValue Value) bool {
136 return fn(key, nil, rhsValue)

123456