Searched refs:CS (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp42 void RSASTReplace::ReplaceInCompoundStmt(clang::CompoundStmt *CS) { argument
43 clang::Stmt **UpdatedStmtList = new clang::Stmt*[CS->size()];
46 clang::CompoundStmt::body_iterator bI = CS->body_begin();
47 clang::CompoundStmt::body_iterator bE = CS->body_end();
57 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount));
77 void RSASTReplace::VisitCompoundStmt(clang::CompoundStmt *CS) { argument
78 VisitStmt(CS);
79 ReplaceInCompoundStmt(CS);
82 void RSASTReplace::VisitCaseStmt(clang::CaseStmt *CS) { argument
83 if (matchesStmt(CS
[all...]
H A Dslang_rs_ast_replace.h56 void ReplaceInCompoundStmt(clang::CompoundStmt *CS);
69 void VisitCompoundStmt(clang::CompoundStmt *CS);
70 void VisitCaseStmt(clang::CaseStmt *CS);
H A Dslang_rs_object_ref_count.h59 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { argument
283 void VisitCompoundStmt(clang::CompoundStmt *CS);
H A Dslang_rs_object_ref_count.cpp118 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( local
123 return CS;
127 clang::CompoundStmt *CS,
130 slangAssert(CS);
131 clang::CompoundStmt::body_iterator bI = CS->body_begin();
132 clang::CompoundStmt::body_iterator bE = CS->body_end();
134 new clang::Stmt*[CS->size() + StmtList.size()];
171 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount));
205 void VisitContinueStmt(clang::ContinueStmt *CS);
228 void DestructorVisitor::VisitContinueStmt(clang::ContinueStmt *CS) { argument
126 AppendAfterStmt(clang::ASTContext &C, clang::CompoundStmt *CS, clang::Stmt *S, std::list<clang::Stmt*> &StmtList) argument
669 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( local
1245 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd()); local
1627 VisitCompoundStmt(clang::CompoundStmt *CS) argument
1775 clang::CompoundStmt *CS = BuildCompoundStmt(mCtx, StmtList, loc); local
[all...]
/frameworks/compile/libbcc/lib/
H A DRSX86CallConvPass.cpp143 void ReplaceCallInsn(llvm::CallSite &CS, argument
147 llvm::CallInst *CI = llvm::cast<llvm::CallInst>(CS.getInstruction());
148 std::vector<llvm::Value *> Args(CS.arg_begin(), CS.arg_end());
198 llvm::CallSite CS(OrigFn->user_back());
199 ReplaceCallInsn(CS, NewFn, ArgsToDeref);
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java86 static final short CS = vr("CS"); field in class:LoaderDicom
108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 151 milliseconds