Home
last modified time | relevance | path

Searched refs:ATL (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dwin-sorted-sections.ll5 ; initializers, and the ATL uses the ATL section to register other stuff.
21 @__pobjMapEntryFirst = weak_odr dso_local constant i8* null, section "ATL$__a", comdat, align 8
22 @__pobjMapEntryMiddle = weak_odr dso_local constant i8* null, section "ATL$__m", comdat, align 8
23 @__pobjMapEntryLast = weak_odr dso_local constant i8* null, section "ATL$__z", comdat, align 8
28 ; CHECK: @__pobjMapEntryFirst = weak_odr dso_local constant i8* null, section "ATL$__a", comdat, al…
29 ; CHECK: @__pobjMapEntryMiddle = weak_odr dso_local constant i8* null, section "ATL$__m", comdat, a…
30 ; CHECK: @__pobjMapEntryLast = weak_odr dso_local constant i8* null, section "ATL$__z", comdat, ali…
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp616 for (AttributedTypeLoc ATL = TL->getAs<AttributedTypeLoc>(); !ATL.isNull(); in getAttributes() local
617 ATL = ATL.getModifiedLoc().getAs<AttributedTypeLoc>()) { in getAttributes()
618 if (const Attr *A = ATL.getAttr()) in getAttributes()
620 assert(!ATL.getModifiedLoc().isNull()); in getAttributes()
H A DSelection.cpp918 if (auto ATL = TL->getAs<ArrayTypeLoc>()) { in claimTokensFor() local
919 claimRange(ATL.getBracketsRange(), Result); in claimTokensFor()
/llvm-project-15.0.7/clang/lib/AST/
H A DComment.cpp141 if (AdjustedTypeLoc ATL = TL.getAs<AdjustedTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs() local
142 return ATL.getOriginalLoc(); in lookThroughTypedefOrTypeAliasLocs()
H A DTypeLoc.cpp439 if (auto ATL = getAs<AttributedTypeLoc>()) { in findNullabilityLoc() local
440 const Attr *A = ATL.getAttr(); in findNullabilityLoc()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp243 if (AttributedTypeLoc ATL = in checkAllAtProps() local
245 ATLs.push_back(std::make_pair(ATL, PD)); in checkAllAtProps()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h2613 else if (auto ATL = Cur.getAs<AttributedTypeLoc>()) in getAsAdjusted() local
2614 Cur = ATL.getModifiedLoc(); in getAsAdjusted()
2615 else if (auto ATL = Cur.getAs<BTFTagAttributedTypeLoc>()) in getAsAdjusted() local
2616 Cur = ATL.getWrappedLoc(); in getAsAdjusted()
2619 else if (auto ATL = Cur.getAs<AdjustedTypeLoc>()) in getAsAdjusted() local
2620 Cur = ATL.getOriginalLoc(); in getAsAdjusted()
/llvm-project-15.0.7/clang/docs/
H A DMSVCCompatibility.rst117 libraries such as the Active Template Library (ATL) and Windows Runtime Library
154 As of this writing, Clang is able to compile a simple ATL hello world
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTTraverserTest.cpp275 const auto ATL = TL.getNextTypeLoc().getAs<AttributedTypeLoc>(); in TEST() local
276 const auto *AS = cast<AddressSpaceAttr>(ATL.getAttr()); in TEST()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp6349 static void fillAtomicQualLoc(AtomicTypeLoc ATL, const DeclaratorChunk &Chunk) { in fillAtomicQualLoc() argument
6369 ATL.setKWLoc(Loc); in fillAtomicQualLoc()
6370 ATL.setParensRange(SourceRange()); in fillAtomicQualLoc()
6430 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) { in GetTypeSourceInfoForDeclarator() local
6431 fillAtomicQualLoc(ATL, D.getTypeObject(i)); in GetTypeSourceInfoForDeclarator()
6432 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
H A DSemaInit.cpp7051 AttributedTypeLoc ATL; in implicitObjectParamIsLifetimeBound() local
7053 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in implicitObjectParamIsLifetimeBound()
7054 TL = ATL.getModifiedLoc()) { in implicitObjectParamIsLifetimeBound()
7055 if (ATL.getAttrAs<LifetimeBoundAttr>()) in implicitObjectParamIsLifetimeBound()
H A DSemaDecl.cpp6903 AttributedTypeLoc ATL; in checkAttributesAfterMerging() local
6905 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in checkAttributesAfterMerging()
6906 TL = ATL.getModifiedLoc()) { in checkAttributesAfterMerging()
6910 if (const auto *A = ATL.getAttrAs<LifetimeBoundAttr>()) { in checkAttributesAfterMerging()
H A DSemaExpr.cpp6235 if (ArrayTypeLoc ATL = TL.getAs<ArrayTypeLoc>()) in DiagnoseCalleeStaticArrayParam() local
6237 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
/llvm-project-15.0.7/lldb/docs/resources/
H A Dbuild.rst91 * The Active Template Library (ATL).
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td1002 "specifying 'uuid' as an ATL attribute is deprecated; use __declspec instead">,