| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 84 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs() 132 bool Sema::checkStringLiteralArgumentAttr(const ParsedAttr &AL, unsigned ArgNum, in checkStringLiteralArgumentAttr() 209 const ParsedAttr &AL) { in threadSafetyCheckIsPointer() 343 const ParsedAttr &AL, in checkAttrArgsAreCapabilityObjs() 437 const ParsedAttr &AL) { in checkFunParamsAreScopedLockable() 452 static void handlePtGuardedVarAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handlePtGuardedVarAttr() 459 static bool checkGuardedByAttrCommon(Sema &S, Decl *D, const ParsedAttr &AL, in checkGuardedByAttrCommon() 473 static void handleGuardedByAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handleGuardedByAttr() 481 static void handlePtGuardedByAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handlePtGuardedByAttr() 492 static bool checkAcquireOrderAttrCommon(Sema &S, Decl *D, const ParsedAttr &AL, in checkAcquireOrderAttrCommon() [all …]
|
| H A D | SemaSwift.cpp | 84 void SemaSwift::handleAttrAttr(Decl *D, const ParsedAttr &AL) { in handleAttrAttr() 99 void SemaSwift::handleBridge(Decl *D, const ParsedAttr &AL) { in handleBridge() 139 void SemaSwift::handleError(Decl *D, const ParsedAttr &AL) { in handleError() 140 auto hasErrorParameter = [](Sema &S, Decl *D, const ParsedAttr &AL) -> bool { in handleError() 151 auto hasPointerResult = [](Sema &S, Decl *D, const ParsedAttr &AL) -> bool { in handleError() 165 auto hasIntegerResult = [](Sema &S, Decl *D, const ParsedAttr &AL) -> bool { in handleError() 296 void SemaSwift::handleAsyncError(Decl *D, const ParsedAttr &AL) { in handleAsyncError() 342 static bool validateSwiftFunctionName(Sema &S, const ParsedAttr &AL, in validateSwiftFunctionName() 525 const ParsedAttr &AL, bool IsAsync) { in DiagnoseName() 618 void SemaSwift::handleName(Decl *D, const ParsedAttr &AL) { in handleName() [all …]
|
| H A D | SemaAVR.cpp | 23 void SemaAVR::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() 48 void SemaAVR::handleSignalAttr(Decl *D, const ParsedAttr &AL) { in handleSignalAttr()
|
| H A D | SemaWasm.cpp | 259 const WebAssemblyImportModuleAttr &AL) { in mergeImportModuleAttr() 279 SemaWasm::mergeImportNameAttr(Decl *D, const WebAssemblyImportNameAttr &AL) { in mergeImportNameAttr() 299 const ParsedAttr &AL) { in handleWebAssemblyImportModuleAttr() 315 void SemaWasm::handleWebAssemblyImportNameAttr(Decl *D, const ParsedAttr &AL) { in handleWebAssemblyImportNameAttr() 331 void SemaWasm::handleWebAssemblyExportNameAttr(Decl *D, const ParsedAttr &AL) { in handleWebAssemblyExportNameAttr()
|
| H A D | SemaAMDGPU.cpp | 220 const ParsedAttr &AL) { in handleAMDGPUFlatWorkGroupSizeAttr() 279 void SemaAMDGPU::handleAMDGPUWavesPerEUAttr(Decl *D, const ParsedAttr &AL) { in handleAMDGPUWavesPerEUAttr() 289 void SemaAMDGPU::handleAMDGPUNumSGPRAttr(Decl *D, const ParsedAttr &AL) { in handleAMDGPUNumSGPRAttr() 299 void SemaAMDGPU::handleAMDGPUNumVGPRAttr(Decl *D, const ParsedAttr &AL) { in handleAMDGPUNumVGPRAttr() 364 const ParsedAttr &AL) { in handleAMDGPUMaxNumWorkGroupsAttr()
|
| H A D | SemaObjC.cpp | 1520 static bool checkIBOutletCommon(Sema &S, Decl *D, const ParsedAttr &AL) { in checkIBOutletCommon() 1544 void SemaObjC::handleIBOutlet(Decl *D, const ParsedAttr &AL) { in handleIBOutlet() 1551 void SemaObjC::handleIBOutletCollection(Decl *D, const ParsedAttr &AL) { in handleIBOutletCollection() 1597 void SemaObjC::handleSuppresProtocolAttr(Decl *D, const ParsedAttr &AL) { in handleSuppresProtocolAttr() 1608 void SemaObjC::handleDirectAttr(Decl *D, const ParsedAttr &AL) { in handleDirectAttr() 1622 void SemaObjC::handleDirectMembersAttr(Decl *D, const ParsedAttr &AL) { in handleDirectMembersAttr() 1630 void SemaObjC::handleMethodFamilyAttr(Decl *D, const ParsedAttr &AL) { in handleMethodFamilyAttr() 1659 void SemaObjC::handleNSObject(Decl *D, const ParsedAttr &AL) { in handleNSObject() 1684 void SemaObjC::handleIndependentClass(Decl *D, const ParsedAttr &AL) { in handleIndependentClass() 1699 void SemaObjC::handleBlocksAttr(Decl *D, const ParsedAttr &AL) { in handleBlocksAttr() [all …]
|
| H A D | SemaM68k.cpp | 23 void SemaM68k::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr()
|
| H A D | SemaMSP430.cpp | 25 void SemaMSP430::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr()
|
| H A D | SemaOpenCL.cpp | 23 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 D | SemaX86.cpp | 967 void SemaX86::handleAnyInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleAnyInterruptAttr() 1036 void SemaX86::handleForceAlignArgPointerAttr(Decl *D, const ParsedAttr &AL) { in handleForceAlignArgPointerAttr()
|
| H A D | SemaHLSL.cpp | 615 const AttributeCommonInfo &AL, in mergeNumThreadsAttr() 629 const AttributeCommonInfo &AL, in mergeWaveSizeAttr() 648 SemaHLSL::mergeVkConstantIdAttr(Decl *D, const AttributeCommonInfo &AL, in mergeVkConstantIdAttr() 684 SemaHLSL::mergeShaderAttr(Decl *D, const AttributeCommonInfo &AL, in mergeShaderAttr() 697 SemaHLSL::mergeParamModifierAttr(Decl *D, const AttributeCommonInfo &AL, in mergeParamModifierAttr() 1317 void SemaHLSL::handleRootSignatureAttr(Decl *D, const ParsedAttr &AL) { in handleRootSignatureAttr() 1343 void SemaHLSL::handleNumThreadsAttr(Decl *D, const ParsedAttr &AL) { in handleNumThreadsAttr() 1401 void SemaHLSL::handleWaveSizeAttr(Decl *D, const ParsedAttr &AL) { in handleWaveSizeAttr() 1465 void SemaHLSL::handleVkExtBuiltinInputAttr(Decl *D, const ParsedAttr &AL) { in handleVkExtBuiltinInputAttr() 1473 void SemaHLSL::handleVkConstantIdAttr(Decl *D, const ParsedAttr &AL) { in handleVkConstantIdAttr() [all …]
|
| H A D | SemaMIPS.cpp | 243 void SemaMIPS::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr()
|
| H A D | SemaARM.cpp | 1187 void SemaARM::handleBuiltinAliasAttr(Decl *D, const ParsedAttr &AL) { in handleBuiltinAliasAttr() 1212 Sema &S, const ParsedAttr &AL, const FunctionProtoType *FPT, in checkNewAttrMutualExclusion() 1234 void SemaARM::handleNewAttr(Decl *D, const ParsedAttr &AL) { in handleNewAttr() 1287 void SemaARM::handleCmseNSEntryAttr(Decl *D, const ParsedAttr &AL) { in handleCmseNSEntryAttr() 1302 void SemaARM::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() 1334 void SemaARM::handleInterruptSaveFPAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptSaveFPAttr()
|
| H A D | ParsedAttr.cpp | 272 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs() 278 static bool checkAttributeNumArgsImpl(Sema &S, const ParsedAttr &AL, in checkAttributeNumArgsImpl()
|
| H A D | SemaSYCL.cpp | 166 void SemaSYCL::handleKernelAttr(Decl *D, const ParsedAttr &AL) { in handleKernelAttr() 205 void SemaSYCL::handleKernelEntryPointAttr(Decl *D, const ParsedAttr &AL) { in handleKernelEntryPointAttr()
|
| /freebsd/crypto/krb5/src/ccapi/common/win/OldCC/ |
| H A D | ccutil.cxx | 57 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 D | init.cxx | 57 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 D | secure.cxx | 47 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 D | client.cxx | 359 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 D | TypeFinder.cpp | 153 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 D | CGDeclCXX.cpp | 257 auto AL = ApplyDebugLocation::CreateArtificial(CGF); in createAtExitStub() local 310 auto AL = ApplyDebugLocation::CreateArtificial(CGF); in createTLSAtExitStub() local 1060 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalVarDeclInitFunc() local 1089 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalInitFunc() local 1149 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalCleanUpFunc() local 1215 auto AL = ApplyDebugLocation::CreateArtificial(*this); in generateDestroyHelper() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Attr.h | 129 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 D | AllocationActions.h | 87 using AL = SPSAllocActionCallPair::AsArgList; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
| H A D | ARCInfo.h | 25 AL = 0x0, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | AllocatorList.h | 58 AllocatorList &AL; member 66 AllocatorList &AL; member
|