HomeSort by relevance Sort by last modified time
    Searched refs:has_nothrow_assign (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Lexer/
has_feature_type_traits.cpp 3 #if __has_feature(has_nothrow_assign)
4 int has_nothrow_assign();
6 // CHECK: int has_nothrow_assign();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
intrinsics.hpp 159 # if __has_feature(has_nothrow_assign)
  /ndk/tests/device/test-stlport_shared-exception/jni/
Android.mk 190 LOCAL_MODULE := has_nothrow_assign
191 LOCAL_SRC_FILES := has_nothrow_assign.cpp
  /ndk/tests/device/test-stlport_static-exception/jni/
Android.mk 190 LOCAL_MODULE := has_nothrow_assign
191 LOCAL_SRC_FILES := has_nothrow_assign.cpp
  /external/clang/test/SemaCXX/
type-traits.cpp 1390 void has_nothrow_assign() { function
    [all...]

Completed in 669 milliseconds