HomeSort by relevance Sort by last modified time
    Searched refs:DS (Results 51 - 75 of 214) sorted by null

1 23 4 5 6 7 8 9

  /external/clang/lib/Parse/
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...]
ParseExpr.cpp 784 DeclSpec DS(AttrFactory);
785 DS.SetRangeStart(ILoc);
786 DS.SetRangeEnd(ILoc);
789 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ,
792 Declarator DeclaratorInfo(DS, Declarator::TypeNameContext);
    [all...]
ParseTemplate.cpp 185 ParsingDeclSpec DS(*this, &DiagsFromTParams);
187 ParseDeclarationSpecifiers(DS, TemplateInfo, AS,
194 getCurScope(), AS, DS,
198 DS.complete(Decl);
202 // Move the attributes from the prefix into the DS.
206 DS.takeAttributesFrom(prefixAttrs);
209 ParsingDeclarator DeclaratorInfo(*this, DS, (Declarator::TheContext)Context);
226 if (DS.getStorageClassSpec() == DeclSpec::SCS_typedef) {
230 Diag(DS.getStorageClassSpecLoc(), diag::err_function_declared_typedef)
231 << FixItHint::CreateRemoval(DS.getStorageClassSpecLoc())
    [all...]
  /external/iproute2/examples/diffserv/
Edge2 12 IPROUTE=/root/DS-6-beta/iproute2-990530-dsing
15 IPCHAINS=/root/DS-6-beta/ipchains-1.3.9/ipchains
Edge31-cb-chains 13 IPROUTE=/root/DS-6-beta/iproute2-990530-dsing
16 IPCHAINS=/root/DS-6-beta/ipchains-1.3.9/ipchains
Edge32-cb-chains 13 IPROUTE=/root/DS-6-beta/iproute2-990530-dsing
16 IPCHAINS=/root/DS-6-beta/ipchains-1.3.9/ipchains
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 220 void RSCheckAST::VisitDeclStmt(clang::DeclStmt *DS) {
221 if (!SlangRS::IsLocInRSHeaderFile(DS->getLocStart(), mSM)) {
222 for (clang::DeclStmt::decl_iterator I = DS->decl_begin(),
223 E = DS->decl_end();
slang_rs_object_ref_count.cpp 256 void VisitDefaultStmt(clang::DefaultStmt *DS);
257 void VisitDoStmt(clang::DoStmt *DS);
311 void DestructorVisitor::VisitDefaultStmt(clang::DefaultStmt *DS) {
312 VisitStmt(DS);
315 void DestructorVisitor::VisitDoStmt(clang::DoStmt *DS) {
317 VisitStmt(DS);
    [all...]
  /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/include/clang/Parse/
Parser.h 602 bool TryAltiVecToken(DeclSpec &DS, SourceLocation Loc,
611 return TryAltiVecTokenOutOfLine(DS, Loc, PrevSpec, DiagID, isInvalid);
624 bool TryAltiVecTokenOutOfLine(DeclSpec &DS, SourceLocation Loc,
    [all...]
  /external/libpcap/msdos/
pkt_rx0.asm 28 ASSUME CS:_TEXT,DS:_TEXT
38 ASSUME CS:_TEXT,DS:_DATA
108 ;; to ES:DI (= DS:SI on 2nd call) by the packet driver
117 ; 2nd time (AX=1) the packet has been copied to this location (DS:SI)
131 push ds
138 mov ds, bx
139 mov es, bx ; ES = DS = CS or seg _DATA
156 pop ds
167 pop ds
172 @post: or si, si ; DS:SI->_pktRxBuf[n][n].destinAdr
    [all...]
ndis_0.asm 15 ASSUME CS:_TEXT,DS:_TEXT
34 ASSUME CS:_TEXT,DS:_DATA
73 push ds
74 mov ax,CB_DSEG ;; Load DS
75 mov ds,ax
89 mov ds,bx ;; Set up the source for the move.
99 mov ds,ax
116 pop ds
164 mov edx, [esp+12] ; DS:EDX -> result data
pkt_rx1.s 73 ; 2nd time (AX=1) the packet has been copied to this location (DS:SI)
86 push ds
89 mov ds, bx
90 mov es, bx ; ES = DS = CS or seg _DATA
117 pop ds
127 pop ds
131 @post: or si, si ; DS:SI->_pktRxBuf[n][n].destinAdr
148 pop ds
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 172 const DeclStmt *DS = cast<DeclStmt>(Head);
174 for (const auto *I : DS->decls()) {
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/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfDocumentCatalogActionsDictionary_autogen.cpp 35 SkPdfDictionary* SkPdfDocumentCatalogActionsDictionary::DS(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("DS", "");
44 return get("DS", "") != NULL;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 77 virtual void processStaticInitializer(const DeclStmt *DS,
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfDocumentCatalogActionsDictionary_autogen.cpp 35 SkPdfDictionary* SkPdfDocumentCatalogActionsDictionary::DS(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("DS", "");
44 return get("DS", "") != NULL;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
variance_altivec.asm 72 .macro variance_16 DS loop_label store_sum
101 srlwi r3, r3, \DS ;# (sum*sum) >> DS
102 subf r3, r3, r4 ;# sse - ((sum*sum) >> DS)
105 .macro variance_8 DS loop_label store_sum
145 srlwi r3, r3, \DS ;# (sum*sum) >> 8
  /external/clang/lib/AST/
StmtPrinter.cpp 180 if (const DeclStmt *DS = If->getConditionVariableDeclStmt())
181 PrintRawDeclStmt(DS);
220 if (const DeclStmt *DS = Node->getConditionVariableDeclStmt())
221 PrintRawDeclStmt(DS);
239 if (const DeclStmt *DS = Node->getConditionVariableDeclStmt())
240 PrintRawDeclStmt(DS);
266 if (DeclStmt *DS = dyn_cast<DeclStmt>(Node->getInit()))
267 PrintRawDeclStmt(DS);
294 if (DeclStmt *DS = dyn_cast<DeclStmt>(Node->getElement()))
295 PrintRawDeclStmt(DS);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 116 } else if (const DeclStmt *DS = dyn_cast<DeclStmt>(S)) {
117 assert(DS->isSingleDecl() && "We process decls one by one");
118 if (const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl()))
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 82 case TextureFormat::DS: format = GL_DEPTH_STENCIL; break;
210 case FMT_CASE(DS, FLOAT_UNSIGNED_INT_24_8_REV): return GL_DEPTH32F_STENCIL8;
211 case FMT_CASE(DS, UNSIGNED_INT_24_8): return GL_DEPTH24_STENCIL8;
335 case GL_DEPTH_STENCIL: return TextureFormat(TextureFormat::DS, mapGLChannelType(dataType, true));
423 case GL_DEPTH32F_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV);
424 case GL_DEPTH24_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_8);
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
variance_altivec.asm 72 .macro variance_16 DS loop_label store_sum
101 srlwi r3, r3, \DS ;# (sum*sum) >> DS
102 subf r3, r3, r4 ;# sse - ((sum*sum) >> DS)
105 .macro variance_8 DS loop_label store_sum
145 srlwi r3, r3, \DS ;# (sum*sum) >> 8
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
variance_altivec.asm 72 .macro variance_16 DS loop_label store_sum
101 srlwi r3, r3, \DS ;# (sum*sum) >> DS
102 subf r3, r3, r4 ;# sse - ((sum*sum) >> DS)
105 .macro variance_8 DS loop_label store_sum
145 srlwi r3, r3, \DS ;# (sum*sum) >> 8

Completed in 2004 milliseconds

1 23 4 5 6 7 8 9