| /freebsd-14.2/sys/arm/conf/ |
| H A D | ARMADA38X | 20 options SCHED_ULE # ULE scheduler
|
| H A D | ARMADAXP | 29 options SCHED_ULE # ULE scheduler
|
| H A D | ZEDBOARD | 28 options SCHED_ULE # ULE scheduler
|
| H A D | TEGRA124 | 25 options SCHED_ULE # ULE scheduler
|
| H A D | GENERIC | 63 options SCHED_ULE # ULE scheduler
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 13485 if (ULE->requiresADL()) { in AddOverloadedCallCandidates() 13499 if (ULE->hasExplicitTemplateArgs()) { in AddOverloadedCallCandidates() 13510 if (ULE->requiresADL()) in AddOverloadedCallCandidates() 13511 AddArgumentDependentLookupCandidates(ULE->getName(), ULE->getExprLoc(), in AddOverloadedCallCandidates() 13704 SS.Adopt(ULE->getQualifierLoc()); in BuildRecoveryCallExpr() 13709 if (ULE->hasExplicitTemplateArgs()) { in BuildRecoveryCallExpr() 13714 LookupResult R(SemaRef, ULE->getName(), ULE->getNameLoc(), in BuildRecoveryCallExpr() 13791 if (ULE->requiresADL()) { in buildOverloadedCallSet() 13798 if (ULE->decls_begin() != ULE->decls_end() && in buildOverloadedCallSet() 13799 ULE->decls_begin() + 1 == ULE->decls_end() && in buildOverloadedCallSet() [all …]
|
| H A D | SemaTemplateVariadic.cpp | 1242 UnresolvedLookupExpr *ULE = nullptr; in ActOnCXXFoldExpr() local 1254 ULE = cast<UnresolvedLookupExpr>(Callee.get()); in ActOnCXXFoldExpr() 1258 return BuildCXXFoldExpr(ULE, LParenLoc, LHS, Opc, EllipsisLoc, RHS, RParenLoc, in ActOnCXXFoldExpr()
|
| H A D | TreeTransform.h | 10198 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPReductionClause() local 10200 for (auto *D : ULE->decls()) { in TransformOMPReductionClause() 10209 NameInfo, /*ADL=*/true, ULE->isOverloaded(), in TransformOMPReductionClause() 10246 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPTaskReductionClause() local 10248 for (auto *D : ULE->decls()) { in TransformOMPTaskReductionClause() 10291 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPInReductionClause() local 10293 for (auto *D : ULE->decls()) { in TransformOMPInReductionClause() 10472 auto *ULE = cast<UnresolvedLookupExpr>(E); in transformOMPMappableExprListClause() local 10474 for (auto *D : ULE->decls()) { in transformOMPMappableExprListClause() 12123 LookupResult R(SemaRef, ULE->getName(), ULE->getNameLoc(), in TransformCXXOperatorCallExpr() [all …]
|
| H A D | Sema.cpp | 2651 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in IsCPUDispatchCPUSpecificMultiVersion() local 2652 if (ULE->getNumDecls() == 0) in IsCPUDispatchCPUSpecificMultiVersion() 2655 const NamedDecl *ND = *ULE->decls_begin(); in IsCPUDispatchCPUSpecificMultiVersion()
|
| H A D | SemaExpr.cpp | 3448 UnresolvedLookupExpr *ULE in BuildDeclarationNameExpr() local 3455 return ULE; in BuildDeclarationNameExpr() 7162 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(Fn); in ActOnCallExpr() local 7163 ULE && ULE->hasExplicitTemplateArgs() && in ActOnCallExpr() 7164 ULE->decls_begin() == ULE->decls_end()) { in ActOnCallExpr() 7168 << ULE->getName(); in ActOnCallExpr() 7263 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl)) in BuildCallExpr() local 7265 Scope, Fn, ULE, LParenLoc, ArgExprs, RParenLoc, ExecConfig, in BuildCallExpr() 16540 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in isQualifiedMemberAccess() local 16541 if (!ULE->getQualifier()) in isQualifiedMemberAccess() [all …]
|
| H A D | SemaDeclAttr.cpp | 3750 } else if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in handleCleanupAttr() local 3751 if (ULE->hasExplicitTemplateArgs()) in handleCleanupAttr() 3753 FD = S.ResolveSingleFunctionTemplateSpecialization(ULE, true); in handleCleanupAttr() 3754 NI = ULE->getNameInfo(); in handleCleanupAttr() 3758 if (ULE->getType() == S.Context.OverloadTy) in handleCleanupAttr() 3759 S.NoteAllOverloadCandidates(ULE); in handleCleanupAttr()
|
| /freebsd-14.2/sys/arm64/conf/ |
| H A D | std.arm64 | 7 options SCHED_ULE # ULE scheduler
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1419 const UnresolvedLookupExpr *ULE) { in VisitUnresolvedLookupExpr() argument 1420 JOS.attribute("usesADL", ULE->requiresADL()); in VisitUnresolvedLookupExpr() 1421 JOS.attribute("name", ULE->getName().getAsString()); in VisitUnresolvedLookupExpr() 1423 JOS.attributeArray("lookups", [this, ULE] { in VisitUnresolvedLookupExpr() 1424 for (const NamedDecl *D : ULE->decls()) in VisitUnresolvedLookupExpr()
|
| H A D | ItaniumMangle.cpp | 4999 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); in mangleExpression() local 5000 mangleUnresolvedName(ULE->getQualifier(), ULE->getName(), in mangleExpression() 5001 ULE->getTemplateArgs(), ULE->getNumTemplateArgs(), in mangleExpression()
|
| /freebsd-14.2/sys/amd64/conf/ |
| H A D | MINIMAL | 36 options SCHED_ULE # ULE scheduler
|
| H A D | FIRECRACKER | 25 options SCHED_ULE # ULE scheduler
|
| H A D | GENERIC | 26 options SCHED_ULE # ULE scheduler
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 4056 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingResults() local 4057 return ULE->getTrailingObjects<DeclAccessPair>(); in getTrailingResults() 4065 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingASTTemplateKWAndArgsInfo() local 4066 return ULE->getTrailingObjects<ASTTemplateKWAndArgsInfo>(); in getTrailingASTTemplateKWAndArgsInfo() 4072 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingTemplateArgumentLoc() local 4073 return ULE->getTrailingObjects<TemplateArgumentLoc>(); in getTrailingTemplateArgumentLoc() 4079 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getNamingClass() local 4080 return ULE->getNamingClass(); in getNamingClass()
|
| H A D | JSONNodeDumper.h | 297 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *ULE);
|
| /freebsd-14.2/sys/i386/conf/ |
| H A D | MINIMAL | 42 options SCHED_ULE # ULE scheduler
|
| H A D | GENERIC | 28 options SCHED_ULE # ULE scheduler
|
| /freebsd-14.2/sys/riscv/conf/ |
| H A D | GENERIC | 26 options SCHED_ULE # ULE scheduler
|
| /freebsd-14.2/sys/powerpc/conf/ |
| H A D | GENERIC | 35 options SCHED_ULE # ULE scheduler
|
| H A D | GENERIC64LE | 36 options SCHED_ULE # ULE scheduler
|
| H A D | GENERIC64 | 37 options SCHED_ULE # ULE scheduler
|