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.cpp2675 (!IsMV || !(OverloadDecl->isCPUDispatchMultiVersion() || in tryExprAsCall()
2681 IsMV = OverloadDecl->isCPUDispatchMultiVersion() || in tryExprAsCall()
2816 return FD->isCPUDispatchMultiVersion() || FD->isCPUSpecificMultiVersion(); in IsCPUDispatchCPUSpecificMultiVersion()
H A DAnalysisBasedWarnings.cpp826 if (D->getAsFunction() && D->getAsFunction()->isCPUDispatchMultiVersion()) in CheckFallThroughForBody()
H A DSemaOverload.cpp14037 if (!Found || Found->isCPUDispatchMultiVersion() || in resolveAndFixAddressOfSingleOverloadCandidate()
H A DSemaDecl.cpp10777 } else if (NewFD->isCPUDispatchMultiVersion() || in ActOnFunctionDeclarator()
H A DSemaExpr.cpp3214 (FD->isCPUDispatchMultiVersion() || FD->isCPUSpecificMultiVersion()); in ShouldLookupResultBeMultiVersionOverload()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2697 bool isCPUDispatchMultiVersion() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3635 bool FunctionDecl::isCPUDispatchMultiVersion() const { in isCPUDispatchMultiVersion() function in FunctionDecl
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4578 assert(FD->isCPUDispatchMultiVersion() && "Not a multiversion function?"); in emitCPUDispatchDefinition()