Searched defs:CS (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
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/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_object_ref_count.h58 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { argument
201 void VisitCompoundStmt(clang::CompoundStmt *CS);
H A Dslang_rs_object_ref_count.cpp119 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( local
124 return CS;
128 clang::CompoundStmt *CS,
131 slangAssert(CS);
132 clang::CompoundStmt::body_iterator bI = CS->body_begin();
133 clang::CompoundStmt::body_iterator bE = CS->body_end();
135 new clang::Stmt*[CS->size() + StmtList.size()];
172 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount));
206 void VisitContinueStmt(clang::ContinueStmt *CS);
229 void DestructorVisitor::VisitContinueStmt(clang::ContinueStmt *CS) { argument
127 AppendAfterStmt(clang::ASTContext &C, clang::CompoundStmt *CS, clang::Stmt *S, std::list<clang::Stmt*> &StmtList) argument
670 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( local
1224 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd()); local
1507 VisitCompoundStmt(clang::CompoundStmt *CS) argument
1630 clang::CompoundStmt *CS = BuildCompoundStmt(mCtx, StmtList, loc); local
[all...]
/frameworks/rs/java/tests/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 1792 milliseconds