Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp85 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs()
90 SourceLocation Sema::getAttrLoc(const ParsedAttr &AL) { return AL.getLoc(); } in getAttrLoc()
131 bool Sema::checkStringLiteralArgumentAttr(const ParsedAttr &AL, unsigned ArgNum, in checkStringLiteralArgumentAttr()
208 const ParsedAttr &AL) { in threadSafetyCheckIsPointer()
329 const ParsedAttr &AL, in checkAttrArgsAreCapabilityObjs()
425 static void handlePtGuardedVarAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handlePtGuardedVarAttr()
432 static bool checkGuardedByAttrCommon(Sema &S, Decl *D, const ParsedAttr &AL, in checkGuardedByAttrCommon()
446 static void handleGuardedByAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handleGuardedByAttr()
454 static void handlePtGuardedByAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handlePtGuardedByAttr()
465 static bool checkAcquireOrderAttrCommon(Sema &S, Decl *D, const ParsedAttr &AL, in checkAcquireOrderAttrCommon()
[all …]
H A DSemaSwift.cpp75 void SemaSwift::handleAttrAttr(Decl *D, const ParsedAttr &AL) { in handleAttrAttr()
85 void SemaSwift::handleBridge(Decl *D, const ParsedAttr &AL) { in handleBridge()
125 void SemaSwift::handleError(Decl *D, const ParsedAttr &AL) { in handleError()
126 auto hasErrorParameter = [](Sema &S, Decl *D, const ParsedAttr &AL) -> bool { in handleError()
137 auto hasPointerResult = [](Sema &S, Decl *D, const ParsedAttr &AL) -> bool { in handleError()
151 auto hasIntegerResult = [](Sema &S, Decl *D, const ParsedAttr &AL) -> bool { in handleError()
282 void SemaSwift::handleAsyncError(Decl *D, const ParsedAttr &AL) { in handleAsyncError()
328 static bool validateSwiftFunctionName(Sema &S, const ParsedAttr &AL, in validateSwiftFunctionName()
511 const ParsedAttr &AL, bool IsAsync) { in DiagnoseName()
604 void SemaSwift::handleName(Decl *D, const ParsedAttr &AL) { in handleName()
[all …]
H A DSemaAVR.cpp23 void SemaAVR::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr()
36 void SemaAVR::handleSignalAttr(Decl *D, const ParsedAttr &AL) { in handleSignalAttr()
H A DSemaWasm.cpp246 const WebAssemblyImportModuleAttr &AL) { in mergeImportModuleAttr()
266 SemaWasm::mergeImportNameAttr(Decl *D, const WebAssemblyImportNameAttr &AL) { in mergeImportNameAttr()
286 const ParsedAttr &AL) { in handleWebAssemblyImportModuleAttr()
302 void SemaWasm::handleWebAssemblyImportNameAttr(Decl *D, const ParsedAttr &AL) { in handleWebAssemblyImportNameAttr()
318 void SemaWasm::handleWebAssemblyExportNameAttr(Decl *D, const ParsedAttr &AL) { in handleWebAssemblyExportNameAttr()
H A DSemaAMDGPU.cpp161 const ParsedAttr &AL) { in handleAMDGPUFlatWorkGroupSizeAttr()
220 void SemaAMDGPU::handleAMDGPUWavesPerEUAttr(Decl *D, const ParsedAttr &AL) { in handleAMDGPUWavesPerEUAttr()
230 void SemaAMDGPU::handleAMDGPUNumSGPRAttr(Decl *D, const ParsedAttr &AL) { in handleAMDGPUNumSGPRAttr()
240 void SemaAMDGPU::handleAMDGPUNumVGPRAttr(Decl *D, const ParsedAttr &AL) { in handleAMDGPUNumVGPRAttr()
305 const ParsedAttr &AL) { in handleAMDGPUMaxNumWorkGroupsAttr()
H A DSemaObjC.cpp1524 static bool checkIBOutletCommon(Sema &S, Decl *D, const ParsedAttr &AL) { in checkIBOutletCommon()
1548 void SemaObjC::handleIBOutlet(Decl *D, const ParsedAttr &AL) { in handleIBOutlet()
1555 void SemaObjC::handleIBOutletCollection(Decl *D, const ParsedAttr &AL) { in handleIBOutletCollection()
1601 void SemaObjC::handleSuppresProtocolAttr(Decl *D, const ParsedAttr &AL) { in handleSuppresProtocolAttr()
1612 void SemaObjC::handleDirectAttr(Decl *D, const ParsedAttr &AL) { in handleDirectAttr()
1626 void SemaObjC::handleDirectMembersAttr(Decl *D, const ParsedAttr &AL) { in handleDirectMembersAttr()
1634 void SemaObjC::handleMethodFamilyAttr(Decl *D, const ParsedAttr &AL) { in handleMethodFamilyAttr()
1661 void SemaObjC::handleNSObject(Decl *D, const ParsedAttr &AL) { in handleNSObject()
1686 void SemaObjC::handleIndependentClass(Decl *D, const ParsedAttr &AL) { in handleIndependentClass()
1701 void SemaObjC::handleBlocksAttr(Decl *D, const ParsedAttr &AL) { in handleBlocksAttr()
[all …]
H A DSemaHLSL.cpp134 const AttributeCommonInfo &AL, in mergeNumThreadsAttr()
148 SemaHLSL::mergeShaderAttr(Decl *D, const AttributeCommonInfo &AL, in mergeShaderAttr()
161 SemaHLSL::mergeParamModifierAttr(Decl *D, const AttributeCommonInfo &AL, in mergeParamModifierAttr()
300 void SemaHLSL::handleNumThreadsAttr(Decl *D, const ParsedAttr &AL) { in handleNumThreadsAttr()
359 void SemaHLSL::handleSV_DispatchThreadIDAttr(Decl *D, const ParsedAttr &AL) { in handleSV_DispatchThreadIDAttr()
371 void SemaHLSL::handlePackOffsetAttr(Decl *D, const ParsedAttr &AL) { in handlePackOffsetAttr()
420 void SemaHLSL::handleShaderAttr(Decl *D, const ParsedAttr &AL) { in handleShaderAttr()
440 void SemaHLSL::handleResourceClassAttr(Decl *D, const ParsedAttr &AL) { in handleResourceClassAttr()
462 void SemaHLSL::handleResourceBindingAttr(Decl *D, const ParsedAttr &AL) { in handleResourceBindingAttr()
533 void SemaHLSL::handleParamModifierAttr(Decl *D, const ParsedAttr &AL) { in handleParamModifierAttr()
H A DSemaM68k.cpp23 void SemaM68k::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr()
H A DSemaMSP430.cpp25 void SemaMSP430::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr()
H A DSemaOpenCL.cpp23 void SemaOpenCL::handleNoSVMAttr(Decl *D, const ParsedAttr &AL) { in handleNoSVMAttr()
32 void SemaOpenCL::handleAccessAttr(Decl *D, const ParsedAttr &AL) { in handleAccessAttr()
79 void SemaOpenCL::handleSubGroupSize(Decl *D, const ParsedAttr &AL) { in handleSubGroupSize()
H A DSemaX86.cpp880 void SemaX86::handleAnyInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleAnyInterruptAttr()
949 void SemaX86::handleForceAlignArgPointerAttr(Decl *D, const ParsedAttr &AL) { in handleForceAlignArgPointerAttr()
H A DSemaMIPS.cpp242 void SemaMIPS::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr()
H A DSemaARM.cpp1195 void SemaARM::handleBuiltinAliasAttr(Decl *D, const ParsedAttr &AL) { in handleBuiltinAliasAttr()
1220 Sema &S, const ParsedAttr &AL, const FunctionProtoType *FPT, in checkNewAttrMutualExclusion()
1242 void SemaARM::handleNewAttr(Decl *D, const ParsedAttr &AL) { in handleNewAttr()
1295 void SemaARM::handleCmseNSEntryAttr(Decl *D, const ParsedAttr &AL) { in handleCmseNSEntryAttr()
1310 void SemaARM::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr()
H A DParsedAttr.cpp282 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs()
288 static bool checkAttributeNumArgsImpl(Sema &S, const ParsedAttr &AL, in checkAttributeNumArgsImpl()
H A DSemaBPF.cpp187 void SemaBPF::handlePreserveAccessIndexAttr(Decl *D, const ParsedAttr &AL) { in handlePreserveAccessIndexAttr()
/freebsd/crypto/krb5/src/ccapi/common/win/OldCC/
H A Dccutil.cxx57 CcAutoLock AL(s_lock); in Info() local
69 CcAutoLock AL(s_lock); in Initialize() local
156 CcAutoLock AL(s_lock); in Cleanup() local
H A Dinit.cxx57 CcAutoLock AL(s_lock); in Info() local
69 CcAutoLock AL(s_lock); in Initialize() local
156 CcAutoLock AL(s_lock); in Cleanup() local
H A Dsecure.cxx47 CcAutoLock AL(s_lock); in Attach() local
67 CcAutoLock AL(s_lock); in Detach() local
81 CcAutoLock AL(s_lock); in Token() local
/freebsd/crypto/krb5/src/ccapi/lib/win/OldCC/
H A Dclient.cxx359 CcAutoTryLock AL(Client::sLock); in Initialize() local
370 CcAutoLock AL(Client::sLock); in Cleanup() local
376 CcAutoLock AL(Client::sLock); in Reconnect() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp153 if (const auto *AL = dyn_cast<DIArgList>(M->getMetadata())) { in incorporateValue() local
205 void TypeFinder::incorporateAttributes(AttributeList AL) { in incorporateAttributes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp256 auto AL = ApplyDebugLocation::CreateArtificial(CGF); in createAtExitStub() local
309 auto AL = ApplyDebugLocation::CreateArtificial(CGF); in createTLSAtExitStub() local
1034 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalVarDeclInitFunc() local
1066 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalInitFunc() local
1126 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalCleanUpFunc() local
1175 auto AL = ApplyDebugLocation::CreateArtificial(*this); in generateDestroyHelper() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h129 bool checkAttrMutualExclusion(SemaBase &S, Decl *D, const ParsedAttr &AL) { in checkAttrMutualExclusion()
141 bool checkAttrMutualExclusion(SemaBase &S, Decl *D, const Attr &AL) { in checkAttrMutualExclusion()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DAllocationActions.h79 using AL = SPSAllocActionCallPair::AsArgList; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h25 AL = 0x0, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h58 AllocatorList &AL; member
66 AllocatorList &AL; member

1234