Home
last modified time | relevance | path

Searched refs:DE_COMPILER_CLANG (Results 1 – 20 of 20) sorted by relevance

/external/deqp/framework/delibs/dethread/
DdeAtomic.h43 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deAtomicIncrementInt32()
69 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deAtomicDecrementInt32()
104 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deAtomicCompareExchangeUint32()
127 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deAtomicIncrementInt64()
153 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deAtomicDecrementInt64()
188 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deAtomicCompareExchangeUint64()
259 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG)
DdeThreadLocal.h33 #elif (DE_OS == DE_OS_UNIX && (DE_COMPILER == DE_COMPILER_GCC || DE_COMPILER == DE_COMPILER_CLANG))
/external/deqp/framework/delibs/debase/
DdeDefs.h30 #define DE_COMPILER_CLANG 3 /*!< LLVM Clang Compiler. */ macro
36 # define DE_DETAIL_DETECTED_COMPILER DE_COMPILER_CLANG
50 # if (DE_DETAIL_DETECTED_COMPILER == DE_COMPILER_CLANG) && (DE_COMPILER == DE_COMPILER_GCC)
52 # elif (DE_DETAIL_DETECTED_COMPILER == DE_COMPILER_GCC) && (DE_COMPILER == DE_COMPILER_CLANG)
53 # error Detected compiler is GCC, but got DE_COMPILER == DE_COMPILER_CLANG
183 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG)
218 # elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG)
235 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG)
297 #if (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG)
361 #if (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG)
[all …]
DdeMath.c31 #if (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG)
52 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deGetRoundingMode()
86 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deSetRoundingMode()
DdeDefs.c123 #elif ((DE_OS == DE_OS_WIN32) && (DE_COMPILER == DE_COMPILER_CLANG)) in deAssertFail()
DdeInt32.h314 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deClz32()
345 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deCtz32()
/external/deqp/framework/delibs/cmake/
Dtoolchain-mingw-clang.cmake5 set(DE_COMPILER "DE_COMPILER_CLANG")
DDefs.cmake86 set(DE_COMPILER "DE_COMPILER_CLANG")
94 set(DE_COMPILER "DE_COMPILER_CLANG")
Dtoolchain-android-r11.cmake31 set(DE_COMPILER "DE_COMPILER_CLANG")
134 elseif (DE_COMPILER STREQUAL "DE_COMPILER_CLANG")
Dtoolchain-android-r10e.cmake31 set(DE_COMPILER "DE_COMPILER_CLANG")
142 elseif (DE_COMPILER STREQUAL "DE_COMPILER_CLANG")
Dtoolchain-android-clang-r9.cmake29 set(DE_COMPILER "DE_COMPILER_CLANG")
Dtoolchain-android-clang-r8e.cmake29 set(DE_COMPILER "DE_COMPILER_CLANG")
Dtoolchain-android-clang-r9d.cmake29 set(DE_COMPILER "DE_COMPILER_CLANG")
Dtoolchain-android-clang-r8d.cmake10 set(DE_COMPILER "DE_COMPILER_CLANG")
Dtoolchain-ios.cmake167 set(DE_COMPILER "DE_COMPILER_CLANG")
/external/deqp/framework/delibs/decpp/
DdeDirectoryIterator.hpp34 …E_OS_SYMBIAN) || (DE_OS == DE_OS_IOS) || (DE_OS == DE_OS_WIN32 && DE_COMPILER == DE_COMPILER_CLANG)
DdeDefs.hpp121 #if (DE_COMPILER == DE_COMPILER_CLANG) && defined(__has_attribute)
/external/deqp/modules/internal/
DditBuildInfoTests.cpp57 case DE_COMPILER_CLANG: return "DE_COMPILER_CLANG"; in getCompilerName()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp69 case DE_COMPILER_CLANG: return "DE_COMPILER_CLANG"; in getCompilerName()
/external/deqp/framework/common/
DtcuVectorUtil.hpp40 …_OS_ANDROID) || (DE_OS == DE_OS_UNIX) || (DE_OS == DE_OS_WIN32 && DE_COMPILER == DE_COMPILER_CLANG)