Searched refs:KMP_COMPILER_MSVC (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_version.cpp62 #elif KMP_COMPILER_MSVC
H A Dkmp_os.h55 #define KMP_COMPILER_MSVC 0 macro
67 #undef KMP_COMPILER_MSVC macro
68 #define KMP_COMPILER_MSVC 1 macro
103 #elif KMP_COMPILER_MSVC
994 #define KMP_USE_TSX (KMP_ARCH_X86 || KMP_ARCH_X86_64) && !KMP_COMPILER_MSVC
H A Dkmp_atomic.h37 #if KMP_COMPILER_MSVC
H A Dkmp_csupport.cpp658 #elif KMP_COMPILER_MSVC
H A Dkmp_lock.cpp1708 (KMP_COMPILER_MSVC && _MSC_VER >= 1700) || \

Completed in 137 milliseconds