HomeSort by relevance Sort by last modified time
    Searched refs:GCC_VERSION (Results 1 - 18 of 18) sorted by null

  /external/u-boot/include/linux/
compiler-gcc.h 8 #define GCC_VERSION (__GNUC__ * 10000 \
127 #if GCC_VERSION < 30200
131 #if GCC_VERSION < 30300
138 # if GCC_VERSION < 30400
143 #if GCC_VERSION >= 30400
147 #if GCC_VERSION >= 40000
151 # if GCC_VERSION >= 40100 && GCC_VERSION <= 40101
160 #if GCC_VERSION >= 40100 && GCC_VERSION < 4060
    [all...]
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-includes.hpp 55 #define GCC_VERSION (__GNUC__ * 10000 + \
59 #if GCC_VERSION >= 40801
63 #if GCC_VERSION >= 40400
  /external/v8/src/base/platform/
platform-linux.cc 61 #define GCC_VERSION \
63 #if GCC_VERSION >= 40600 && !defined(__clang__)
70 #elif GCC_VERSION < 40500 && !defined(__clang__)
87 #undef GCC_VERSION
platform-qnx.cc 57 #define GCC_VERSION (__GNUC__ * 10000 \
60 #if GCC_VERSION >= 40600
67 #elif GCC_VERSION < 40500
83 #undef GCC_VERSION
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 154 #define GCC_VERSION (__GNUC__ * 10000 \
158 #if !defined(__clang__) && (__GNUC__) && (GCC_VERSION < 40500)
178 #if (__GNUC__) && (GCC_VERSION < 409000)
  /external/lz4/examples/
HCStreaming_ringBuffer.c 13 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_knobs.cpp 45 #if (__GNUC__) && (GCC_VERSION < 409000)
  /external/u-boot/examples/standalone/
stubs.c 261 #if GCC_VERSION < 30400
263 #endif /* GCC_VERSION */
  /external/deqp-deps/SPIRV-Tools/source/util/
hex_float.h 30 #define GCC_VERSION 0
32 #define GCC_VERSION \
486 #if GCC_VERSION == 40801
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/util/
hex_float.h 30 #define GCC_VERSION 0
32 #define GCC_VERSION \
486 #if GCC_VERSION == 40801
    [all...]
  /build/soong/cc/
makevars.go 298 ctx.Strict(makePrefix+"GCC_VERSION", toolchain.GccVersion())
  /external/googletest/googletest/
README.md 239 Comment options `SDKROOT`, `MACOS_DEPLOYMENT_TARGET`, and `GCC_VERSION`. If
  /external/libvpx/libvpx/third_party/googletest/src/
README.md 226 Comment options `SDKROOT`, `MACOS_DEPLOYMENT_TARGET`, and `GCC_VERSION`. If
  /external/vulkan-validation-layers/layers/
gpu_validation.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c 954 /* The GCC_VERSION and MSVC_VERSION macros are used to
964 ** so the GCC_VERSION macro will be set to a correct non-zero value even
968 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__)
970 # define GCC_VERSION 0
    [all...]
  /external/sqlite/dist/
sqlite3.c 954 /* The GCC_VERSION and MSVC_VERSION macros are used to
964 ** so the GCC_VERSION macro will be set to a correct non-zero value even
968 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__)
970 # define GCC_VERSION 0
    [all...]
  /external/swiftshader/include/vulkan/
vulkan.hpp 89 # define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
90 # if 40600 <= GCC_VERSION
    [all...]
  /external/vulkan-headers/include/vulkan/
vulkan.hpp 91 # define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
92 # if 40600 <= GCC_VERSION
    [all...]

Completed in 1924 milliseconds