Home
last modified time | relevance | path

Searched refs:KMP_COMPILER_MSVC (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_version.cpp62 #elif KMP_COMPILER_MSVC
Dkmp_os.h55 #define KMP_COMPILER_MSVC 0 macro
67 #undef KMP_COMPILER_MSVC
68 #define KMP_COMPILER_MSVC 1 macro
103 #elif KMP_COMPILER_MSVC
1016 #define KMP_USE_TSX (KMP_ARCH_X86 || KMP_ARCH_X86_64) && !KMP_COMPILER_MSVC
Dkmp_atomic.h37 #if KMP_COMPILER_MSVC
Dkmp_csupport.cpp661 #elif KMP_COMPILER_MSVC in __kmpc_flush()