HomeSort by relevance Sort by last modified time
    Searched refs:has_nothrow_assign (Results 1 - 4 of 4) 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/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 1325 void has_nothrow_assign() { function
    [all...]

Completed in 193 milliseconds