Searched refs:UnrollLoopsCheck (Results 1 – 6 of 6) sorted by relevance
24 UnrollLoopsCheck::UnrollLoopsCheck(StringRef Name, ClangTidyContext *Context) in UnrollLoopsCheck() function in clang::tidy::altera::UnrollLoopsCheck28 void UnrollLoopsCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()40 void UnrollLoopsCheck::check(const MatchFinder::MatchResult &Result) { in check()81 enum UnrollLoopsCheck::UnrollType82 UnrollLoopsCheck::unrollType(const Stmt *Statement, ASTContext *Context) { in unrollType()113 bool UnrollLoopsCheck::hasKnownBounds(const Stmt *Statement, in hasKnownBounds()152 const Expr *UnrollLoopsCheck::getCondExpr(const Stmt *Statement) { in getCondExpr()164 bool UnrollLoopsCheck::hasLargeNumIterations(const Stmt *Statement, in hasLargeNumIterations()233 bool UnrollLoopsCheck::extractValue(int &Value, const BinaryOperator *Op, in extractValue()251 bool UnrollLoopsCheck::exprHasLargeNumIterations(const Expr *Expression, in exprHasLargeNumIterations()[all …]
27 class UnrollLoopsCheck : public ClangTidyCheck {29 UnrollLoopsCheck(StringRef Name, ClangTidyContext *Context);
12 UnrollLoopsCheck.cpp
35 CheckFactories.registerCheck<UnrollLoopsCheck>("altera-unroll-loops"); in addCheckFactories()
20 "UnrollLoopsCheck.cpp",
846 clang-tools-extra/clang-tidy/altera/UnrollLoopsCheck.cpp847 clang-tools-extra/clang-tidy/altera/UnrollLoopsCheck.h