Home
last modified time | relevance | path

Searched refs:ArraySubscriptExpr (Results 1 – 25 of 97) sorted by relevance

1234

/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedArraySubscriptChecker.cpp27 : public Checker< check::PreStmt<ArraySubscriptExpr> > {
31 void checkPreStmt(const ArraySubscriptExpr *A, CheckerContext &C) const;
36 UndefinedArraySubscriptChecker::checkPreStmt(const ArraySubscriptExpr *A, in checkPreStmt()
H A DPointerArithChecker.cpp48 check::PreStmt<ArraySubscriptExpr>, check::PreStmt<CastExpr>,
67 void checkPreStmt(const ArraySubscriptExpr *SubExpr, CheckerContext &C) const;
306 void PointerArithChecker::checkPreStmt(const ArraySubscriptExpr *SubsExpr, in checkPreStmt()
H A DDereferenceChecker.cpp134 const ArraySubscriptExpr *AE = cast<ArraySubscriptExpr>(S); in reportBug()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DComputeDependence.h30 class ArraySubscriptExpr; variable
118 ExprDependence computeDependence(ArraySubscriptExpr *E);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DComputeDependence.h30 class ArraySubscriptExpr; variable
118 ExprDependence computeDependence(ArraySubscriptExpr *E);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DComputeDependence.h30 class ArraySubscriptExpr; variable
117 ExprDependence computeDependence(ArraySubscriptExpr *E);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DComputeDependence.h30 class ArraySubscriptExpr; variable
118 ExprDependence computeDependence(ArraySubscriptExpr *E);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h45 class ArraySubscriptExpr; variable
436 til::SExpr *translateArraySubscriptExpr(const ArraySubscriptExpr *E,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h45 class ArraySubscriptExpr; variable
436 til::SExpr *translateArraySubscriptExpr(const ArraySubscriptExpr *E,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h45 class ArraySubscriptExpr; variable
436 til::SExpr *translateArraySubscriptExpr(const ArraySubscriptExpr *E,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h45 class ArraySubscriptExpr; variable
436 til::SExpr *translateArraySubscriptExpr(const ArraySubscriptExpr *E,
/aosp_15_r20/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1328 ArraySubscriptExpr> arraySubscriptExpr;
3503 AST_MATCHER_P(ArraySubscriptExpr, hasIndex, in AST_MATCHER_P() argument
3520 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument
3622 ArraySubscriptExpr), in AST_POLYMORPHIC_MATCHER_P() argument
3637 ArraySubscriptExpr), in AST_POLYMORPHIC_MATCHER_P() argument
/aosp_15_r20/external/clang/lib/Analysis/
H A DReachableCode.cpp540 const ArraySubscriptExpr *ASE = cast<ArraySubscriptExpr>(S); in GetUnreachableLoc()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
H A DItaniumNodes.def66 NODE(ArraySubscriptExpr)
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/demangle/
H A DItaniumNodes.def70 NODE(ArraySubscriptExpr)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/
DItaniumNodes.def70 NODE(ArraySubscriptExpr)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/
DItaniumNodes.def70 NODE(ArraySubscriptExpr)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Demangle/
DItaniumNodes.def70 NODE(ArraySubscriptExpr)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/
DItaniumNodes.def70 NODE(ArraySubscriptExpr)
/aosp_15_r20/external/clang/lib/AST/
H A DExprClassification.cpp201 if (cast<ArraySubscriptExpr>(E)->getBase()->getType()->isVectorType()) in ClassifyInternal()
202 return ClassifyInternal(Ctx, cast<ArraySubscriptExpr>(E)->getBase()); in ClassifyInternal()
H A DExpr.cpp2012 Loc = cast<ArraySubscriptExpr>(this)->getRBracketLoc(); in isUnusedResultAWarning()
2013 R1 = cast<ArraySubscriptExpr>(this)->getLHS()->getSourceRange(); in isUnusedResultAWarning()
2014 R2 = cast<ArraySubscriptExpr>(this)->getRHS()->getSourceRange(); in isUnusedResultAWarning()
2261 return cast<ArraySubscriptExpr>(E)->getBase()->isOBJCGCCandidate(Ctx); in isOBJCGCCandidate()
3340 if (const ArraySubscriptExpr *ASE = dyn_cast<ArraySubscriptExpr>(E)) in refersToVectorElement()
3896 dyn_cast<ArraySubscriptExpr>(Base->IgnoreParenImpCasts())) { in getBaseOriginalType()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp142 void VisitArraySubscriptExpr(ArraySubscriptExpr *E) { in VisitArraySubscriptExpr()
854 } else if (const ArraySubscriptExpr *sub = dyn_cast<ArraySubscriptExpr>(E)) { in isBlockVarRef()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp69 if (isa<ArraySubscriptExpr>(Expr) || in tryToFixConversion()
/aosp_15_r20/external/bcc/src/cc/frontends/clang/
H A Db_frontend_action.h108 bool VisitArraySubscriptExpr(clang::ArraySubscriptExpr *E);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/modernize/
DLoopConvertUtils.h346 bool TraverseArraySubscriptExpr(ArraySubscriptExpr *E);

1234