HomeSort by relevance Sort by last modified time
    Searched refs:ArraySubscriptExpr (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedArraySubscriptChecker.cpp 27 : public Checker< check::PreStmt<ArraySubscriptExpr> > {
31 void checkPreStmt(const ArraySubscriptExpr *A, CheckerContext &C) const;
36 UndefinedArraySubscriptChecker::checkPreStmt(const ArraySubscriptExpr *A,
DereferenceChecker.cpp 127 const ArraySubscriptExpr *AE = cast<ArraySubscriptExpr>(S);
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 69 if (isa<ArraySubscriptExpr>(Expr) ||
  /external/clang/lib/AST/
ExprClassification.cpp 194 if (cast<ArraySubscriptExpr>(E)->getBase()->getType()->isVectorType())
195 return ClassifyInternal(Ctx, cast<ArraySubscriptExpr>(E)->getBase());
Expr.cpp     [all...]
StmtProfile.cpp 487 void StmtProfiler::VisitArraySubscriptExpr(const ArraySubscriptExpr *S) {
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Analysis/
ReachableCode.cpp 540 const ArraySubscriptExpr *ASE = cast<ArraySubscriptExpr>(S);
ThreadSafetyCommon.cpp 126 return translateArraySubscriptExpr(cast<ArraySubscriptExpr>(S), Ctx);
383 SExprBuilder::translateArraySubscriptExpr(const ArraySubscriptExpr *E,
ThreadSafety.cpp 413 } else if (const ArraySubscriptExpr *ASE =
414 dyn_cast<ArraySubscriptExpr>(Exp)) {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 830 /// arraySubscriptExpr()
834 ArraySubscriptExpr> arraySubscriptExpr;
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 281 til::SExpr *translateArraySubscriptExpr(const ArraySubscriptExpr *E,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 319 void VisitLvalArraySubscriptExpr(const ArraySubscriptExpr *Ex,
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 136 void VisitArraySubscriptExpr(ArraySubscriptExpr *E) {
835 } else if (const ArraySubscriptExpr *sub = dyn_cast<ArraySubscriptExpr>(E)) {
    [all...]
CGExpr.cpp 753 if (SanOpts->ArrayBounds && isa<ArraySubscriptExpr>(E))
754 LV = EmitArraySubscriptExpr(cast<ArraySubscriptExpr>(E), /*Accessed*/true);
    [all...]
CGExprScalar.cpp 260 Value *VisitArraySubscriptExpr(ArraySubscriptExpr *E);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 484 const ArraySubscriptExpr *ASE;
485 while ((ASE = dyn_cast<ArraySubscriptExpr>(Init)))
    [all...]
BugReporterVisitors.cpp 73 else if (const ArraySubscriptExpr *AE = dyn_cast<ArraySubscriptExpr>(E)) {
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 537 VISIT(ArraySubscriptExpr);
645 DECL_VISIT_EXPR(ArraySubscriptExpr) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 891 if (isa<ArraySubscriptExpr>(Expr) ||
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 473 // (ArraySubscriptExpr 'rs_font':'rs_font'
558 new(C) clang::ArraySubscriptExpr(RefRSArrPtr,
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 584 void ASTStmtReader::VisitArraySubscriptExpr(ArraySubscriptExpr *E) {
    [all...]

Completed in 434 milliseconds

1 2