Home
last modified time | relevance | path

Searched refs:ParenExpr (Results 1 – 25 of 2785) sorted by relevance

12345678910>>...112

/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunnecessaryparen.cxx99 bool VisitParenExpr(const ParenExpr *);
128 if (auto const e2 = dyn_cast<ParenExpr>( in VisitImplicitCastExpr()
149 bool removeParens(ParenExpr const * expr);
151 std::unordered_set<ParenExpr const *> handled_;
174 bool UnnecessaryParen::VisitParenExpr(const ParenExpr* parenExpr) in VisitParenExpr()
185 if (auto subParenExpr = dyn_cast<ParenExpr>(subExpr)) in VisitParenExpr()
342 auto parenExpr = dyn_cast<ParenExpr>(ignoreAllImplicit(cond)); in VisitSomeStmt()
381 auto parenExpr = dyn_cast<ParenExpr>(ignoreAllImplicit(callExpr->getArg(0))); in VisitCallExpr()
481 auto parenExpr = dyn_cast<ParenExpr>(ignoreAllImplicit(varDecl->getInit())); in VisitVarDecl()
566 if (auto const e1 = dyn_cast<ParenExpr>(e)) { in handleUnreachableCodeConditionParens()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunnecessaryparen.cxx94 bool VisitParenExpr(const ParenExpr *);
122 bool removeParens(ParenExpr const * expr);
124 std::unordered_set<ParenExpr const *> handled_;
147 bool UnnecessaryParen::VisitParenExpr(const ParenExpr* parenExpr) in VisitParenExpr()
158 if (auto subParenExpr = dyn_cast<ParenExpr>(subExpr)) in VisitParenExpr()
315 auto parenExpr = dyn_cast<ParenExpr>(ignoreAllImplicit(cond)); in VisitSomeStmt()
347 auto parenExpr = dyn_cast<ParenExpr>(ignoreAllImplicit(callExpr->getArg(0))); in VisitCallExpr()
403 auto parenExpr = dyn_cast<ParenExpr>(ignoreAllImplicit(callExpr->getArg(1))); in VisitCXXOperatorCallExpr()
440 auto parenExpr = dyn_cast<ParenExpr>(ignoreAllImplicit(varDecl->getInit())); in VisitVarDecl()
520 if (auto const e1 = dyn_cast<ParenExpr>(e)) { in handleUnreachableCodeConditionParens()
[all …]
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/go-critic/go-critic/checkers/
H A Dunderef_checker.go80 func (c *underefChecker) underef(x *ast.ParenExpr) ast.Expr {
85 return &ast.ParenExpr{X: dereferenced}
94 c.underef(expr.X.(*ast.ParenExpr)),
101 c.underef(expr.X.(*ast.ParenExpr)),
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/
H A Dunderef_checker.go80 func (c *underefChecker) underef(x *ast.ParenExpr) ast.Expr {
85 return &ast.ParenExpr{X: dereferenced}
94 c.underef(expr.X.(*ast.ParenExpr)),
101 c.underef(expr.X.(*ast.ParenExpr)),
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/quasilyte/go-ruleguard/nodetag/
H A Dnodetag.go42 ParenExpr const
134 case *ast.ParenExpr:
135 return ParenExpr
245 return ParenExpr
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/go-critic/go-critic/checkers/
H A Dunderef_checker.go80 func (c *underefChecker) underef(x *ast.ParenExpr) ast.Expr {
85 return &ast.ParenExpr{X: dereferenced}
94 c.underef(expr.X.(*ast.ParenExpr)),
101 c.underef(expr.X.(*ast.ParenExpr)),
/dports/devel/bazel-buildtools/buildtools-3.2.1/build/
H A Dwalk_test.go63 if _, ok := stk[len(stk)-1].(*ParenExpr); ok {
70 return &ParenExpr{X: e}
83 if p, ok := e.(*ParenExpr); ok {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/EntitySql/AST/
H A DParenExpr.cs18 internal sealed class ParenExpr : Node class
25 internal ParenExpr(AST.Node expr) in ParenExpr() method in System.Data.Common.EntitySql.AST.ParenExpr
/dports/net-mgmt/prometheus1/prometheus-1.8.2/promql/
H A Dast.go149 type ParenExpr struct { struct
179 func (e *ParenExpr) Type() model.ValueType { return e.Expr.Type() } argument
195 func (*ParenExpr) expr() {} argument
287 case *ParenExpr:
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/promql/
H A Dast.go126 type ParenExpr struct { struct
157 func (e *ParenExpr) Type() ValueType { return e.Expr.Type() } argument
173 func (*ParenExpr) expr() {} argument
270 case *ParenExpr:
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/promql/
H A Dast.go135 type ParenExpr struct { struct
167 func (e *ParenExpr) Type() ValueType { return e.Expr.Type() } argument
184 func (*ParenExpr) expr() {} argument
291 case *ParenExpr:
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/promql/
H A Dast.go135 type ParenExpr struct { struct
167 func (e *ParenExpr) Type() ValueType { return e.Expr.Type() } argument
184 func (*ParenExpr) expr() {} argument
315 case *ParenExpr:
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/query/
H A Dstatement_rewriter.go295 LHS: &influxql.ParenExpr{Expr: condition},
296 RHS: &influxql.ParenExpr{Expr: expr},
354 LHS: &influxql.ParenExpr{Expr: condition},
355 RHS: &influxql.ParenExpr{Expr: expr},
391 LHS: &influxql.ParenExpr{Expr: condition},
392 RHS: &influxql.ParenExpr{Expr: tagExpr},
522 LHS: &influxql.ParenExpr{Expr: scond},
523 RHS: &influxql.ParenExpr{Expr: cond},
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DParentMap.cpp141 do { S = getParent(S); } while (S && isa<ParenExpr>(S)); in getParentIgnoreParens()
149 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S))); in getParentIgnoreParenCasts()
164 while (isa<ParenExpr>(S)) { in getOuterParenParent()
176 while (P && (isa<ParenExpr>(P) || isa<CastExpr>(P) || in isConsumedExpr()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DParentMap.cpp141 do { S = getParent(S); } while (S && isa<ParenExpr>(S)); in getParentIgnoreParens()
149 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S))); in getParentIgnoreParenCasts()
164 while (isa<ParenExpr>(S)) { in getOuterParenParent()
176 while (P && (isa<ParenExpr>(P) || isa<CastExpr>(P) || in isConsumedExpr()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DParentMap.cpp141 do { S = getParent(S); } while (S && isa<ParenExpr>(S)); in getParentIgnoreParens()
149 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S))); in getParentIgnoreParenCasts()
164 while (isa<ParenExpr>(S)) { in getOuterParenParent()
176 while (P && (isa<ParenExpr>(P) || isa<CastExpr>(P) || in isConsumedExpr()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/configs/legacy_promql/
H A Dast.go146 type ParenExpr struct { struct
176 func (e *ParenExpr) Type() ValueType { return e.Expr.Type() } argument
192 func (*ParenExpr) expr() {} argument
305 case *ParenExpr:
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DParentMap.cpp141 do { S = getParent(S); } while (S && isa<ParenExpr>(S)); in getParentIgnoreParens()
149 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S))); in getParentIgnoreParenCasts()
164 while (isa<ParenExpr>(S)) { in getOuterParenParent()
176 while (P && (isa<ParenExpr>(P) || isa<CastExpr>(P) || in isConsumedExpr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DParentMap.cpp141 do { S = getParent(S); } while (S && isa<ParenExpr>(S)); in getParentIgnoreParens()
149 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S))); in getParentIgnoreParenCasts()
164 while (isa<ParenExpr>(S)) { in getOuterParenParent()
176 while (P && (isa<ParenExpr>(P) || isa<CastExpr>(P) || in isConsumedExpr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DParentMap.cpp141 do { S = getParent(S); } while (S && isa<ParenExpr>(S)); in getParentIgnoreParens()
149 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S))); in getParentIgnoreParenCasts()
164 while (isa<ParenExpr>(S)) { in getOuterParenParent()
176 while (P && (isa<ParenExpr>(P) || isa<CastExpr>(P) || in isConsumedExpr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DParentMap.cpp141 do { S = getParent(S); } while (S && isa<ParenExpr>(S)); in getParentIgnoreParens()
149 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S))); in getParentIgnoreParenCasts()
164 while (isa<ParenExpr>(S)) { in getOuterParenParent()
176 while (P && (isa<ParenExpr>(P) || isa<CastExpr>(P) || in isConsumedExpr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DParentMap.cpp141 do { S = getParent(S); } while (S && isa<ParenExpr>(S)); in getParentIgnoreParens()
149 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S))); in getParentIgnoreParenCasts()
164 while (isa<ParenExpr>(S)) { in getOuterParenParent()
176 while (P && (isa<ParenExpr>(P) || isa<CastExpr>(P) || in isConsumedExpr()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/configs/legacy_promql/
H A Dast.go146 type ParenExpr struct { struct
176 func (e *ParenExpr) Type() ValueType { return e.Expr.Type() } argument
192 func (*ParenExpr) expr() {} argument
305 case *ParenExpr:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DParentMap.cpp141 do { S = getParent(S); } while (S && isa<ParenExpr>(S)); in getParentIgnoreParens()
149 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S))); in getParentIgnoreParenCasts()
164 while (isa<ParenExpr>(S)) { in getOuterParenParent()
176 while (P && (isa<ParenExpr>(P) || isa<CastExpr>(P) || in isConsumedExpr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DParentMap.cpp141 do { S = getParent(S); } while (S && isa<ParenExpr>(S)); in getParentIgnoreParens()
149 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S))); in getParentIgnoreParenCasts()
164 while (isa<ParenExpr>(S)) { in getOuterParenParent()
176 while (P && (isa<ParenExpr>(P) || isa<CastExpr>(P) || in isConsumedExpr()

12345678910>>...112