Home
last modified time | relevance | path

Searched defs:CS (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp42 void RSASTReplace::ReplaceInCompoundStmt(clang::CompoundStmt *CS) { in ReplaceInCompoundStmt()
77 void RSASTReplace::VisitCompoundStmt(clang::CompoundStmt *CS) { in VisitCompoundStmt()
82 void RSASTReplace::VisitCaseStmt(clang::CaseStmt *CS) { in VisitCaseStmt()
Dslang_rs_object_ref_count.cpp119 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in BuildCompoundStmt() local
128 clang::CompoundStmt *CS, in AppendAfterStmt()
229 void DestructorVisitor::VisitContinueStmt(clang::ContinueStmt *CS) { in VisitContinueStmt()
670 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in ClearStructRSObject() local
1001 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in CreateStructRSSetObject() local
1224 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd()); in InsertLocalVarDestructors() local
1507 void RSObjectRefCount::VisitCompoundStmt(clang::CompoundStmt *CS) { in VisitCompoundStmt()
1630 clang::CompoundStmt *CS = BuildCompoundStmt(mCtx, StmtList, loc); in CreateStaticGlobalDtor() local
Dslang_rs_object_ref_count.h58 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { in Scope()
/frameworks/compile/libbcc/lib/Renderscript/
DRSX86CallConvPass.cpp143 void ReplaceCallInsn(llvm::CallSite &CS, in ReplaceCallInsn()
198 llvm::CallSite CS(OrigFn->user_back()); in runOnModule() local
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java86 static final short CS = vr("CS"); field in LoaderDicom