Searched refs:SS (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp151 void RSASTReplace::VisitSwitchStmt(clang::SwitchStmt *SS) { argument
152 if (matchesExpr(SS->getCond())) {
153 SS->setCond(mNewExpr);
155 VisitStmt(SS);
H A Dslang_rs_ast_replace.h77 void VisitSwitchStmt(clang::SwitchStmt *SS);
H A Dslang_rs_object_ref_count.cpp210 void VisitSwitchStmt(clang::SwitchStmt *SS);
253 void DestructorVisitor::VisitSwitchStmt(clang::SwitchStmt *SS) { argument
255 VisitStmt(SS);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java97 static final short SS = vr("SS"); field in class:LoaderDicom

Completed in 1491 milliseconds