Home
last modified time | relevance | path

Searched refs:alignedAllocMinVersion (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DAlignedAllocation.h24 inline llvm::VersionTuple alignedAllocMinVersion(llvm::Triple::OSType OS) { in alignedAllocMinVersion() function
/external/llvm-project/clang/lib/Driver/ToolChains/
DDarwin.cpp2428 return TargetVersion < alignedAllocMinVersion(OS); in isAlignedAllocationUnavailable()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp1853 VersionTuple OSVersion = alignedAllocMinVersion(T.getOS()); in diagnoseUnavailableAlignedAllocation()