HomeSort by relevance Sort by last modified time
    Searched refs:UpdatedStmtCount (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 45 unsigned UpdatedStmtCount = 0;
51 UpdatedStmtList[UpdatedStmtCount++] = mNewStmt;
53 UpdatedStmtList[UpdatedStmtCount++] = *bI;
57 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount));
slang_rs_object_ref_count.cpp 137 unsigned UpdatedStmtCount = 0;
149 UpdatedStmtList[UpdatedStmtCount++] = *bI;
156 UpdatedStmtList[UpdatedStmtCount++] = *I;
168 UpdatedStmtList[UpdatedStmtCount++] = *I;
172 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount));
    [all...]

Completed in 1843 milliseconds