Home
last modified time | relevance | path

Searched refs:CS (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp42 void RSASTReplace::ReplaceInCompoundStmt(clang::CompoundStmt *CS) { in ReplaceInCompoundStmt() argument
43 clang::Stmt **UpdatedStmtList = new clang::Stmt*[CS->size()]; in ReplaceInCompoundStmt()
46 clang::CompoundStmt::body_iterator bI = CS->body_begin(); in ReplaceInCompoundStmt()
47 clang::CompoundStmt::body_iterator bE = CS->body_end(); in ReplaceInCompoundStmt()
57 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount)); in ReplaceInCompoundStmt()
77 void RSASTReplace::VisitCompoundStmt(clang::CompoundStmt *CS) { in VisitCompoundStmt() argument
78 VisitStmt(CS); in VisitCompoundStmt()
79 ReplaceInCompoundStmt(CS); in VisitCompoundStmt()
82 void RSASTReplace::VisitCaseStmt(clang::CaseStmt *CS) { in VisitCaseStmt() argument
83 if (matchesStmt(CS->getSubStmt())) { in VisitCaseStmt()
[all …]
Dslang_rs_ast_replace.h56 void ReplaceInCompoundStmt(clang::CompoundStmt *CS);
69 void VisitCompoundStmt(clang::CompoundStmt *CS);
70 void VisitCaseStmt(clang::CaseStmt *CS);
Dslang_rs_object_ref_count.cpp119 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in BuildCompoundStmt() local
124 return CS; in BuildCompoundStmt()
128 clang::CompoundStmt *CS, in AppendAfterStmt() argument
131 slangAssert(CS); in AppendAfterStmt()
132 clang::CompoundStmt::body_iterator bI = CS->body_begin(); in AppendAfterStmt()
133 clang::CompoundStmt::body_iterator bE = CS->body_end(); in AppendAfterStmt()
135 new clang::Stmt*[CS->size() + StmtList.size()]; in AppendAfterStmt()
172 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount)); in AppendAfterStmt()
206 void VisitContinueStmt(clang::ContinueStmt *CS);
229 void DestructorVisitor::VisitContinueStmt(clang::ContinueStmt *CS) { in VisitContinueStmt() argument
[all …]
Dslang_rs_object_ref_count.h58 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { in Scope() argument
201 void VisitCompoundStmt(clang::CompoundStmt *CS);
/frameworks/compile/libbcc/lib/Renderscript/
DRSX86CallConvPass.cpp143 void ReplaceCallInsn(llvm::CallSite &CS, in ReplaceCallInsn() argument
147 llvm::CallInst *CI = llvm::cast<llvm::CallInst>(CS.getInstruction()); in ReplaceCallInsn()
148 std::vector<llvm::Value *> Args(CS.arg_begin(), CS.arg_end()); in ReplaceCallInsn()
198 llvm::CallSite CS(OrigFn->user_back()); in runOnModule() local
199 ReplaceCallInsn(CS, NewFn, ArgsToDeref); in runOnModule()
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java86 static final short CS = vr("CS"); field in LoaderDicom
108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT
/frameworks/opt/net/ims/
DREADME.txt10 - 3GPP TS 26.111 : Codec for CS multimedia telephony service (H.324)
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
/frameworks/base/docs/html/ndk/reference/
Dgroup___input.jd1964 <p>CS key. Switches to CS digital satellite broadcasting service available in Japan. </p>
1967 <p>BS/CS key. Toggles between BS and CS digital satellite services. </p>