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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tools/
LsanSuppressions.cpp 10 #if !defined(__has_feature)
11 #define __has_feature(x) 0 macro
14 #if __has_feature(address_sanitizer)
  /external/skqp/tools/
LsanSuppressions.cpp 10 #if !defined(__has_feature)
11 #define __has_feature(x) 0 macro
14 #if __has_feature(address_sanitizer)
  /external/webrtc/webrtc/api/objc/
WebRTC-Prefix.pch 11 #if !defined(__has_feature) || !__has_feature(objc_arc)
  /external/clang/test/Lexer/
has_feature_type_traits.cpp 3 #if __has_feature(has_nothrow_assign)
8 #if __has_feature(has_nothrow_copy)
13 #if __has_feature(has_nothrow_constructor)
18 #if __has_feature(has_trivial_assign)
23 #if __has_feature(has_trivial_copy)
28 #if __has_feature(has_trivial_constructor)
33 #if __has_feature(has_trivial_destructor)
38 #if __has_feature(has_virtual_destructor)
43 #if __has_feature(is_abstract)
48 #if __has_feature(is_base_of
    [all...]
has_feature_address_sanitizer.cpp 5 #if __has_feature(address_sanitizer)
has_feature_efficiency_sanitizer.cpp 5 #if __has_feature(efficiency_sanitizer)
has_feature_exceptions.cpp 10 #if __has_feature(cxx_exceptions)
has_feature_memory_sanitizer.cpp 4 #if __has_feature(memory_sanitizer)
has_feature_rtti.cpp 5 #if __has_feature(cxx_rtti)
has_feature_thread_sanitizer.cpp 4 #if __has_feature(thread_sanitizer)
has_feature_c1x.c 10 #if __has_feature(c_atomic)
18 #if __has_feature(c_static_assert)
26 #if __has_feature(c_generic_selections)
34 #if __has_feature(c_alignas)
42 #if __has_feature(c_alignof)
50 #if __has_feature(c_thread_local)
has_feature_cxx0x.cpp 7 #if __has_feature(cxx_atomic)
18 #if __has_feature(cxx_lambdas)
30 #if __has_feature(cxx_nullptr)
42 #if __has_feature(cxx_decltype)
54 #if __has_feature(cxx_decltype_incomplete_return_types)
66 #if __has_feature(cxx_auto_type)
78 #if __has_feature(cxx_trailing_return)
90 #if __has_feature(cxx_attributes)
102 #if __has_feature(cxx_static_assert)
113 #if __has_feature(cxx_deleted_functions
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
_features.hpp 285 # if(__has_feature(cxx_exceptions))
289 # if(__has_feature(cxx_rtti))
293 # if(__has_feature(cxx_access_control_sfinae))
297 # if(__has_feature(cxx_alias_templates))
301 # if(__has_feature(cxx_alignas))
305 # if(__has_feature(cxx_attributes))
309 # if(__has_feature(cxx_constexpr))
313 # if(__has_feature(cxx_decltype))
317 # if(__has_feature(cxx_default_function_template_args))
321 # if(__has_feature(cxx_defaulted_functions)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
_features.hpp 285 # if(__has_feature(cxx_exceptions))
289 # if(__has_feature(cxx_rtti))
293 # if(__has_feature(cxx_access_control_sfinae))
297 # if(__has_feature(cxx_alias_templates))
301 # if(__has_feature(cxx_alignas))
305 # if(__has_feature(cxx_attributes))
309 # if(__has_feature(cxx_constexpr))
313 # if(__has_feature(cxx_decltype))
317 # if(__has_feature(cxx_default_function_template_args))
321 # if(__has_feature(cxx_defaulted_functions)
    [all...]
  /external/google-breakpad/src/
breakpad_googletest_includes.h 46 #if defined(__clang__) && defined(__has_feature)
48 # if __has_feature(address_sanitizer)
  /external/skia/src/core/
SkMSAN.h 22 #if defined(__has_feature)
23 #if __has_feature(memory_sanitizer)
33 #if defined(__has_feature)
34 #if __has_feature(memory_sanitizer)
  /external/skqp/src/core/
SkMSAN.h 22 #if defined(__has_feature)
23 #if __has_feature(memory_sanitizer)
33 #if defined(__has_feature)
34 #if __has_feature(memory_sanitizer)
  /external/webrtc/talk/app/webrtc/objctests/mac/
main.mm 30 #if !defined(__has_feature) || !__has_feature(objc_arc)
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stddef.h 29 #if !defined(_PTRDIFF_T) || __has_feature(modules)
31 #if !__has_feature(modules)
37 #if !defined(_SIZE_T) || __has_feature(modules)
39 #if !__has_feature(modules)
48 !defined(_RSIZE_T)) || __has_feature(modules)
50 #if !__has_feature(modules)
58 #if !defined(_WCHAR_T) || __has_feature(modules)
59 #if !__has_feature(modules)
95 #if !defined(_WINT_T) || __has_feature(modules)
96 #if !__has_feature(modules
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stddef.h 29 #if !defined(_PTRDIFF_T) || __has_feature(modules)
31 #if !__has_feature(modules)
37 #if !defined(_SIZE_T) || __has_feature(modules)
39 #if !__has_feature(modules)
48 !defined(_RSIZE_T)) || __has_feature(modules)
50 #if !__has_feature(modules)
58 #if !defined(_WCHAR_T) || __has_feature(modules)
59 #if !__has_feature(modules)
95 #if !defined(_WINT_T) || __has_feature(modules)
96 #if !__has_feature(modules
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
x86intrin.h 31 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__3dNOW__)
35 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI__)
39 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI2__)
43 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__LZCNT__)
47 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__POPCNT__)
51 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__RDSEED__)
55 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__PRFCHW__)
59 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE4A__)
63 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__FMA4__)
67 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__XOP__
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
x86intrin.h 31 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__3dNOW__)
35 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI__)
39 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI2__)
43 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__LZCNT__)
47 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__POPCNT__)
51 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__RDSEED__)
55 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__PRFCHW__)
59 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE4A__)
63 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__FMA4__)
67 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__XOP__
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
x86intrin.h 31 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__3dNOW__)
35 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI__)
39 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI2__)
43 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__LZCNT__)
47 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__POPCNT__)
51 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__RDSEED__)
55 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__PRFCHW__)
59 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE4A__)
63 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__FMA4__)
67 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__XOP__
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
x86intrin.h 31 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__3dNOW__)
35 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI__)
39 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI2__)
43 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__LZCNT__)
47 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__POPCNT__)
51 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__RDSEED__)
55 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__PRFCHW__)
59 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE4A__)
63 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__FMA4__)
67 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__XOP__
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
x86intrin.h 31 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__3dNOW__)
35 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI__)
39 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI2__)
43 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__LZCNT__)
47 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__POPCNT__)
51 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__RDSEED__)
55 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__PRFCHW__)
59 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE4A__)
63 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__FMA4__)
67 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__XOP__
    [all...]

Completed in 886 milliseconds

1 2 3 4 5 6 7 8 91011>>