HomeSort by relevance Sort by last modified time
    Searched refs:__has_feature (Results 201 - 225 of 388) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
common_interface_defs.h 19 // GCC does not understand __has_feature.
20 #if !defined(__has_feature)
21 # define __has_feature(x) 0 macro
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
common_interface_defs.h 19 // GCC does not understand __has_feature.
20 #if !defined(__has_feature)
21 # define __has_feature(x) 0 macro
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
common_interface_defs.h 19 // GCC does not understand __has_feature.
20 #if !defined(__has_feature)
21 # define __has_feature(x) 0 macro
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
common_interface_defs.h 19 // GCC does not understand __has_feature.
20 #if !defined(__has_feature)
21 # define __has_feature(x) 0 macro
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
common_interface_defs.h 19 // GCC does not understand __has_feature.
20 #if !defined(__has_feature)
21 # define __has_feature(x) 0 macro
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
common_interface_defs.h 19 // GCC does not understand __has_feature.
20 #if !defined(__has_feature)
21 # define __has_feature(x) 0 macro
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
common_interface_defs.h 19 // GCC does not understand __has_feature.
20 #if !defined(__has_feature)
21 # define __has_feature(x) 0 macro
  /external/webrtc/webrtc/base/
thread.cc 13 #ifndef __has_feature
14 #define __has_feature(x) 0 // Compatibility with non-clang or LLVM compilers. macro
15 #endif // __has_feature
29 #if !__has_feature(objc_arc) && (defined(WEBRTC_MAC))
54 #if !__has_feature(objc_arc) && (defined(WEBRTC_MAC))
64 #if __has_feature(objc_arc)
290 #if __has_feature(objc_arc)
464 #if __has_feature(objc_arc)
  /external/clang/test/ARCMT/
Common.h 1 #if __has_feature(objc_arr)
85 #if __has_feature(objc_arc)
  /external/libchrome/base/
compiler_specific.h 232 #if defined(__has_feature)
233 #define HAS_FEATURE(FEATURE) __has_feature(FEATURE)
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate_row.h 26 #if defined(__has_feature)
27 #if __has_feature(memory_sanitizer)
  /external/pdfium/third_party/base/
compiler_specific.h 227 #if defined(__has_feature)
228 #define HAS_FEATURE(FEATURE) __has_feature(FEATURE)
  /bionic/libc/include/sys/
cdefs.h 49 #define __has_extension __has_feature
51 #ifndef __has_feature
52 #define __has_feature(x) 0 macro
284 # if !__has_feature(address_sanitizer) && !defined(__clang_analyzer__)
  /external/clang/test/Parser/
attr-availability.c 3 #if !__has_feature(attribute_availability)
  /external/clang/test/Sema/
attr-availability-macosx.c 3 #if !__has_feature(attribute_availability_with_strict)
4 #error "Missing __has_feature"
enum.c 106 char test5[__has_feature(enumerator_attributes) ? 1 : -1];
  /external/compiler-rt/include/sanitizer/
asan_interface.h 41 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
  /external/skia/src/core/
SkSemaphore.cpp 16 #if __has_feature(thread_sanitizer)
  /external/skqp/src/core/
SkSemaphore.cpp 16 #if __has_feature(thread_sanitizer)
  /external/webrtc/talk/app/webrtc/objc/
RTCMediaStream.mm 28 #if !defined(__has_feature) || !__has_feature(objc_arc)
RTCNSGLVideoView.m 28 #if !defined(__has_feature) || !__has_feature(objc_arc)
RTCPeerConnectionFactory.mm 28 #if !defined(__has_feature) || !__has_feature(objc_arc)
RTCVideoTrack.mm 28 #if !defined(__has_feature) || !__has_feature(objc_arc)
  /external/webrtc/webrtc/modules/video_capture/ios/
device_info_ios_objc.mm 11 #if !defined(__has_feature) || !__has_feature(objc_arc)
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_impl.mm 11 #if !defined(__has_feature) || !__has_feature(objc_arc)

Completed in 848 milliseconds

1 2 3 4 5 6 7 891011>>