Home
last modified time | relevance | path

Searched refs:IgnoreParenNoopCasts (Results 51 – 75 of 137) sorted by relevance

123456

/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGExprAgg.cpp686 op = op->IgnoreParenNoopCasts(ctx); in findPeephole()
1877 E = E->IgnoreParenNoopCasts(CGF.getContext()); in GetNumNonZeroBytesInInit()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExprAgg.cpp690 op = op->IgnoreParenNoopCasts(ctx); in findPeephole()
1885 E = E->IgnoreParenNoopCasts(CGF.getContext()); in GetNumNonZeroBytesInInit()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExprAgg.cpp690 op = op->IgnoreParenNoopCasts(ctx); in findPeephole()
1885 E = E->IgnoreParenNoopCasts(CGF.getContext()); in GetNumNonZeroBytesInInit()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp690 op = op->IgnoreParenNoopCasts(ctx); in findPeephole()
1885 E = E->IgnoreParenNoopCasts(CGF.getContext()); in GetNumNonZeroBytesInInit()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGExprAgg.cpp686 op = op->IgnoreParenNoopCasts(ctx); in findPeephole()
1877 E = E->IgnoreParenNoopCasts(CGF.getContext()); in GetNumNonZeroBytesInInit()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExprAgg.cpp690 op = op->IgnoreParenNoopCasts(ctx); in findPeephole()
1885 E = E->IgnoreParenNoopCasts(CGF.getContext()); in GetNumNonZeroBytesInInit()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGExprAgg.cpp690 op = op->IgnoreParenNoopCasts(ctx); in findPeephole()
1885 E = E->IgnoreParenNoopCasts(CGF.getContext()); in GetNumNonZeroBytesInInit()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h850 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
851 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
852 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h875 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
876 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
877 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DExpr.h875 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
876 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
877 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h795 Expr *IgnoreParenNoopCasts(ASTContext &Ctx) LLVM_READONLY;
834 const Expr *IgnoreParenNoopCasts(ASTContext &Ctx) const LLVM_READONLY { in IgnoreParenNoopCasts() function
835 return const_cast<Expr*>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h789 Expr *IgnoreParenNoopCasts(ASTContext &Ctx) LLVM_READONLY;
828 const Expr *IgnoreParenNoopCasts(ASTContext &Ctx) const LLVM_READONLY {
829 return const_cast<Expr*>(this)->IgnoreParenNoopCasts(Ctx);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DExpr.h916 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
917 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
918 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h910 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
911 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
912 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DExpr.h912 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
913 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
914 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h896 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
897 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
898 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DExpr.h904 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
905 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
906 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h910 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
911 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
912 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DExpr.h912 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
913 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
914 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DExpr.h910 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
911 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
912 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DExpr.h912 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
913 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
914 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h910 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
911 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
912 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DExpr.h910 Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;
911 const Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) const { in IgnoreParenNoopCasts() function
912 return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx); in IgnoreParenNoopCasts()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DExprCXX.cpp151 const Expr *E = getExprOperand()->IgnoreParenNoopCasts(Context); in isMostDerived()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DExprCXX.cpp151 const Expr *E = getExprOperand()->IgnoreParenNoopCasts(Context); in isMostDerived()

123456