Home
last modified time | relevance | path

Searched refs:GCC_VERSION (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dplat_types.h335 #define GCC_VERSION (__GNUC__ * 10000 \ macro
339 #if defined(__GNUC__) && (GCC_VERSION >= 40600) && !defined(__cplusplus)
344 #elif defined(__GNUC__) && (GCC_VERSION >= 40300) && defined(__cplusplus) && (__cplusplus >= 201103…
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/arch/
A Dcc.h43 #if defined(__GNUC__) && (GCC_VERSION <= 40903)
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/
A Dvulkan.hpp89 # define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) macro
90 # if 40600 <= GCC_VERSION

Completed in 773 milliseconds