Home
last modified time | relevance | path

Searched refs:__has_include (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dstacktrace_config.h53 #elif defined(NO_FRAME_POINTER) && defined(__has_include)
54 #if __has_include(<execinfo.h>)
71 #elif defined(__has_include)
72 #if __has_include(<execinfo.h>)
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dconfig.h280 #if __has_include(<android/ndk-version.h>)
282 #endif // __has_include(<android/ndk-version.h>)
519 #ifdef __has_include
520 #if __has_include(<any>) && defined(__cplusplus) && __cplusplus >= 201703L && \
533 #ifdef __has_include
534 #if __has_include(<optional>) && defined(__cplusplus) && \
547 #ifdef __has_include
548 #if __has_include(<variant>) && defined(__cplusplus) && \
561 #ifdef __has_include
562 #if __has_include(<string_vie
[all...]
/third_party/tzdata/
H A Dprivate.h89 #if !defined HAVE_GETTEXT && defined __has_include
90 # if __has_include(<libintl.h>)
126 #if !defined HAVE_SYS_STAT_H && defined __has_include
127 # if !__has_include(<sys/stat.h>)
135 #if !defined HAVE_UNISTD_H && defined __has_include
136 # if !__has_include(<unistd.h>)
283 #if !defined HAVE_STDINT_H && defined __has_include
284 # define HAVE_STDINT_H true /* C23 __has_include implies C99 stdint.h. */
436 #if !defined HAVE_STDCKDINT_H && defined __has_include
437 # if __has_include(<stdckdin
[all...]
H A Dzic.c52 # ifdef __has_include
53 # if __has_include(<sys/random.h>)
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dtsan_mutex_interface.h33 #if defined(ABSL_HAVE_THREAD_SANITIZER) && defined(__has_include)
34 #if __has_include(<sanitizer/tsan_interface.h>)
/third_party/skia/src/core/
H A DSkCpu.cpp76 #elif defined(SK_CPU_ARM64) && __has_include(<sys/auxv.h>)
118 #elif defined(SK_CPU_ARM32) && __has_include(<sys/auxv.h>) && \
137 #elif defined(SK_CPU_ARM32) && __has_include(<cpu-features.h>)
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_hpp_macros.hpp78 #if !defined( __has_include )
79 # define __has_include( x ) false macro
82 #if ( 201907 <= __cpp_lib_three_way_comparison ) && __has_include( <compare> ) && !defined( VULKAN_HPP_NO_SPACESHIP_OPERATOR )
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2354 #ifdef __has_include
2355 #if __has_include(<any>) && __cplusplus >= 201703L
2367 #endif // __has_include(<any>) && __cplusplus >= 201703L
2368 #endif // __has_include
2384 #ifdef __has_include
2385 #if __has_include(<optional>) && __cplusplus >= 201703L
2399 #endif // __has_include(<optional>) && __cplusplus >= 201703L
2400 #endif // __has_include
2414 #ifdef __has_include
2415 #if __has_include(<string_vie
[all...]
/third_party/mesa3d/include/android_stub/cutils/
H A Dproperties.h23 #if __has_include(<sys/system_properties.h>)
/third_party/skia/src/codec/
H A DSkHeifCodec.h18 #if __has_include("HeifDecoderAPI.h")
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h56 #ifndef __has_include
57 #define __has_include(x) 0 macro
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerLoop.cpp23 #if defined(__has_include)
24 #if __has_include(<sanitizer / coverage_interface.h>)
27 #if __has_include(<sanitizer / lsan_interface.h>)
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h284 // MSVC >= 19.11 (VS 2017 Update 3) supports __has_include.
285 #ifdef __has_include
286 #define GTEST_INTERNAL_HAS_INCLUDE __has_include
294 (!defined(__has_include) || GTEST_INTERNAL_HAS_INCLUDE(<version>))
296 #elif (!defined(__has_include) || GTEST_INTERNAL_HAS_INCLUDE(<ciso646>))
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DThread.hpp34 #if __has_include(<atomic>) // clang has an explicit check for the availability of atomic
/third_party/toybox/lib/
H A Dportability.h294 #if defined(__BIONIC__) && __has_include(<processgroup/sched_policy.h>)
/third_party/node/deps/v8/include/
H A Dv8config.h9 #if __cplusplus >= 201703L && !__has_include("v8-gn.h")
/third_party/node/deps/simdutf/
H A Dsimdutf.h79 #ifdef __has_include
80 #if __has_include(<endian.h>)
82 #endif //__has_include(<endian.h>)
83 #endif //__has_include
395 // Though __has_include is C++17, it is supported in Visual Studio 2017 or better (_MSC_VER>=1910).
396 #ifdef __has_include
397 #if __has_include(<CppCoreCheck\Warnings.h>)
/third_party/json/include/nlohmann/detail/
H A Dmacro_scope.hpp50 #ifdef __has_include
51 #if __has_include(<version>)
62 #elif !defined(__has_include)
64 #elif __has_include(<filesystem>)
66 #elif __has_include(<experimental/filesystem>)
/third_party/node/deps/v8/include/v8-include/
H A Dv8config.h9 #if __cplusplus >= 201703L && !__has_include("v8-gn.h")
/third_party/mbedtls/library/
H A Dx509_crt.c2700 #elif defined(__has_include)
2701 #if __has_include(<sys/socket.h>)
2704 #if __has_include(<arpa/inet.h>)
2717 * does not support __has_include(), or if the definition of AF_INET6 is not
2718 * provided by headers included (or not) via __has_include() above.
/third_party/mesa3d/src/util/
H A Du_cpu_detect.c62 #if __has_include(<sys/auxv.h>)
/third_party/glfw/deps/glad/
H A Dgles2.h83 #ifdef __has_include
84 #if __has_include(<winapifamily.h>)
/third_party/node/deps/ada/
H A Dada.h245 // Though __has_include is C++17, it is supported in Visual Studio 2017 or
247 #ifdef __has_include
248 #if __has_include(<CppCoreCheck\Warnings.h>)
383 #ifdef __has_include
384 #if __has_include(<endian.h>)
386 #endif //__has_include(<endian.h>)
387 #endif //__has_include
/third_party/libabigail/tests/lib/
H A Dcatch.hpp317 // Various stdlib support checks that require __has_include
318 #if defined(__has_include)
320 #if __has_include(<string_view>) && defined(CATCH_CPP17_OR_GREATER)
325 # if __has_include(<optional>) && defined(CATCH_CPP17_OR_GREATER)
327 # endif // __has_include(<optional>) && defined(CATCH_CPP17_OR_GREATER)
330 # if __has_include(<cstddef>) && defined(CATCH_CPP17_OR_GREATER)
335 # endif // __has_include(<cstddef>) && defined(CATCH_CPP17_OR_GREATER)
338 # if __has_include(<variant>) && defined(CATCH_CPP17_OR_GREATER)
351 # endif // __has_include(<variant>) && defined(CATCH_CPP17_OR_GREATER)
352 #endif // defined(__has_include)
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp106 #if !defined( __has_include )
107 # define __has_include( x ) false macro
110 #if ( 201711 <= __cpp_impl_three_way_comparison ) && __has_include( <compare> ) && !defined( VULKAN_HPP_NO_SPACESHIP_OPERATOR )

Completed in 68 milliseconds

12