Home
last modified time | relevance | path

Searched refs:isCPUDispatchMultiVersion (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2516 (!IsMV || !(OverloadDecl->isCPUDispatchMultiVersion() || in tryExprAsCall()
2522 IsMV = OverloadDecl->isCPUDispatchMultiVersion() || in tryExprAsCall()
2657 return FD->isCPUDispatchMultiVersion() || FD->isCPUSpecificMultiVersion(); in IsCPUDispatchCPUSpecificMultiVersion()
H A DAnalysisBasedWarnings.cpp710 if (D->getAsFunction() && D->getAsFunction()->isCPUDispatchMultiVersion()) in CheckFallThroughForBody()
H A DSemaOverload.cpp13235 if (!Found || Found->isCPUDispatchMultiVersion() || in resolveAndFixAddressOfSingleOverloadCandidate()
H A DSemaDecl.cpp10665 } else if (NewFD->isCPUDispatchMultiVersion() || in ActOnFunctionDeclarator()
H A DSemaExpr.cpp3420 (FD->isCPUDispatchMultiVersion() || FD->isCPUSpecificMultiVersion()); in ShouldLookupResultBeMultiVersionOverload()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2609 bool isCPUDispatchMultiVersion() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3527 bool FunctionDecl::isCPUDispatchMultiVersion() const { in isCPUDispatchMultiVersion() function in FunctionDecl
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4282 assert(FD->isCPUDispatchMultiVersion() && "Not a multiversion function?"); in emitCPUDispatchDefinition()