Home
last modified time | relevance | path

Searched defs:TS (Results 1 – 18 of 18) sorted by relevance

/external/clang/test/Index/skip-parsed-bodies/
Dpragma_once.h6 struct TS { struct
7 int tsmeth() { in tsmeth()
/external/clang/test/PCH/
Dchain-staticvar-instantiation.cpp14 struct TS struct
33 int g2 = NS::TS<int, 2>::value;
/external/clang/test/Index/
Dindex-refs.cpp47 struct TS { }; struct
50 struct TS<T, int> { struct
55 TS<int, int> s; in foo3() argument
/external/clang/test/Preprocessor/
Dpragma_diagnostic_sections.cpp20 struct TS { struct
26 TS<int> ts; in f() argument
/external/clang/test/SemaCXX/
Dwarn-large-by-value-copy.cpp30 struct TS { struct
31 char x[size];
Dwarn-unused-filescoped.cpp20 struct TS { struct
Ddestructor.cpp163 template<class T> class TS : public B { class
/external/clang/test/Analysis/
Dstack-addr-ps.cpp80 struct TS { struct
82 int *m() { in m()
/external/clang/lib/StaticAnalyzer/Checkers/
DLLVMConventionsChecker.cpp84 const TemplateSpecializationType *TS = T->getAs<TemplateSpecializationType>(); in IsStdVector() local
98 const TemplateSpecializationType *TS = T->getAs<TemplateSpecializationType>(); in IsSmallVector() local
/external/clang/test/SemaTemplate/
Ddependent-names.cpp305 struct TS { struct
306 T2 q;
/external/clang/lib/Sema/
DJumpDiagnostics.cpp336 CXXTryStmt *TS = cast<CXXTryStmt>(S); in BuildScopeInformation() local
DSemaDeclAttr.cpp3500 void Sema::AddAlignedAttr(SourceRange AttrRange, Decl *D, TypeSourceInfo *TS, in AddAlignedAttr()
DTreeTransform.h6174 TypeSourceInfo *TS = E->getAssocTypeSourceInfo(i); in TransformGenericSelectionExpr() local
/external/strace/
Dsyscall.c113 #define TS TRACE_SIGNAL macro
/external/clang/tools/libclang/
DRecursiveASTVisitor.h1921 if (TypeSourceInfo *TS = S->getAssocTypeSourceInfo(i)) in TraverseGenericSelectionExpr() local
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h1995 if (TypeSourceInfo *TS = S->getAssocTypeSourceInfo(i)) in TraverseGenericSelectionExpr() local
DExpr.h4262 if (const TypeSourceInfo *TS = getAssocTypeSourceInfo(i)) in getAssocType() local
/external/clang/lib/AST/
DStmtPrinter.cpp455 if (CompoundStmt *TS = dyn_cast<CompoundStmt>(Node->getTryBody())) { in VisitObjCAtTryStmt() local