Home
last modified time | relevance | path

Searched defs:DS (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp90 void RSASTReplace::VisitDeclStmt(clang::DeclStmt* DS) { in VisitDeclStmt()
102 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) { in VisitDefaultStmt()
110 void RSASTReplace::VisitDoStmt(clang::DoStmt *DS) { in VisitDoStmt()
H A Dslang_rs_object_ref_count.cpp236 void DestructorVisitor::VisitDoStmt(clang::DoStmt *DS) { in VisitDoStmt()
1075 clang::DeclStmt *DS, in AppendRSObjectInit()
1382 clang::DeclStmt* DS = new (C) clang::DeclStmt(DGR, Loc, Loc); in CreateGuard() local
1515 void RSObjectRefCount::VisitDeclStmt(clang::DeclStmt *DS) { in VisitDeclStmt()
1602 clang::DeclStmt* DS = new (mCtx) clang::DeclStmt(DGR, Loc, Loc); in VisitCallExpr() local
H A Dslang_rs_check_ast.cpp231 void RSCheckAST::VisitDeclStmt(clang::DeclStmt *DS) { in VisitDeclStmt()
/aosp12/bionic/libc/include/sys/
H A Dreg.h43 #define DS 7 macro
79 #define DS 23 macro
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dptrace-abi.h29 #define DS 7 macro
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java82 static final short DS = vr("DS"); field in LoaderDicom