/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/ |
D | win-sorted-sections.ll | 6 ; 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/ |
D | nfl.csv | 833 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/ |
D | stdafx.h | 88 using namespace ATL; variable
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | UseTrailingReturnTypeCheck.cpp | 287 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/ |
D | Comment.cpp | 257 if (AdjustedTypeLoc ATL = TL.getAs<AdjustedTypeLoc>()) { in fill() local 258 TL = ATL.getOriginalLoc(); in fill()
|
/external/llvm-project/clang/lib/AST/ |
D | Comment.cpp | 146 if (AdjustedTypeLoc ATL = TL.getAs<AdjustedTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs() local 147 return ATL.getOriginalLoc(); in lookThroughTypedefOrTypeAliasLocs()
|
D | TypeLoc.cpp | 427 if (auto ATL = getAs<AttributedTypeLoc>()) { in findNullabilityLoc() local 428 const Attr *A = ATL.getAttr(); in findNullabilityLoc()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 243 if (AttributedTypeLoc ATL = in checkAllAtProps() local 245 ATLs.push_back(std::make_pair(ATL, PD)); in checkAllAtProps()
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 247 if (AttributedTypeLoc ATL = in checkAllAtProps() local 249 ATLs.push_back(std::make_pair(ATL, PD)); in checkAllAtProps()
|
/external/ImageMagick/ |
D | Install-windows.txt | 17 o Visual C++ ATL for x86 and x64
|
/external/llvm-project/clang/docs/ |
D | MSVCCompatibility.rst | 117 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/ |
D | MSVCCompatibility.rst | 120 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/ |
D | ASTTraverserTest.cpp | 275 const auto ATL = TL.getNextTypeLoc().getAs<AttributedTypeLoc>(); in TEST() local 276 const auto *AS = cast<AddressSpaceAttr>(ATL.getAttr()); in TEST()
|
/external/sfntly/doc/ |
D | smart_pointer_usage.md | 79 > difference between assignment and attachment with ATL smart
|
/external/llvm-project/clang/include/clang/AST/ |
D | TypeLoc.h | 2503 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 | .gitignore | 40 # Build Results of an ATL Project
|
/external/llvm-project/lldb/docs/resources/ |
D | build.rst | 90 * The Active Template Library (ATL). 105 #. Install Visual Studio with the Windows SDK and ATL components.
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 5113 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()
|
D | SemaStmt.cpp | 3054 while (auto ATL = TL.getAs<AttributedTypeLoc>()) in getReturnTypeLoc() local 3055 TL = ATL.getModifiedLoc().IgnoreParens(); in getReturnTypeLoc()
|
D | SemaExpr.cpp | 4906 if (ArrayTypeLoc ATL = TL.getAs<ArrayTypeLoc>()) in DiagnoseCalleeStaticArrayParam() local 4908 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 6143 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()
|
D | SemaInit.cpp | 6923 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()
|
D | SemaDecl.cpp | 6442 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/ |
D | common.gypi | 325 # This is required for ATL to use XP-safe versions of its functions.
|
/external/cpuinfo/test/dmesg/ |
D | meizu-pro-7-plus.log | 2939 [ 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
|