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

1 2

  /external/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp 30 return cast<WhileStmt>(LoopStmt)->getCond();
43 assert(isa<ForStmt>(LoopStmt) || isa<WhileStmt>(LoopStmt) ||
BugReporter.cpp 477 if (cast<WhileStmt>(Parent)->getCond() != S)
    [all...]
CoreEngine.cpp 447 HandleBranch(cast<WhileStmt>(Term)->getCond(), Term, B, Pred);
  /frameworks/compile/slang/
slang_rs_ast_replace.h 78 void VisitWhileStmt(clang::WhileStmt *WS);
slang_rs_ast_replace.cpp 159 void RSASTReplace::VisitWhileStmt(clang::WhileStmt *WS) {
slang_rs_object_ref_count.cpp 211 void VisitWhileStmt(clang::WhileStmt *WS);
259 void DestructorVisitor::VisitWhileStmt(clang::WhileStmt *WS) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 404 const WhileStmt *WStmt1 = cast<WhileStmt>(Stmt1);
405 const WhileStmt *WStmt2 = cast<WhileStmt>(Stmt2);
MallocOverflowSecurityChecker.cpp 243 void VisitWhileStmt(WhileStmt *S) {
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 109 bool VisitWhileStmt(WhileStmt *S) {
Transforms.cpp 274 bool VisitWhileStmt(WhileStmt *S) {
  /external/clang/lib/AST/
ParentMap.cpp 185 return DirectChild == cast<WhileStmt>(P)->getCond();
Stmt.cpp 851 WhileStmt::WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body,
860 VarDecl *WhileStmt::getConditionVariable() const {
868 void WhileStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
    [all...]
StmtPrinter.cpp 238 void StmtPrinter::VisitWhileStmt(WhileStmt *Node) {
    [all...]
StmtProfile.cpp 127 void StmtProfiler::VisitWhileStmt(const WhileStmt *S) {
    [all...]
ASTImporter.cpp 186 Stmt *VisitWhileStmt(WhileStmt *S);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 76 WhileStmt,
159 return PGOHash::WhileStmt;
324 void VisitWhileStmt(const WhileStmt *S) {
CGStmt.cpp 135 case Stmt::WhileStmtClass: EmitWhileStmt(cast<WhileStmt>(*S)); break;
498 EmitWhileStmt(cast<WhileStmt>(*SubStmt), S.getAttrs());
613 void CodeGenFunction::EmitWhileStmt(const WhileStmt &S,
    [all...]
CoverageMappingGen.cpp 623 void VisitWhileStmt(const WhileStmt *S) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 885 VISIT(WhileStmt);
1006 DECL_VISIT_STMT(WhileStmt) {
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 484 CFGBlock *VisitWhileStmt(WhileStmt *W);
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 217 void ASTStmtReader::VisitWhileStmt(WhileStmt *S) {
    [all...]

Completed in 100 milliseconds

1 2