Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/
Dwin-sorted-sections.ll6 ; initializers, and the ATL uses the ATL section to register other stuff.
22 @__pobjMapEntryFirst = weak_odr dso_local constant i8* null, section "ATL$__a", comdat, align 8
23 @__pobjMapEntryMiddle = weak_odr dso_local constant i8* null, section "ATL$__m", comdat, align 8
24 @__pobjMapEntryLast = weak_odr dso_local constant i8* null, section "ATL$__z", comdat, align 8
29 ; CHECK: @__pobjMapEntryFirst = weak_odr dso_local constant i8* null, section "ATL$__a", comdat, al…
30 ; CHECK: @__pobjMapEntryMiddle = weak_odr dso_local constant i8* null, section "ATL$__m", comdat, a…
31 ; CHECK: @__pobjMapEntryLast = weak_odr dso_local constant i8* null, section "ATL$__z", comdat, ali…
/external/rust/crates/csv/examples/data/bench/
Dnfl.csv833 20120909_ATL@KC,1,0,0,KC,ATL,,,42,R.Succop kicks 65 yards from KC 35 to end zone Touchback.,0,0,2012
834 20120909_ATL@KC,1,60,0,ATL,KC,1,10,80,(15:00) M.Turner right guard to ATL 26 for 6 yards (J.Belcher…
835 20120909_ATL@KC,1,59,22,ATL,KC,2,4,74,(14:22) M.Turner up the middle to ATL 28 for 2 yards (D.Johns…
836 20120909_ATL@KC,1,58,41,ATL,KC,3,2,72,(13:41) (Shotgun) M.Ryan pass short right to T.Gonzalez to AT…
837 20120909_ATL@KC,1,58,1,ATL,KC,1,10,69,(13:01) M.Ryan pass short middle to J.Jones to KC 44 for 25 y…
838 20120909_ATL@KC,1,57,26,ATL,KC,1,10,44,(12:26) M.Ryan pass incomplete short right to T.Gonzalez (E.…
839 20120909_ATL@KC,1,57,21,ATL,KC,2,10,44,(12:21) M.Turner up the middle to KC 42 for 2 yards (T.Jacks…
840 20120909_ATL@KC,1,56,38,ATL,KC,3,8,42,(11:38) (Shotgun) M.Ryan pass short right to J.Jones to KC 31…
841 20120909_ATL@KC,1,55,58,ATL,KC,1,10,31,(10:58) M.Ryan pass incomplete deep left to J.Jones.,0,0,2012
842 20120909_ATL@KC,1,55,53,ATL,KC,2,10,31,(10:53) M.Ryan pass short left to R.White to KC 16 for 15 ya…
[all …]
/external/mdnsresponder/mDNSWindows/DLLX/
Dstdafx.h88 using namespace ATL; variable
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseTrailingReturnTypeCheck.cpp287 auto ATL = ReturnLoc.getAs<AutoTypeLoc>(); in findReturnTypeAndCVSourceRange() local
288 if ((ATL && (ATL.isConstrained() || in findReturnTypeAndCVSourceRange()
289 ATL.getAutoKeyword() == AutoTypeKeyword::DecltypeAuto)) || in findReturnTypeAndCVSourceRange()
/external/clang/lib/AST/
DComment.cpp257 if (AdjustedTypeLoc ATL = TL.getAs<AdjustedTypeLoc>()) { in fill() local
258 TL = ATL.getOriginalLoc(); in fill()
/external/llvm-project/clang/lib/AST/
DComment.cpp146 if (AdjustedTypeLoc ATL = TL.getAs<AdjustedTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs() local
147 return ATL.getOriginalLoc(); in lookThroughTypedefOrTypeAliasLocs()
DTypeLoc.cpp427 if (auto ATL = getAs<AttributedTypeLoc>()) { in findNullabilityLoc() local
428 const Attr *A = ATL.getAttr(); in findNullabilityLoc()
/external/llvm-project/clang/lib/ARCMigrate/
DTransGCAttrs.cpp243 if (AttributedTypeLoc ATL = in checkAllAtProps() local
245 ATLs.push_back(std::make_pair(ATL, PD)); in checkAllAtProps()
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp247 if (AttributedTypeLoc ATL = in checkAllAtProps() local
249 ATLs.push_back(std::make_pair(ATL, PD)); in checkAllAtProps()
/external/ImageMagick/
DInstall-windows.txt17 o Visual C++ ATL for x86 and x64
/external/llvm-project/clang/docs/
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
/external/clang/docs/
DMSVCCompatibility.rst120 libraries such as the Active Template Library (ATL) and Windows Runtime Library
157 As of this writing, Clang is able to compile a simple ATL hello world
/external/llvm-project/clang/unittests/AST/
DASTTraverserTest.cpp275 const auto ATL = TL.getNextTypeLoc().getAs<AttributedTypeLoc>(); in TEST() local
276 const auto *AS = cast<AddressSpaceAttr>(ATL.getAttr()); in TEST()
/external/sfntly/doc/
Dsmart_pointer_usage.md79 > difference between assignment and attachment with ATL smart
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h2503 else if (auto ATL = Cur.getAs<AttributedTypeLoc>()) in getAsAdjusted() local
2504 Cur = ATL.getModifiedLoc(); in getAsAdjusted()
2507 else if (auto ATL = Cur.getAs<AdjustedTypeLoc>()) in getAsAdjusted() local
2508 Cur = ATL.getOriginalLoc(); in getAsAdjusted()
/external/ms-tpm-20-ref/
D.gitignore40 # Build Results of an ATL Project
/external/llvm-project/lldb/docs/resources/
Dbuild.rst90 * The Active Template Library (ATL).
105 #. Install Visual Studio with the Windows SDK and ATL components.
/external/clang/lib/Sema/
DSemaType.cpp5113 static void fillAtomicQualLoc(AtomicTypeLoc ATL, const DeclaratorChunk &Chunk) { in fillAtomicQualLoc() argument
5133 ATL.setKWLoc(Loc); in fillAtomicQualLoc()
5134 ATL.setParensRange(SourceRange()); in fillAtomicQualLoc()
5161 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) { in GetTypeSourceInfoForDeclarator() local
5162 fillAtomicQualLoc(ATL, D.getTypeObject(i)); in GetTypeSourceInfoForDeclarator()
5163 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
DSemaStmt.cpp3054 while (auto ATL = TL.getAs<AttributedTypeLoc>()) in getReturnTypeLoc() local
3055 TL = ATL.getModifiedLoc().IgnoreParens(); in getReturnTypeLoc()
DSemaExpr.cpp4906 if (ArrayTypeLoc ATL = TL.getAs<ArrayTypeLoc>()) in DiagnoseCalleeStaticArrayParam() local
4908 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp6143 static void fillAtomicQualLoc(AtomicTypeLoc ATL, const DeclaratorChunk &Chunk) { in fillAtomicQualLoc() argument
6163 ATL.setKWLoc(Loc); in fillAtomicQualLoc()
6164 ATL.setParensRange(SourceRange()); in fillAtomicQualLoc()
6224 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) { in GetTypeSourceInfoForDeclarator() local
6225 fillAtomicQualLoc(ATL, D.getTypeObject(i)); in GetTypeSourceInfoForDeclarator()
6226 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
DSemaInit.cpp6923 AttributedTypeLoc ATL; in implicitObjectParamIsLifetimeBound() local
6925 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in implicitObjectParamIsLifetimeBound()
6926 TL = ATL.getModifiedLoc()) { in implicitObjectParamIsLifetimeBound()
6927 if (ATL.getAttrAs<LifetimeBoundAttr>()) in implicitObjectParamIsLifetimeBound()
DSemaDecl.cpp6442 AttributedTypeLoc ATL; in checkAttributesAfterMerging() local
6444 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in checkAttributesAfterMerging()
6445 TL = ATL.getModifiedLoc()) { in checkAttributesAfterMerging()
6449 if (const auto *A = ATL.getAttrAs<LifetimeBoundAttr>()) { in checkAttributesAfterMerging()
/external/google-breakpad/src/build/
Dcommon.gypi325 # This is required for ATL to use XP-safe versions of its functions.
/external/cpuinfo/test/dmesg/
Dmeizu-pro-7-plus.log2939 [ 1.980011] (0)[1:swapper/0][charger] battery spec:ATL, current:0
3151 [ 2.308388] (1)[274:charger_thread][charger] battery spec:ATL, current:5100000
4345 [ 8.553605] (8)[274:charger_thread][charger] battery spec:ATL, current:5100000
4454 [ 8.953961] (8)[274:charger_thread][charger] battery spec:ATL, current:5100000
4576 [ 9.380730] (9)[274:charger_thread][charger] battery spec:ATL, current:5100000

12