HomeSort by relevance Sort by last modified time
    Searched full:has_nothrow_copy (Results 1 - 21 of 21) sorted by null

  /external/clang/test/Lexer/
has_feature_type_traits.cpp 8 #if __has_feature(has_nothrow_copy)
9 int has_nothrow_copy();
11 // CHECK: int has_nothrow_copy();