Searched refs:LOCAL_CLANG_VERSION (Results 1 – 2 of 2) sorted by relevance
29 # define LOCAL_CLANG_VERSION ((__clang_major__ << 8) | __clang_minor__) macro31 (LOCAL_CLANG_VERSION >= (((maj) << 8) | (min)))33 # define LOCAL_CLANG_VERSION 0 macro
40 # define LOCAL_CLANG_VERSION ((__clang_major__ << 8) | __clang_minor__) macro42 (LOCAL_CLANG_VERSION >= (((maj) << 8) | (min)))44 # define LOCAL_CLANG_VERSION 0