/external/flac/m4/ |
D | gcc_version.m4 | 20 GCC_VERSION=`$CC -dumpversion` 21 AC_MSG_RESULT($GCC_VERSION) 23 GCC_MAJOR_VERSION=`echo $GCC_VERSION | cut -d. -f 1` 24 GCC_MINOR_VERSION=`echo $GCC_VERSION | cut -d. -f 2` 30 AC_SUBST(GCC_VERSION) subst
|
/external/bcc/cmake/ |
D | static_libstdc++.cmake | 5 execute_process(COMMAND ${CMAKE_C_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION) 6 if (GCC_VERSION VERSION_GREATER 4.9 OR GCC_VERSION VERSION_EQUAL 4.9)
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-includes.hpp | 55 #define GCC_VERSION (__GNUC__ * 10000 + \ macro 59 #if GCC_VERSION >= 40801 63 #if GCC_VERSION >= 40400
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 199 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) macro 201 #if !defined(__clang__) && (__GNUC__) && (GCC_VERSION < 40500) 212 #if (__GNUC__) && (GCC_VERSION < 100000) 221 #if (__GNUC__) && (GCC_VERSION < 40900)
|
/external/bcc/ |
D | CMakeLists.txt | 72 execute_process(COMMAND ${CMAKE_C_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION) 73 if (USINGISYSTEM AND GCC_VERSION VERSION_LESS 6.0)
|
/external/catch2/CMake/ |
D | FindGcov.cmake | 32 string(REGEX MATCH "^[0-9]+" GCC_VERSION 35 find_program(GCOV_BIN NAMES gcov-${GCC_VERSION} gcov
|
/external/catch2/projects/XCode/OCTest/OCTest.xcodeproj/ |
D | project.pbxproj | 192 GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 234 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
/external/lz4/examples/ |
D | HCStreaming_ringBuffer.c | 13 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hex_float.h | 30 #define GCC_VERSION 0 macro 32 #define GCC_VERSION \ macro 486 #if GCC_VERSION == 40801
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | hex_float.h | 30 #define GCC_VERSION 0 macro 32 #define GCC_VERSION \ macro 486 #if GCC_VERSION == 40801
|
/external/llvm-project/lldb/tools/debugserver/debugserver.xcodeproj/ |
D | project.pbxproj | 690 GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 726 GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 767 GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 866 GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 976 GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 1053 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
/external/zstd/lib/common/ |
D | xxhash.c | 145 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro 164 #elif GCC_VERSION >= 403
|
/external/freetype/builds/unix/ |
D | configure.raw | 253 GCC_VERSION=`$CC -dumpversion` 254 GCC_MAJOR=`echo "$GCC_VERSION" | sed 's/\([[^.]][[^.]]*\).*/\1/'` 255 GCC_MINOR=`echo "$GCC_VERSION" | sed 's/[[^.]][[^.]]*.\([[^.]][[^.]]*\).*/\1/'`
|
/external/libxml2/ |
D | configure.ac | 1080 GCC_VERSION=`${CC} --version | head -1 | awk '{print $3}'` 1081 GCC_MAJOR=`echo ${GCC_VERSION} | sed 's+\..*++'` 1082 GCC_MEDIUM=`echo ${GCC_VERSION} | sed 's+[[0-9]]*\.++' | sed 's+\..*++'`
|
/external/vulkan-validation-layers/layers/ |
D | gpu_validation.cpp | 892 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) macro 894 #if defined(__GNUC__) && GCC_VERSION < 40900
|
/external/zstd/lib/legacy/ |
D | zstd_v01.c | 143 # define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro 348 # elif defined(__GNUC__) && (GCC_VERSION >= 304) /* GCC Intrinsic */ in FSE_highbit32()
|
/external/openscreen/third_party/abseil/src/absl/types/ |
D | optional_test.cc | 989 #define GCC_VERSION (__GNUC__ * 10000 \ macro 992 #if GCC_VERSION < 40901
|
/external/libtextclassifier/abseil-cpp/absl/types/ |
D | optional_test.cc | 989 #define GCC_VERSION (__GNUC__ * 10000 \ macro 992 #if GCC_VERSION < 40901
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | optional_test.cc | 989 #define GCC_VERSION (__GNUC__ * 10000 \ macro 992 #if GCC_VERSION < 40901
|
/external/webrtc/third_party/abseil-cpp/absl/types/ |
D | optional_test.cc | 989 #define GCC_VERSION (__GNUC__ * 10000 \ macro 992 #if GCC_VERSION < 40901
|
/external/abseil-cpp/absl/types/ |
D | optional_test.cc | 989 #define GCC_VERSION (__GNUC__ * 10000 \ macro 992 #if GCC_VERSION < 40901
|
/external/libaom/libaom/third_party/googletest/src/googletest/ |
D | README.md | 226 Comment options `SDKROOT`, `MACOS_DEPLOYMENT_TARGET`, and `GCC_VERSION`. If
|
/external/flac/ |
D | configure.ac | 626 echo " GCC version : ............................. ${GCC_VERSION}"
|
/external/libvpx/libvpx/third_party/googletest/src/ |
D | README.md | 226 Comment options `SDKROOT`, `MACOS_DEPLOYMENT_TARGET`, and `GCC_VERSION`. If
|
/external/google-breakpad/src/tools/mac/dump_syms/dump_syms.xcodeproj/ |
D | project.pbxproj | 1656 GCC_VERSION = ""; 1665 GCC_VERSION = "";
|