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

1 2 3 45 6 7 8

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 700 const DeclSpec &DS = D.getDeclSpec();
701 switch (DS.getTypeSpecType()) {
706 QualType T = DS.getRepAsType().get();
714 if (DS.getRepAsExpr() &&
715 DS.getRepAsExpr()->containsUnexpandedParameterPack())
    [all...]
SemaStmt.cpp 444 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt);
445 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
446 return DS;
804 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) {
806 Diag(DS->getDefaultLoc(), diag::err_multiple_default_labels_defined);
815 TheDefaultStmt = DS;
    [all...]
SemaDeclCXX.cpp     [all...]
SemaCodeComplete.cpp     [all...]
DeclSpec.cpp 287 switch (DS.getTypeSpecType()) {
321 if (Expr *E = DS.getRepAsExpr())
328 QualType QT = DS.getRepAsType().get();
    [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/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/google-breakpad/src/common/android/
breakpad_getcontext_unittest.cc 78 CHECK_REG(DS);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 424 const DeclStmt *DS = P->getStmtAs<DeclStmt>();
425 if (!DS)
428 if (DS->getSingleDecl() != VR->getDecl())
550 const DeclStmt *DS = dyn_cast<DeclStmt>(S);
553 if (DS) {
598 else if (DS) {
601 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
    [all...]
CoreEngine.cpp 482 void CoreEngine::HandleStaticInit(const DeclStmt *DS, const CFGBlock *B,
487 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 823 const DeclStmt *DS = cast<DeclStmt>(S);
824 if (DS->isSingleDecl()) {
826 return SourceRange(DS->getLocStart(),
827 DS->getSingleDecl()->getLocation());
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 940 DeclSpec DS(AttrFactory);
942 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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 241 void processStaticInitializer(const DeclStmt *DS,
366 void VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
CoreEngine.h 102 void HandleStaticInit(const DeclStmt *DS, const CFGBlock *B,
  /external/clang/lib/AST/
Stmt.cpp 896 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
897 return cast<VarDecl>(DS->getSingleDecl());
927 DeclStmt *DS = cast<DeclStmt>(SubExprs[CONDVAR]);
928 return cast<VarDecl>(DS->getSingleDecl());
953 DeclStmt *DS = cast<DeclStmt>(SubExprs[VAR]);
954 return cast<VarDecl>(DS->getSingleDecl());
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 397 DS = 28,
  /external/llvm/lib/Target/R600/
SIInstrInfo.h 199 return get(Opcode).TSFlags & SIInstrFlags::DS;
  /external/clang/include/clang/Basic/
Diagnostic.h 363 const DiagState &DS = *GetCurDiagState();
364 return diag_mapping_range(DS.begin(), DS.end());
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 382 if (reference.getFormat().order == tcu::TextureFormat::DS || reference.getFormat().order == tcu::TextureFormat::D)
462 if (reference.getFormat().order != tcu::TextureFormat::DS && reference.getFormat().order != tcu::TextureFormat::D)
578 if (reference.getFormat().order != tcu::TextureFormat::DS && reference.getFormat().order != tcu::TextureFormat::S)
706 if (reference.getFormat().order == tcu::TextureFormat::DS || reference.getFormat().order == tcu::TextureFormat::D)
    [all...]
  /external/valgrind/coregrind/m_sigframe/
sigframe-x86-linux.c 371 SC2(ds,DS);
621 tst->arch.vex.guest_DS = sc->ds;

Completed in 4127 milliseconds

1 2 3 45 6 7 8