| /external/llvm-project/clang/lib/Sema/ |
| D | SemaDeclAttr.cpp | 186 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs() 192 static bool checkAttributeNumArgsImpl(Sema &S, const ParsedAttr &AL, in checkAttributeNumArgsImpl() 205 static bool checkAttributeNumArgs(Sema &S, const ParsedAttr &AL, unsigned Num) { in checkAttributeNumArgs() 213 static bool checkAttributeAtLeastNumArgs(Sema &S, const ParsedAttr &AL, in checkAttributeAtLeastNumArgs() 222 static bool checkAttributeAtMostNumArgs(Sema &S, const ParsedAttr &AL, in checkAttributeAtMostNumArgs() 233 getAttrLoc(const AttrInfo &AL) { in getAttrLoc() 236 static SourceLocation getAttrLoc(const ParsedAttr &AL) { return AL.getLoc(); } in getAttrLoc() 301 static bool checkAttrMutualExclusion(Sema &S, Decl *D, const ParsedAttr &AL) { in checkAttrMutualExclusion() 311 static bool checkAttrMutualExclusion(Sema &S, Decl *D, const Attr &AL) { in checkAttrMutualExclusion() 370 bool Sema::checkStringLiteralArgumentAttr(const ParsedAttr &AL, unsigned ArgNum, in checkStringLiteralArgumentAttr() [all …]
|
| D | SemaAvailability.cpp | 425 if (const auto *AL = OffendingDecl->getAttr<DeprecatedAttr>()) in DoEmitAvailabilityWarning() local 437 if (auto AL = OffendingDecl->getAttr<UnavailableAttr>()) { in DoEmitAvailabilityWarning() local 489 if (auto AL = OffendingDecl->getAttr<DeprecatedAttr>()) in DoEmitAvailabilityWarning() local 491 if (auto AL = getAttrForPlatform(S.Context, OffendingDecl)) in DoEmitAvailabilityWarning() local
|
| /external/llvm-project/llvm/unittests/Option/ |
| D | OptionParsingTest.cpp | 70 InputArgList AL = T.ParseArgs(Args, MAI, MAC); in TEST() local 119 InputArgList AL = T.ParseArgs(Args, MAI, MAC, in TEST() local 147 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 156 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 167 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 177 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 187 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 198 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 214 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 225 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local [all …]
|
| /external/llvm/unittests/Option/ |
| D | OptionParsingTest.cpp | 70 InputArgList AL = T.ParseArgs(Args, MAI, MAC); in TEST() local 115 InputArgList AL = T.ParseArgs(Args, MAI, MAC, in TEST() local 143 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 152 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 163 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 173 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 183 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 194 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 210 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 221 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local [all …]
|
| /external/llvm-project/llvm/unittests/IR/ |
| D | AttributesTest.cpp | 59 AttributeList AL; in TEST() local 98 AttributeList AL; in TEST() local 143 AttributeList AL; in TEST() local 163 AttributeList AL = AttributeList::get(C, EmptyLists); in TEST() local 171 AttributeList AL = AttributeList::get(C, Attrs); in TEST() local
|
| /external/libcxx/test/std/utilities/memory/default.allocator/ |
| D | allocator.ctor.pass.cpp | 33 typedef std::allocator<long> AL; in main() typedef 42 typedef std::allocator<const long> AL; in main() typedef
|
| /external/llvm-project/libcxx/test/std/utilities/memory/default.allocator/ |
| D | allocator.ctor.pass.cpp | 32 typedef std::allocator<long> AL; in main() typedef 41 typedef std::allocator<const long> AL; in main() typedef
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGDeclCXX.cpp | 251 auto AL = ApplyDebugLocation::CreateArtificial(CGF); in createAtExitStub() local 683 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalVarDeclInitFunc() local 712 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalInitFunc() local 771 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalCleanUpFunc() local 820 auto AL = ApplyDebugLocation::CreateArtificial(*this); in generateDestroyHelper() local
|
| /external/eigen/test/ |
| D | unalignedcount.cpp | 20 #define VERIFY_ALIGNED_UNALIGNED_COUNT(XPR,AL,UL,AS,US) {\ argument
|
| /external/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
| D | ARCInfo.h | 25 AL = 0x0, enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/ |
| D | ARCInfo.h | 25 AL = 0x0, enumerator
|
| /external/rust/crates/unicode-bidi/src/char_data/ |
| D | tables.rs | 19 AL, enumerator
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
| D | TestClassOverride.java | 31 private static final int AL = TestData.AL; field in TestClassOverride
|
| D | TestData.java | 39 protected static final int AL = UCharacterDirection.RIGHT_TO_LEFT_ARABIC; field in TestData
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
| D | TestClassOverride.java | 28 private static final int AL = TestData.AL; field in TestClassOverride
|
| D | TestData.java | 36 protected static final int AL = UCharacterDirection.RIGHT_TO_LEFT_ARABIC; field in TestData
|
| /external/llvm-project/llvm/include/llvm/ADT/ |
| D | AllocatorList.h | 59 AllocatorList &AL; member 67 AllocatorList &AL; member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | AllocatorList.h | 59 AllocatorList &AL; member 67 AllocatorList &AL; member
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | cbiditst.h | 47 #define AL U_RIGHT_TO_LEFT_ARABIC macro
|
| /external/llvm-project/clang/lib/Driver/ |
| D | Driver.cpp | 1936 const ActionList *AL = &A->getInputs(); local 2378 virtual void appendTopLevelActions(ActionList &AL) {} in appendTopLevelActions() 2381 virtual void appendLinkDeviceActions(ActionList &AL) {} in appendLinkDeviceActions() 2384 virtual Action* appendLinkHostActions(ActionList &AL) { return nullptr; } in appendLinkHostActions() 2522 void appendTopLevelActions(ActionList &AL) override { in appendTopLevelActions() 2850 ActionList AL; in getDeviceDependences() local 2913 void appendLinkDeviceActions(ActionList &AL) override { in appendLinkDeviceActions() 2949 Action* appendLinkHostActions(ActionList &AL) override { return AL.back(); } in appendLinkHostActions() 3059 void appendTopLevelActions(ActionList &AL) override { in appendTopLevelActions() 3079 void appendLinkDeviceActions(ActionList &AL) override { in appendLinkDeviceActions() [all …]
|
| /external/clang/lib/CodeGen/ |
| D | CGDeclCXX.cpp | 531 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalInitFunc() local 582 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalDtorsFunc() local
|
| /external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| D | MachOLayoutBuilder.cpp | 75 bool AL = A->isLocalSymbol(), in updateDySymTab() local
|
| /external/llvm-project/llvm/lib/Target/ARM/Utils/ |
| D | ARMBaseInfo.h | 45 AL // Always (unconditional) Always (unconditional) enumerator
|
| /external/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| D | dfsqrt.S | 15 #define AL r0 macro 340 #define AL r1 macro
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/ |
| D | ARMBaseInfo.h | 45 AL // Always (unconditional) Always (unconditional) enumerator
|