Home
last modified time | relevance | path

Searched refs: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() 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, 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_object_ref_count.cpp111 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in BuildCompoundStmt() local
116 return CS; in BuildCompoundStmt()
120 clang::CompoundStmt *CS, in AppendAfterStmt() argument
123 slangAssert(CS); in AppendAfterStmt()
124 clang::CompoundStmt::body_iterator bI = CS->body_begin(); in AppendAfterStmt()
125 clang::CompoundStmt::body_iterator bE = CS->body_end(); in AppendAfterStmt()
127 new clang::Stmt*[CS->size() + StmtList.size()]; in AppendAfterStmt()
164 CS->setStmts(C, UpdatedStmtList, UpdatedStmtCount); in AppendAfterStmt()
237 clang::CompoundStmt *CS = in InsertDestructors() local
242 R.ReplaceStmt(mOuterStmt, S, CS); in InsertDestructors()
[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.h53 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { in Scope() argument
145 void VisitCompoundStmt(clang::CompoundStmt *CS);
/frameworks/opt/net/ims/
DREADME.txt10 - 3GPP TS 26.111 : Codec for CS multimedia telephony service (H.324)