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

1 2 3 45 6 7 8 9

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 691 const DeclSpec &DS = D.getDeclSpec();
692 switch (DS.getTypeSpecType()) {
697 QualType T = DS.getRepAsType().get();
705 if (DS.getRepAsExpr() &&
706 DS.getRepAsExpr()->containsUnexpandedParameterPack())
    [all...]
SemaStmt.cpp 408 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt);
409 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
410 return DS;
767 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) {
769 Diag(DS->getDefaultLoc(), diag::err_multiple_default_labels_defined);
778 TheDefaultStmt = DS;
    [all...]
DeclSpec.cpp 263 switch (DS.getTypeSpecType()) {
297 if (Expr *E = DS.getRepAsExpr())
304 QualType QT = DS.getRepAsType().get();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboInvalidateTests.cpp 465 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS;
466 bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS;
578 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS;
579 bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS;
712 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS;
713 bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS;
832 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS;
833 bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS;
    [all...]
es3fFboStencilbufferTests.cpp 267 if (texFmt.order == tcu::TextureFormat::DS)
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 232 void processStaticInitializer(const DeclStmt *DS,
357 void VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
CoreEngine.h 100 void HandleStaticInit(const DeclStmt *DS, const CFGBlock *B,
  /external/clang/lib/AST/
Stmt.cpp 836 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
837 return cast<VarDecl>(DS->getSingleDecl());
867 DeclStmt *DS = cast<DeclStmt>(SubExprs[CONDVAR]);
868 return cast<VarDecl>(DS->getSingleDecl());
894 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
895 return cast<VarDecl>(DS->getSingleDecl());
928 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
929 return cast<VarDecl>(DS->getSingleDecl());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 313 else if (const DeclStmt *DS = dyn_cast<DeclStmt>(S))
316 for (const auto *DI : DS->decls()) {
LLVMConventionsChecker.cpp 133 void VisitDeclStmt(DeclStmt *DS);
  /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...]
CoreEngine.cpp 465 void CoreEngine::HandleStaticInit(const DeclStmt *DS, const CFGBlock *B,
470 SubEng.processStaticInitializer(DS, Ctx, Pred, Dst,
ExprEngineCXX.cpp 129 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StmtElem->getStmt())) {
130 if (const VarDecl *Var = dyn_cast<VarDecl>(DS->getSingleDecl())) {
PathDiagnostic.cpp 820 const DeclStmt *DS = cast<DeclStmt>(S);
821 if (DS->isSingleDecl()) {
823 return SourceRange(DS->getLocStart(),
824 DS->getSingleDecl()->getLocation());
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 925 DeclSpec DS(AttrFactory);
927 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup);
    [all...]
  /external/jpeg/
jmemdosa.asm 18 ; require SI,DI,DS to be preserved. Also, we use only 16-bit-wide return
52 push ds
61 open_err: pop ds ; restore registers and exit
87 push ds
93 close_err: pop ds ; restore registers and exit
119 push ds
127 seek_err: pop ds ; restore registers and exit
153 push ds
165 read_err: pop ds ; restore registers and exit
191 push ds
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 18 ; require SI,DI,DS to be preserved. Also, we use only 16-bit-wide return
52 push ds
61 open_err: pop ds ; restore registers and exit
87 push ds
93 close_err: pop ds ; restore registers and exit
119 push ds
127 seek_err: pop ds ; restore registers and exit
153 push ds
165 read_err: pop ds ; restore registers and exit
191 push ds
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 253 else if (format.order == TextureFormat::D || format.order == TextureFormat::DS)
279 case TextureFormat::DS: chnMask = BVec4(true, true, true, true); break;
350 case TextureFormat::DS: chnMask = BVec4(true, false, false, true); break;
418 case TextureFormat::DS: chnMask = BVec4(true, false, false, true); break;
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 364 const DiagState &DS = *GetCurDiagState();
365 return diag_mapping_range(DS.begin(), DS.end());
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 419 DIScope DS(Scope->getScopeNode());
420 DISubprogram InlinedSP = getDISubprogram(DS);
563 DIScope DS(Scope->getScopeNode());
565 assert((Scope->getInlinedAt() || !DS.isSubprogram()) &&
576 if (Scope->getParent() && DS.isSubprogram()) {
596 std::pair<const MDNode *, const MDNode *>(DS, nullptr),
    [all...]
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 96 GENOFFSET(X86,x86,DS);
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 372 SC2(ds,DS);
666 tst->arch.vex.guest_DS = sc->ds;

Completed in 1449 milliseconds

1 2 3 45 6 7 8 9