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

1 2

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_final.pass.cpp 13 // is_final
25 static_assert( std::is_final<T>::value, "");
26 static_assert( std::is_final<const T>::value, "");
27 static_assert( std::is_final<volatile T>::value, "");
28 static_assert( std::is_final<const volatile T>::value, "");
40 static_assert(!std::is_final<T>::value, "");
41 static_assert(!std::is_final<const T>::value, "");
42 static_assert(!std::is_final<volatile T>::value, "");
43 static_assert(!std::is_final<const volatile T>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_final.pass.cpp 13 // is_final
25 static_assert( std::is_final<T>::value, "");
26 static_assert( std::is_final<const T>::value, "");
27 static_assert( std::is_final<volatile T>::value, "");
28 static_assert( std::is_final<const volatile T>::value, "");
40 static_assert(!std::is_final<T>::value, "");
41 static_assert(!std::is_final<const T>::value, "");
42 static_assert(!std::is_final<volatile T>::value, "");
43 static_assert(!std::is_final<const volatile T>::value, "");
  /external/clang/test/Lexer/
has_feature_type_traits.cpp 78 #if __has_feature(is_final)
79 int is_final();
81 // CHECK: int is_final();
  /external/llvm/include/llvm/Support/
type_traits.h 104 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
105 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
type_traits.h 104 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
105 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
type_traits.h 113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
114 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
  /external/brotli/c/enc/
metablock_inc.h 85 FN(BlockSplitter)* self, BROTLI_BOOL is_final) {
167 if (is_final) {
179 FN(BlockSplitterFinishBlock)(self, /* is_final = */ BROTLI_FALSE);
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_log.c 170 static const char* log_final_interm_string(int is_final)
172 return is_final ? "final" : "intermediate";
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_log.c 170 static const char* log_final_interm_string(int is_final)
172 return is_final ? "final" : "intermediate";
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_log.c 170 static const char* log_final_interm_string(int is_final)
172 return is_final ? "final" : "intermediate";
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_log.c 170 static const char* log_final_interm_string(int is_final)
172 return is_final ? "final" : "intermediate";
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_log.c 170 static const char* log_final_interm_string(int is_final)
172 return is_final ? "final" : "intermediate";

Completed in 514 milliseconds

1 2