Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2507 (!IsMV || !(OverloadDecl->isCPUDispatchMultiVersion() || in tryExprAsCall()
2513 IsMV = OverloadDecl->isCPUDispatchMultiVersion() || in tryExprAsCall()
2648 return FD->isCPUDispatchMultiVersion() || FD->isCPUSpecificMultiVersion(); in IsCPUDispatchCPUSpecificMultiVersion()
H A DAnalysisBasedWarnings.cpp710 if (D->getAsFunction() && D->getAsFunction()->isCPUDispatchMultiVersion()) in CheckFallThroughForBody()
H A DSemaOverload.cpp13282 if (!Found || Found->isCPUDispatchMultiVersion() || in resolveAndFixAddressOfSingleOverloadCandidate()
H A DSemaDecl.cpp10558 } else if (NewFD->isCPUDispatchMultiVersion() || in ActOnFunctionDeclarator()
H A DSemaExpr.cpp3160 (FD->isCPUDispatchMultiVersion() || FD->isCPUSpecificMultiVersion()); in ShouldLookupResultBeMultiVersionOverload()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2597 bool isCPUDispatchMultiVersion() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3564 bool FunctionDecl::isCPUDispatchMultiVersion() const { in isCPUDispatchMultiVersion() function in FunctionDecl
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4334 assert(FD->isCPUDispatchMultiVersion() && "Not a multiversion function?"); in emitCPUDispatchDefinition()