Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2320 (!IsMV || !(OverloadDecl->isCPUDispatchMultiVersion() || in tryExprAsCall()
2326 IsMV = OverloadDecl->isCPUDispatchMultiVersion() || in tryExprAsCall()
2459 return FD->isCPUDispatchMultiVersion() || FD->isCPUSpecificMultiVersion(); in IsCPUDispatchCPUSpecificMultiVersion()
H A DAnalysisBasedWarnings.cpp683 if (D->getAsFunction() && D->getAsFunction()->isCPUDispatchMultiVersion()) in CheckFallThroughForBody()
H A DSemaOverload.cpp12406 if (!Found || Found->isCPUDispatchMultiVersion() || in resolveAndFixAddressOfSingleOverloadCandidate()
H A DSemaDecl.cpp9794 } else if (NewFD->isCPUDispatchMultiVersion() || in ActOnFunctionDeclarator()
H A DSemaExpr.cpp3159 (FD->isCPUDispatchMultiVersion() || FD->isCPUSpecificMultiVersion()); in ShouldLookupResultBeMultiVersionOverload()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2448 bool isCPUDispatchMultiVersion() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3237 bool FunctionDecl::isCPUDispatchMultiVersion() const { in isCPUDispatchMultiVersion() function in FunctionDecl
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3460 if (!FD->isCPUDispatchMultiVersion() && !FD->isCPUSpecificMultiVersion()) in GetOrCreateMultiVersionResolver()