/llvm-project/clang/test/SemaCXX/ |
H A D | warn-pure-virtual-call-from-ctor-dtor.cpp | 24 template <typename T> struct TA { struct 25 …TA() { f(); } // expected-warning {{call to pure virtual member function 'f' has undefined behavi… in TA() function 26 …~TA() { f(); } // expected-warning {{call to pure virtual member function 'f' has undefined behavi… in ~TA() argument 31 template <> struct TA<int> { struct 32 TA() { f(); } in TA() function 33 ~TA() { f(); } in ~TA() argument 37 template <> struct TA<long> { struct 38 …TA() { f(); } // expected-warning {{call to pure virtual member function 'f' has undefined… in TA() function 39 …~TA() { f(); } // expected-warning {{call to pure virtual member function 'f' has undefined… in ~TA() argument
|
H A D | warn-pure-virtual-kext.cpp | 10 template <typename T> struct TA { struct 13 …TA() { TA::f(); } // expected-warning {{call to pure virtual member function 'f' has undefined beh… in TA() argument
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | trivial-ctor-dtor.cu | 17 struct TA { struct 19 TA() {} in TA() argument 20 ~TA() {} in ~TA() argument
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | Internals.h | 125 TransformActions &TA; variable 129 Transaction(TransformActions &TA) : TA(TA), Aborted(false) { in Transaction() argument 152 TransformActions &TA; variable 158 TransformActions &TA, const CapturedDiagList &capturedDiags, in MigrationPass() argument [all...] |
H A D | TransGCCalls.cpp | 37 TransformActions &TA = MigrateCtx.Pass.TA; in VisitCallExpr() local
|
H A D | TransGCAttrs.cpp | 180 TransformActions &TA = MigrateCtx.Pass.TA; in errorForGCAttrsOnNonObjC() local 196 TransformActions &TA = MigrateCtx.Pass.TA; in checkWeakGCAttrs() local 259 TransformActions &TA = MigrateCtx.Pass.TA; in checkAllAtProps() local
|
H A D | TransZeroOutPropsInDealloc.cpp | 44 TransformActions &TA = Pass.TA; in VisitObjCMessageExpr() local
|
H A D | TransEmptyStatementsAndDealloc.cpp | 195 TransformActions &TA = pass.TA; in cleanupDeallocOrFinalize() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | IListNodeBaseTest.cpp | 31 TrackingNode TA; in TEST() local 69 TrackingNode TA, TB, TC; in TEST() local 137 TrackingNode TA, TB; in TEST() local
|
/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.decl/ |
H A D | func-template-decl.cpp | 50 struct TA { // #defined-here struct
|
H A D | class-template-decl.cpp | 65 struct TA { struct
|
/llvm-project/clang/include/clang/AST/ |
H A D | TemplateArgumentVisitor.h | 33 RetTy Visit(REF(TemplateArgument) TA, ParamTys... P) { in Visit() argument
|
H A D | ASTNodeTraverser.h | 360 for (const auto &TA : TALI->arguments()) in dumpASTTemplateArgumentListInfo() local 935 VisitExpressionTemplateArgument(const TemplateArgument & TA) VisitExpressionTemplateArgument() argument 939 VisitTypeTemplateArgument(const TemplateArgument & TA) VisitTypeTemplateArgument() argument 943 VisitPackTemplateArgument(const TemplateArgument & TA) VisitPackTemplateArgument() argument
|
H A D | DependenceFlags.h | 247 inline ExprDependence toExprDependence(TemplateArgumentDependence TA) { in toExprDependence() argument
|
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/ |
H A D | p3.cpp | 25 template <class U> using TA = T; typedef
|
/llvm-project/clang-tools-extra/test/clang-change-namespace/ |
H A D | lambda-function.cpp | 31 using TA = function<A(A)>; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | array-constraint.c | 44 typedef int TA[I]; // expected-error {{variable length array declaration not allowed at file scope}} typedef
|
/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 164 void JSONNodeDumper::Visit(const TemplateArgument &TA, SourceRange R, in Visit() argument 599 void JSONNodeDumper::VisitTLSModelAttr(const TLSModelAttr *TA) { in VisitTLSModelAttr() argument 1691 JOS.attribute("type", createQualType(TA.getAsType())); in VisitNullPtrTemplateArgument() argument 1694 const TemplateArgument &TA) { in VisitIntegralTemplateArgument() argument 1697 void JSONNodeDumper::VisitNullPtrTemplateArgument(const TemplateArgument &TA) { in VisitTemplateTemplateArgument() argument 1681 VisitNullTemplateArgument(const TemplateArgument & TA) VisitNullTemplateArgument() argument 1684 VisitTypeTemplateArgument(const TemplateArgument & TA) VisitTypeTemplateArgument() argument 1688 VisitDeclarationTemplateArgument(const TemplateArgument & TA) VisitDeclarationTemplateArgument() argument 1702 VisitTemplateExpansionTemplateArgument(const TemplateArgument & TA) VisitTemplateExpansionTemplateArgument() argument 1707 VisitExpressionTemplateArgument(const TemplateArgument & TA) VisitExpressionTemplateArgument() argument 1710 VisitPackTemplateArgument(const TemplateArgument & TA) VisitPackTemplateArgument() argument [all...] |
H A D | ODRHash.cpp | 168 AddTemplateArgument(TemplateArgument TA) AddTemplateArgument() argument 294 AddTemplateArgument(TemplateArgument TA) AddTemplateArgument() argument 689 for (const TemplateArgument &TA : SpecializationArgs->asArray()) { AddFunctionDecl() local 825 for (const TemplateArgument &TA : List.asArray()) AddDecl() local 1020 for (const auto &TA : T->getTypeConstraintArguments()) VisitAutoType() local 1174 for (const auto &TA : T->template_arguments()) { VisitTemplateSpecializationType() local 1220 for (const auto &TA : T->template_arguments()) { VisitDependentTemplateSpecializationType() local [all...] |
H A D | TextNodeDumper.cpp | 114 void TextNodeDumper::Visit(const TemplateArgument &TA, SourceRange R, in Visit() argument 1215 dumpTemplateArgument(TA); in VisitTemplateTemplateArgument() argument 953 dumpTemplateArgument(const TemplateArgument & TA) dumpTemplateArgument() argument 1113 VisitTypeTemplateArgument(const TemplateArgument & TA) VisitTypeTemplateArgument() argument 1119 VisitDeclarationTemplateArgument(const TemplateArgument & TA) VisitDeclarationTemplateArgument() argument 1125 VisitNullPtrTemplateArgument(const TemplateArgument & TA) VisitNullPtrTemplateArgument() argument 1130 VisitIntegralTemplateArgument(const TemplateArgument & TA) VisitIntegralTemplateArgument() argument 1222 VisitTemplateExpansionTemplateArgument(const TemplateArgument & TA) VisitTemplateExpansionTemplateArgument() argument 1229 VisitExpressionTemplateArgument(const TemplateArgument & TA) VisitExpressionTemplateArgument() argument 1234 VisitPackTemplateArgument(const TemplateArgument & TA) VisitPackTemplateArgument() argument [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFLiveness.cpp | 140 auto TA = DFG.addr<DefNode *>(DefQ[i]); in getAllReachingDefs() local 175 auto TA = DFG.addr<DefNode *>(N); in getAllReachingDefs() local 261 __anond6b533ac0502(NodeAddr<RefNode *> TA) getAllReachingDefs() argument 268 auto TA = DFG.addr<InstrNode *>(T); getAllReachingDefs() local 843 RegisterAggr TA(PRI); computeLiveIns() local [all...] |
H A D | RDFGraph.cpp | 1166 if (TA.Addr->getKind() != RA.Addr->getKind()) in getNextRelated() argument 1178 return IsRelated(TA) && &RA.Addr->getOp() == &TA.Addr->getOp(); in getNextRelated() argument 1185 if (!IsRelated(TA)) in getNextRelated() argument 1229 __anon6df782350a02(Ref TA) getNextShadow() argument 1507 linkRefUp(Instr IA,NodeAddr<T> TA,DefStack & DS) linkRefUp() argument 1669 auto TA = addr<UseNode *>(RDA.Addr->getReachedUse()); unlinkUseDF() local 1743 auto TA = addr<DefNode *>(RDA.Addr->getReachedDef()); unlinkDefDF() local [all...] |
/llvm-project/clang/test/OpenMP/ |
H A D | single_copyprivate_messages.cpp | 49 static T TA; in tmain() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CXType.cpp | 208 FindTemplateArgumentTypeAt(ArrayRef<TemplateArgument> TA,unsigned index) FindTemplateArgumentTypeAt() argument 1146 GetTemplateArgumentArraySize(ArrayRef<TemplateArgument> TA) GetTemplateArgumentArraySize() argument 1159 auto TA = GetTemplateArguments(T); clang_Type_getNumTemplateArguments() local 1171 auto TA = GetTemplateArguments(T); clang_Type_getTemplateArgumentAsType() local 1240 const ArrayRef<QualType> TA = OT->getTypeArgs(); clang_Type_getObjCTypeArg() local [all...] |
H A D | CXCursor.cpp | 1511 TemplateArgument TA; in clang_Cursor_getTemplateArgumentValue() local 1423 clang_Cursor_getTemplateArgument(CXCursor C,unsigned I,TemplateArgument * TA) clang_Cursor_getTemplateArgument() argument 1464 TemplateArgument TA; clang_Cursor_getTemplateArgumentKind() local 1497 TemplateArgument TA; clang_Cursor_getTemplateArgumentType() local 1528 TemplateArgument TA; clang_Cursor_getTemplateArgumentUnsignedValue() local [all...] |