Home
last modified time | relevance | path

Searched defs:AL (Results 1 – 25 of 102) sorted by relevance

12345

/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp186 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 …]
DSemaAvailability.cpp425 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/
DOptionParsingTest.cpp70 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/
DOptionParsingTest.cpp70 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/
DAttributesTest.cpp59 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/
Dallocator.ctor.pass.cpp33 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/
Dallocator.ctor.pass.cpp32 typedef std::allocator<long> AL; in main() typedef
41 typedef std::allocator<const long> AL; in main() typedef
/external/llvm-project/clang/lib/CodeGen/
DCGDeclCXX.cpp251 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/
Dunalignedcount.cpp20 #define VERIFY_ALIGNED_UNALIGNED_COUNT(XPR,AL,UL,AS,US) {\ argument
/external/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
DARCInfo.h25 AL = 0x0, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/
DARCInfo.h25 AL = 0x0, enumerator
/external/rust/crates/unicode-bidi/src/char_data/
Dtables.rs19 AL, enumerator
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestClassOverride.java31 private static final int AL = TestData.AL; field in TestClassOverride
DTestData.java39 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/
DTestClassOverride.java28 private static final int AL = TestData.AL; field in TestClassOverride
DTestData.java36 protected static final int AL = UCharacterDirection.RIGHT_TO_LEFT_ARABIC; field in TestData
/external/llvm-project/llvm/include/llvm/ADT/
DAllocatorList.h59 AllocatorList &AL; member
67 AllocatorList &AL; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAllocatorList.h59 AllocatorList &AL; member
67 AllocatorList &AL; member
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.h47 #define AL U_RIGHT_TO_LEFT_ARABIC macro
/external/llvm-project/clang/lib/Driver/
DDriver.cpp1936 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/
DCGDeclCXX.cpp531 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/
DMachOLayoutBuilder.cpp75 bool AL = A->isLocalSymbol(), in updateDySymTab() local
/external/llvm-project/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h45 AL // Always (unconditional) Always (unconditional) enumerator
/external/llvm-project/compiler-rt/lib/builtins/hexagon/
Ddfsqrt.S15 #define AL r0 macro
340 #define AL r1 macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h45 AL // Always (unconditional) Always (unconditional) enumerator

12345