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.cpp118 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in BuildCompoundStmt() local
127 clang::CompoundStmt *CS, in AppendAfterStmt()
228 void DestructorVisitor::VisitContinueStmt(clang::ContinueStmt *CS) { in VisitContinueStmt()
671 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in ClearStructRSObject() local
1006 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in CreateStructRSSetObject() local
1247 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd()); in InsertLocalVarDestructors() local
1631 void RSObjectRefCount::VisitCompoundStmt(clang::CompoundStmt *CS) { in VisitCompoundStmt()
1779 clang::CompoundStmt *CS = BuildCompoundStmt(mCtx, StmtList, loc); in CreateStaticGlobalDtor() local
Dslang_rs_object_ref_count.h59 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { in Scope()
/frameworks/compile/libbcc/lib/
DRSX86CallConvPass.cpp143 void ReplaceCallInsn(llvm::CallSite &CS, in ReplaceCallInsn()
198 llvm::CallSite CS(OrigFn->user_back()); in runOnModule() local
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java86 static final short CS = vr("CS"); field in LoaderDicom