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

1 2

  /frameworks/compile/slang/
slang_rs_ast_replace.h 78 void VisitWhileStmt(clang::WhileStmt *WS);
slang_rs_ast_replace.cpp 158 void RSASTReplace::VisitWhileStmt(clang::WhileStmt *WS) {
slang_rs_object_ref_count.cpp 263 void VisitWhileStmt(clang::WhileStmt *WS);
359 void DestructorVisitor::VisitWhileStmt(clang::WhileStmt *WS) {
    [all...]
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 112 bool VisitWhileStmt(WhileStmt *S) {
Transforms.cpp 273 bool VisitWhileStmt(WhileStmt *S) {
  /external/clang/lib/AST/
ParentMap.cpp 185 return DirectChild == cast<WhileStmt>(P)->getCond();
Stmt.cpp 917 WhileStmt::WhileStmt(ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body,
926 VarDecl *WhileStmt::getConditionVariable() const {
934 void WhileStmt::setConditionVariable(ASTContext &C, VarDecl *V) {
    [all...]
StmtPrinter.cpp 250 void StmtPrinter::VisitWhileStmt(WhileStmt *Node) {
    [all...]
StmtProfile.cpp 127 void StmtProfiler::VisitWhileStmt(const WhileStmt *S) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 175 void VisitWhileStmt(WhileStmt *S) {
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 441 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...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 879 /// whileStmt()
881 const internal::VariadicDynCastAllOfMatcher<Stmt, WhileStmt> whileStmt;
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 902 VISIT(WhileStmt);
1023 DECL_VISIT_STMT(WhileStmt) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 904 VISIT(WhileStmt);
1025 DECL_VISIT_STMT(WhileStmt) {
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 403 CFGBlock *VisitWhileStmt(WhileStmt *W);
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 130 case Stmt::WhileStmtClass: EmitWhileStmt(cast<WhileStmt>(*S)); break;
492 void CodeGenFunction::EmitWhileStmt(const WhileStmt &S) {
    [all...]
CodeGenFunction.cpp 783 if (isa<SwitchStmt>(S) || isa<WhileStmt>(S) || isa<DoStmt>(S) ||
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 571 Range = cast<WhileStmt>(Term)->getCond()->getSourceRange();
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 217 void ASTStmtReader::VisitWhileStmt(WhileStmt *S) {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]

Completed in 433 milliseconds

1 2