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

1 2

  /external/clang/include/clang/Analysis/Visitors/
CFGRecStmtVisitor.h 45 CONDVAR_CASE(WhileStmt)
  /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 266 void VisitWhileStmt(clang::WhileStmt *WS);
362 void DestructorVisitor::VisitWhileStmt(clang::WhileStmt *WS) {
    [all...]
  /external/clang/lib/AST/
ParentMap.cpp 117 return DirectChild == cast<WhileStmt>(P)->getCond();
Stmt.cpp 767 WhileStmt::WhileStmt(ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body,
776 VarDecl *WhileStmt::getConditionVariable() const {
784 void WhileStmt::setConditionVariable(ASTContext &C, VarDecl *V) {
StmtProfile.cpp 127 void StmtProfiler::VisitWhileStmt(const WhileStmt *S) {
StmtPrinter.cpp 242 void StmtPrinter::VisitWhileStmt(WhileStmt *Node) {
    [all...]
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 111 bool VisitWhileStmt(WhileStmt *S) {
Transforms.cpp 212 bool VisitWhileStmt(WhileStmt *S) {
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 175 void VisitWhileStmt(WhileStmt *S) {
  /external/clang/include/clang/AST/
Stmt.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 341 if (cast<WhileStmt>(Parent)->getCond() != S)
    [all...]
CoreEngine.cpp 435 HandleBranch(cast<WhileStmt>(Term)->getCond(), Term, B, Pred);
  /external/v8/tools/gcmole/
gcmole.cc 904 VISIT(WhileStmt);
1025 DECL_VISIT_STMT(WhileStmt) {
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 361 CFGBlock *VisitWhileStmt(WhileStmt *W);
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 128 case Stmt::WhileStmtClass: EmitWhileStmt(cast<WhileStmt>(*S)); break;
441 void CodeGenFunction::EmitWhileStmt(const WhileStmt &S) {
    [all...]
CodeGenFunction.cpp 519 if (isa<SwitchStmt>(S) || isa<WhileStmt>(S) || isa<DoStmt>(S) ||
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 204 void ASTStmtReader::VisitWhileStmt(WhileStmt *S) {
    [all...]
ASTWriterStmt.cpp 141 void ASTStmtWriter::VisitWhileStmt(WhileStmt *S) {
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 624 milliseconds

1 2