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

1 2

  /external/clang/include/clang/Analysis/Visitors/
CFGRecStmtVisitor.h 43 CONDVAR_CASE(ForStmt)
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 94 constexpr int ForStmt() {
  /frameworks/compile/slang/
slang_rs_ast_replace.h 74 void VisitForStmt(clang::ForStmt *FS);
slang_rs_ast_replace.cpp 115 void RSASTReplace::VisitForStmt(clang::ForStmt *FS) {
slang_rs_object_ref_count.cpp 258 void VisitForStmt(clang::ForStmt *FS);
329 void DestructorVisitor::VisitForStmt(clang::ForStmt *FS) {
473 // (ForStmt
594 clang::ForStmt *DestructorLoop =
595 new(C) clang::ForStmt(C,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 69 void VisitForStmt(ForStmt *S);
82 void checkLoopConditionForFloat(const ForStmt *FS);
162 void WalkAST::VisitForStmt(ForStmt *FS) {
209 void WalkAST::checkLoopConditionForFloat(const ForStmt *FS) {
MallocOverflowSecurityChecker.cpp 178 void VisitForStmt(ForStmt *S) {
  /external/clang/lib/AST/
ParentMap.cpp 163 return DirectChild == cast<ForStmt>(P)->getCond();
Stmt.cpp 861 ForStmt::ForStmt(ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar,
873 VarDecl *ForStmt::getConditionVariable() const {
881 void ForStmt::setConditionVariable(ASTContext &C, VarDecl *V) {
    [all...]
StmtPrinter.cpp 276 void StmtPrinter::VisitForStmt(ForStmt *Node) {
    [all...]
StmtProfile.cpp 136 void StmtProfiler::VisitForStmt(const ForStmt *S) {
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 753 const internal::VariadicDynCastAllOfMatcher<Stmt, ForStmt> forStmt;
767 /// forStmt(hasIncrement(unaryOperator(hasOperatorName("++"))))
772 AST_MATCHER_P(ForStmt, hasIncrement, internal::Matcher<Stmt>,
782 /// forStmt(hasLoopInit(declStmt()))
787 AST_MATCHER_P(ForStmt, hasLoopInit, internal::Matcher<Stmt>,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 455 if (cast<ForStmt>(Parent)->getBody() == S)
480 // case the ForStmt is the context.
496 if (const ForStmt *FS =
497 dyn_cast_or_null<ForStmt>(P.getParentIgnoreParens(S))) {
    [all...]
CoreEngine.cpp 388 HandleBranch(cast<ForStmt>(Term)->getCond(), Term, B, Pred);
  /external/clang/include/clang/AST/
Stmt.h 445 /// and declarations (variables, types). Another example is ForStmt, where
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 283 bool VisitForStmt(ForStmt *S) {
  /external/v8/tools/gcmole/
gcmole.cc 894 VISIT(ForStmt);
1041 DECL_VISIT_STMT(ForStmt) {
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 377 CFGBlock *VisitForStmt(ForStmt *F);
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
AnalysisBasedWarnings.cpp 578 Range = cast<ForStmt>(Term)->getCond()->getSourceRange();
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 130 case Stmt::ForStmtClass: EmitForStmt(cast<ForStmt>(*S)); break;
575 void CodeGenFunction::EmitForStmt(const ForStmt &S) {
    [all...]
CodeGenFunction.cpp 667 isa<ForStmt>(S))
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 226 void ASTStmtReader::VisitForStmt(ForStmt *S) {
    [all...]

Completed in 76 milliseconds

1 2