Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp197 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs()
206 getAttrLoc(const AttrInfo &AL) { in getAttrLoc()
2218 bool Sema::CheckAttrTarget(const ParsedAttr &AL) { in CheckAttrTarget()
2305 const ParsedAttr &AL) { in handleDependencyAttr()
5813 parsedAttrToRetainOwnershipKind(const ParsedAttr &AL) { in parsedAttrToRetainOwnershipKind()
7506 const ParsedAttr &AL) { in handleBPFPreserveAccessIndexAttr()
8533 Decl *D, const EnforceTCBLeafAttr &AL) { in mergeEnforceTCBLeafAttr()
9362 for (const ParsedAttr &AL : AttrList) in ProcessDeclAttributeList() local
9433 for (const ParsedAttr &AL : AttrList) in ProcessDeclAttributeDelayed() local
9449 for (const ParsedAttr &AL : AttrList) { in ProcessAccessDeclAttributeList() local
[all …]
H A DParsedAttr.cpp270 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs()
276 static bool checkAttributeNumArgsImpl(Sema &S, const ParsedAttr &AL, in checkAttributeNumArgsImpl()
H A DSemaAvailability.cpp429 if (const auto *AL = OffendingDecl->getAttr<DeprecatedAttr>()) in DoEmitAvailabilityWarning() local
441 if (auto AL = OffendingDecl->getAttr<UnavailableAttr>()) { in DoEmitAvailabilityWarning() local
493 if (auto AL = OffendingDecl->getAttr<DeprecatedAttr>()) in DoEmitAvailabilityWarning() local
495 if (auto AL = getAttrForPlatform(S.Context, OffendingDecl)) in DoEmitAvailabilityWarning() local
H A DSemaType.cpp1245 for (const ParsedAttr &AL : Attrs) in getImageAccess() local
3213 for (const ParsedAttr &AL : chunk.getAttrs()) in inferARCWriteback() local
4004 for (const ParsedAttr &AL : AttrList) { in getCCForDeclaratorChunk() local
4067 for (const ParsedAttr &AL : D.getDeclSpec().getAttributes()) { in getCCForDeclaratorChunk() local
4080 for (const ParsedAttr &AL : D.getDeclSpec().getAttributes()) { in getCCForDeclaratorChunk() local
4139 for (const ParsedAttr &AL : attrs) { in hasNullabilityAttr() local
4547 static AttrT *createSimpleAttr(ASTContext &Ctx, ParsedAttr &AL) { in createSimpleAttr()
5313 for (const ParsedAttr &AL : ReturnTypeChunk.getAttrs()) { in GetFullTypeForDeclarator() local
5321 for (const ParsedAttr &AL : D.getDeclSpec().getAttributes()) { in GetFullTypeForDeclarator() local
6058 for (const ParsedAttr &AL : Attrs) { in fillMatrixTypeLoc() local
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp79 AttributeSet visitAttributeIndex(AttributeList AL, unsigned Index) { in visitAttributeIndex()
88 AttributeList visitAttributeList(AttributeList AL) { in visitAttributeList()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DTypeFinder.cpp173 if (const auto *AL = dyn_cast<DIArgList>(V)) { in incorporateMDNode() local
194 void TypeFinder::incorporateAttributes(AttributeList AL) { in incorporateAttributes()
H A DLLVMContextImpl.cpp74 if (auto *AL = dyn_cast<DIArgList>(I)) { in ~LLVMContextImpl() local
H A DIntrinsicInst.cpp84 if (auto *AL = dyn_cast<DIArgList>(MD)) in location_ops() local
95 if (auto *AL = dyn_cast<DIArgList>(MD)) in getVariableLocationOp() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDeclCXX.cpp255 auto AL = ApplyDebugLocation::CreateArtificial(CGF); in createAtExitStub() local
303 auto AL = ApplyDebugLocation::CreateArtificial(CGF); in createTLSAtExitStub() local
993 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalVarDeclInitFunc() local
1025 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalInitFunc() local
1085 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalCleanUpFunc() local
1134 auto AL = ApplyDebugLocation::CreateArtificial(*this); in generateDestroyHelper() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dia64-sync-1.c31 static long AL[12]; variable
H A Dia64-sync-2.c58 static long AL[18]; variable
H A Dia64-sync-3.c34 static long AL[4]; variable
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DAllocationActions.h79 using AL = SPSAllocActionCallPair::AsArgList; variable
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1322 AttributeList AL; in initializeRuntimeFunctions() local
1331 AttributeList AL; in initializeRuntimeFunctions() local
1344 AttributeList AL; in initializeRuntimeFunctions() local
1355 AttributeList AL; in initializeRuntimeFunctions() local
1362 AttributeList AL; in initializeRuntimeFunctions() local
1380 AttributeList AL; in initializeRuntimeFunctions() local
1435 AttributeList AL; in initializeCallbackFunctions() local
1441 AttributeList AL; in initializeCallbackFunctions() local
1449 AttributeList AL; in initializeCallbackFunctions() local
1455 AttributeList AL; in initializeCallbackFunctions() local
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h25 AL = 0x0, enumerator
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAllocatorList.h58 AllocatorList &AL; member
66 AllocatorList &AL; member
/openbsd/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddfsqrt.S15 #define AL r0 macro
340 #define AL r1 macro
H A Ddfdiv.S13 #define AL r0 macro
209 #define AL r0 macro
H A Ddffma.S17 #define AL r0 macro
412 AL = #0x0030 define
/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp2295 const ActionList *AL = &A->getInputs(); local
2812 virtual void appendTopLevelActions(ActionList &AL) {} in appendTopLevelActions()
2815 virtual void appendLinkDeviceActions(ActionList &AL) {} in appendLinkDeviceActions()
2818 virtual Action* appendLinkHostActions(ActionList &AL) { return nullptr; } in appendLinkHostActions()
2993 void appendTopLevelActions(ActionList &AL) override { in appendTopLevelActions()
3366 ActionList AL; in getDeviceDependences() local
3375 ActionList AL; in getDeviceDependences() local
3473 void appendLinkDeviceActions(ActionList &AL) override { in appendLinkDeviceActions()
3526 Action* appendLinkHostActions(ActionList &AL) override { return AL.back(); } in appendLinkHostActions()
3715 bool appendTopLevelActions(ActionList &AL, Action *HostAction, in appendTopLevelActions()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h45 AL // Always (unconditional) Always (unconditional) enumerator
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp143 } else if (const auto *AL = in orderModule() local
279 } else if (const auto *AL = in predictUseListOrder() local
424 if (auto *AL = dyn_cast<DIArgList>(MD->getMetadata())) { in ValueEnumerator() local
/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp74 bool AL = A->isLocalSymbol(), in updateDySymTab() local
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSCCP.cpp185 auto UpdateAttrs = [&](AttributeList AL) { in runIPSCCP()
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp150 } else if (const auto *AL = in orderModule() local
462 if (auto *AL = dyn_cast<DIArgList>(MD->getMetadata())) { in ValueEnumerator() local

123