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

1 2

  /frameworks/compile/slang/
slang_rs_ast_replace.h 77 void VisitWhileStmt(clang::WhileStmt *WS);
slang_rs_ast_replace.cpp 147 void RSASTReplace::VisitWhileStmt(clang::WhileStmt *WS) {
slang_rs_object_ref_count.cpp 263 void VisitWhileStmt(clang::WhileStmt *WS);
346 void DestructorVisitor::VisitWhileStmt(clang::WhileStmt *WS) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 385 const WhileStmt *WStmt1 = cast<WhileStmt>(Stmt1);
386 const WhileStmt *WStmt2 = cast<WhileStmt>(Stmt2);
MallocOverflowSecurityChecker.cpp 175 void VisitWhileStmt(WhileStmt *S) {
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 111 bool VisitWhileStmt(WhileStmt *S) {
Transforms.cpp 278 bool VisitWhileStmt(WhileStmt *S) {
  /external/clang/lib/AST/
ParentMap.cpp 185 return DirectChild == cast<WhileStmt>(P)->getCond();
Stmt.cpp 915 WhileStmt::WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body,
924 VarDecl *WhileStmt::getConditionVariable() const {
932 void WhileStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
    [all...]
StmtPrinter.cpp 237 void StmtPrinter::VisitWhileStmt(WhileStmt *Node) {
    [all...]
StmtProfile.cpp 126 void StmtProfiler::VisitWhileStmt(const WhileStmt *S) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 235 WhileStmt,
318 return PGOHash::WhileStmt;
472 void VisitWhileStmt(const WhileStmt *S) {
    [all...]
CGStmt.cpp 131 case Stmt::WhileStmtClass: EmitWhileStmt(cast<WhileStmt>(*S)); break;
432 EmitWhileStmt(cast<WhileStmt>(*SubStmt), S.getAttrs());
629 void CodeGenFunction::EmitWhileStmt(const WhileStmt &S,
    [all...]
CodeGenFunction.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 973 /// whileStmt()
975 const internal::VariadicDynCastAllOfMatcher<Stmt, WhileStmt> whileStmt;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 477 if (cast<WhileStmt>(Parent)->getCond() != S)
    [all...]
CoreEngine.cpp 441 HandleBranch(cast<WhileStmt>(Term)->getCond(), Term, B, Pred);
  /external/clang/include/clang/AST/
Stmt.h     [all...]
DataRecursiveASTVisitor.h     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 885 VISIT(WhileStmt);
1006 DECL_VISIT_STMT(WhileStmt) {
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 406 CFGBlock *VisitWhileStmt(WhileStmt *W);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 770 Range = cast<WhileStmt>(Term)->getCond()->getSourceRange();
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 217 void ASTStmtReader::VisitWhileStmt(WhileStmt *S) {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 1240 milliseconds

1 2