Home
last modified time | relevance | path

Searched refs:ULE (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-14.2/sys/arm/conf/
H A DARMADA38X20 options SCHED_ULE # ULE scheduler
H A DARMADAXP29 options SCHED_ULE # ULE scheduler
H A DZEDBOARD28 options SCHED_ULE # ULE scheduler
H A DTEGRA12425 options SCHED_ULE # ULE scheduler
H A DGENERIC63 options SCHED_ULE # ULE scheduler
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13485 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 DSemaTemplateVariadic.cpp1242 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 DTreeTransform.h10198 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 DSema.cpp2651 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 DSemaExpr.cpp3448 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 DSemaDeclAttr.cpp3750 } 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 Dstd.arm647 options SCHED_ULE # ULE scheduler
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1419 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 DItaniumMangle.cpp4999 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 DMINIMAL36 options SCHED_ULE # ULE scheduler
H A DFIRECRACKER25 options SCHED_ULE # ULE scheduler
H A DGENERIC26 options SCHED_ULE # ULE scheduler
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4056 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 DJSONNodeDumper.h297 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *ULE);
/freebsd-14.2/sys/i386/conf/
H A DMINIMAL42 options SCHED_ULE # ULE scheduler
H A DGENERIC28 options SCHED_ULE # ULE scheduler
/freebsd-14.2/sys/riscv/conf/
H A DGENERIC26 options SCHED_ULE # ULE scheduler
/freebsd-14.2/sys/powerpc/conf/
H A DGENERIC35 options SCHED_ULE # ULE scheduler
H A DGENERIC64LE36 options SCHED_ULE # ULE scheduler
H A DGENERIC6437 options SCHED_ULE # ULE scheduler

12