HomeSort by relevance Sort by last modified time
    Searched defs:DS (Results 26 - 50 of 63) sorted by null

12 3

  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
ptrace-abi.h 24 #define DS 7
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 24 #define DS 7
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 24 #define DS 7
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 24 #define DS 7
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
ptrace-abi.h 31 #define DS 7
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
ptrace-abi.h 31 #define DS 7
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 31 #define DS 7
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
ptrace-abi.h 31 #define DS 7
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
ptrace-abi.h 31 #define DS 7
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
ptrace-abi.h 31 #define DS 7
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
ptrace-abi.h 31 #define DS 7
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
ptrace-abi.h 31 #define DS 7
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
ptrace-abi.h 31 #define DS 7
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 31 #define DS 7
  /external/clang/lib/Analysis/
LiveVariables.cpp 210 void VisitDeclStmt(DeclStmt *DS);
291 const DeclStmt *DS = cast<DeclStmt>(S);
292 if (const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl())) {
377 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) {
378 for (const auto *DI : DS->decls())
391 if (DeclStmt *DS = dyn_cast<DeclStmt>(element)) {
392 VD = cast<VarDecl>(DS->getSingleDecl());
  /external/smack/src/org/xbill/DNS/
Type.java 139 public static final int DS = 43;
268 types.add(DS, "DS", new DSRecord());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
ptrace-abi.h 13 #define DS 7
128 ADDR is pointing to struct bts_struct (see asm/ds.h).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
ptrace-abi.h 13 #define DS 7
128 ADDR is pointing to struct bts_struct (see asm/ds.h).
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 428 const DeclStmt *DS = P->getStmtAs<DeclStmt>();
429 if (!DS)
432 if (DS->getSingleDecl() != VR->getDecl())
554 const DeclStmt *DS = dyn_cast<DeclStmt>(S);
557 if (DS) {
602 else if (DS) {
605 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
    [all...]
PathDiagnostic.cpp 820 const DeclStmt *DS = cast<DeclStmt>(S);
821 if (DS->isSingleDecl()) {
823 return SourceRange(DS->getLocStart(),
824 DS->getSingleDecl()->getLocation());
    [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 64 #undef DS
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 106 AM, CM, BK, CF, ES, FM, MD, NO, LR, RF, DB, SG, BH, HS, MT, DS, RG, CN, UUT, UUQ, UUP, UUH,
  /external/clang/include/clang/Basic/
Diagnostic.h 364 const DiagState &DS = *GetCurDiagState();
365 return diag_mapping_range(DS.begin(), DS.end());
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 283 Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, unsigned Context) {
292 getCurScope(), DS.getSourceRange().getBegin(), Lang.get(),
300 // Reset the source range in DS, as the leading "extern"
302 DS.SetRangeStart(SourceLocation());
303 DS.SetRangeEnd(SourceLocation());
305 DS.setExternInLinkageSpec(true);
306 ParseExternalDeclaration(attrs, &DS);
312 DS.abort();
736 SourceLocation Parser::ParseDecltypeSpecifier(DeclSpec &DS) {
749 DS.SetTypeSpecError()
    [all...]
ParseObjc.cpp 518 ParsingDeclSpec DS(*this);
519 ParseStructDeclaration(DS, Callback);
567 void Parser::ParseObjCPropertyAttribute(ObjCDeclSpec &DS) {
574 Actions.CodeCompleteObjCPropertyFlags(getCurScope(), DS);
588 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly);
590 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign);
592 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_unsafe_unretained);
594 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readwrite);
596 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain);
598 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong)
    [all...]

Completed in 1395 milliseconds

12 3