Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/dethread/
DdeAtomic.h43 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deAtomicIncrement32()
59 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deAtomicDecrement32()
84 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deAtomicCompareExchange32()
96 #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
38 # define DE_COMPILER DE_COMPILER_CLANG
157 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG)
192 # elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG)
209 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG)
327 #if (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG)
334 #if (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG)
DdeMath.c30 #if (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG)
51 #elif (DE_COMPILER == DE_COMPILER_GCC) || (DE_COMPILER == DE_COMPILER_CLANG) in deGetRoundingMode()
85 #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.h272 #elif (DE_COMPILER == DE_COMPILER_GCC == DE_COMPILER == DE_COMPILER_CLANG) in deClz32()
/external/deqp/framework/delibs/cmake/
Dtoolchain-mingw-clang.cmake5 set(DE_COMPILER "DE_COMPILER_CLANG")
DDefs.cmake74 set(DE_COMPILER "DE_COMPILER_CLANG")
82 set(DE_COMPILER "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-r8d.cmake10 set(DE_COMPILER "DE_COMPILER_CLANG")
Dtoolchain-android-clang-r9d.cmake29 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)
/external/deqp/modules/internal/
DditBuildInfoTests.cpp57 case DE_COMPILER_CLANG: return "DE_COMPILER_CLANG"; in getCompilerName()
/external/deqp/framework/common/
DtcuVectorUtil.hpp39 …_OS_ANDROID) || (DE_OS == DE_OS_UNIX) || (DE_OS == DE_OS_WIN32 && DE_COMPILER == DE_COMPILER_CLANG)