Home
last modified time | relevance | path

Searched refs:ArrayInitLoopExpr (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h309 virtual const ArrayInitLoopExpr *getArrayInitLoop() const { return nullptr; } in getArrayInitLoop()
329 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
332 return dyn_cast<ArrayInitLoopExpr>(Var->getInit()); in getArrayInitLoop()
402 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
403 return dyn_cast<ArrayInitLoopExpr>(I->getInit()); in getArrayInitLoop()
711 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
712 return dyn_cast_or_null<ArrayInitLoopExpr>(getInitializer()); in getArrayInitLoop()
H A DCFG.h1466 Expr *extractElementInitializerFromNestedAILE(const ArrayInitLoopExpr *AILE);
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h43 class ArrayInitLoopExpr; variable
132 ExprDependence computeDependence(ArrayInitLoopExpr *E);
H A DExpr.h5896 class ArrayInitLoopExpr : public Expr {
5899 explicit ArrayInitLoopExpr(EmptyShell Empty) in ArrayInitLoopExpr() function
5903 explicit ArrayInitLoopExpr(QualType T, Expr *CommonInit, Expr *ElementInit) in ArrayInitLoopExpr() function
H A DASTContext.h3047 getArrayInitLoopExprElementCount(const ArrayInitLoopExpr *AILE) const;
H A DRecursiveASTVisitor.h2859 DEF_TRAVERSE_STMT(ArrayInitLoopExpr, {
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp652 CFGBlock *VisitArrayInitLoopExpr(ArrayInitLoopExpr *A, AddStmtChoice asc);
1448 clang::extractElementInitializerFromNestedAILE(const ArrayInitLoopExpr *AILE) { in extractElementInitializerFromNestedAILE()
1453 while (const auto *E = dyn_cast<ArrayInitLoopExpr>(AILEInit)) in extractElementInitializerFromNestedAILE()
1824 dyn_cast<ArrayInitLoopExpr>(Init)); in addInitializer()
2497 return VisitArrayInitLoopExpr(cast<ArrayInitLoopExpr>(S), asc); in Visit()
3127 const auto *AILE = dyn_cast_or_null<ArrayInitLoopExpr>(Init); in VisitDeclSubExpr()
3549 dyn_cast<ArrayInitLoopExpr>(Init)); in VisitLambdaExpr()
4104 CFGBlock *CFGBuilder::VisitArrayInitLoopExpr(ArrayInitLoopExpr *A, in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp189 void VisitArrayInitLoopExpr(const ArrayInitLoopExpr *E,
1991 void AggExprEmitter::VisitArrayInitLoopExpr(const ArrayInitLoopExpr *E, in VisitArrayInitLoopExpr()
2013 ArrayInitLoopExpr *InnerLoop = dyn_cast<ArrayInitLoopExpr>(E->getSubExpr()); in VisitArrayInitLoopExpr()
H A DCoverageMappingGen.cpp2373 void VisitArrayInitLoopExpr(const ArrayInitLoopExpr *AILE) { in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td96 def ArrayInitLoopExpr : StmtNode<Expr>;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp788 bool VisitArrayInitLoopExpr(const ArrayInitLoopExpr *AILE) { in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h449 void VisitArrayInitLoopExpr(const ArrayInitLoopExpr *Ex, ExplodedNode *Pred,
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h165 bool VisitArrayInitLoopExpr(const ArrayInitLoopExpr *E);
H A DCompiler.cpp2329 bool Compiler<Emitter>::VisitArrayInitLoopExpr(const ArrayInitLoopExpr *E) { in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp238 ExprDependence clang::computeDependence(ArrayInitLoopExpr *E) { in computeDependence()
H A DStmtProfile.cpp1622 void StmtProfiler::VisitArrayInitLoopExpr(const ArrayInitLoopExpr *S) { in VisitArrayInitLoopExpr()
H A DStmtPrinter.cpp1915 void StmtPrinter::VisitArrayInitLoopExpr(ArrayInitLoopExpr *Node) { in VisitArrayInitLoopExpr()
H A DASTImporter.cpp689 ExpectedStmt VisitArrayInitLoopExpr(ArrayInitLoopExpr *E);
9115 ExpectedStmt ASTNodeImporter::VisitArrayInitLoopExpr(ArrayInitLoopExpr *E) { in VisitArrayInitLoopExpr()
9123 return new (Importer.getToContext()) ArrayInitLoopExpr( in VisitArrayInitLoopExpr()
H A DASTContext.cpp8032 const ArrayInitLoopExpr *AILE) const { in getArrayInitLoopExprElementCount()
8040 AILE = dyn_cast<ArrayInitLoopExpr>(AILE->getSubExpr()); in getArrayInitLoopExprElementCount()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp584 if (const auto *AILE = dyn_cast_or_null<ArrayInitLoopExpr>(Init)) in addObjectUnderConstruction()
1917 VisitArrayInitLoopExpr(cast<ArrayInitLoopExpr>(S), Pred, Dst); in Visit()
3331 void ExprEngine::VisitArrayInitLoopExpr(const ArrayInitLoopExpr *Ex, in VisitArrayInitLoopExpr()
H A DExprEngineCXX.cpp525 const ArrayInitLoopExpr *AILE, in bindRequiredArrayElementToEnvironment()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp917 const internal::VariadicDynCastAllOfMatcher<Stmt, ArrayInitLoopExpr>
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1306 void ASTStmtReader::VisitArrayInitLoopExpr(ArrayInitLoopExpr *E) { in VisitArrayInitLoopExpr()
3363 S = new (Context) ArrayInitLoopExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1247 void ASTStmtWriter::VisitArrayInitLoopExpr(ArrayInitLoopExpr *E) { in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2041 extern const internal::VariadicDynCastAllOfMatcher<Stmt, ArrayInitLoopExpr>

12