OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__is_final
(Results
1 - 23
of
23
) sorted by null
/external/clang/test/CoverageMapping/
classtemplate.cpp
40
// the
__is_final
type trait expression. This would cause errors if we try to
42
template <class T, bool =
__is_final
(T)> class UninstantiatedClassWithTraits {};
/external/clang/test/PCH/
cxx-traits.h
35
struct
__is_final
{}; // expected-warning {{made available}}
struct in namespace:n
cxx-traits.cpp
34
bool _is_final_result =
__is_final
(int);
/external/llvm/include/llvm/Support/
type_traits.h
106
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
type_traits.h
106
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
type_traits.h
115
#define LLVM_IS_FINAL(Ty)
__is_final
(Ty)
/external/clang/test/SemaCXX/
type-traits.cpp
332
{ int arr[T(
__is_final
(SealedClass))]; }
333
{ int arr[T(
__is_final
(PotentiallySealed<float*>))]; }
334
{ int arr[T(
__is_final
(PotentiallySealed<int>))]; }
335
{ int arr[T(
__is_final
(FinalClass))]; }
336
{ int arr[T(
__is_final
(PotentiallyFinal<float*>))]; }
337
{ int arr[T(
__is_final
(PotentiallyFinal<int>))]; }
339
{ int arr[F(
__is_final
(int))]; }
340
{ int arr[F(
__is_final
(Union))]; }
341
{ int arr[F(
__is_final
(Int))]; }
342
{ int arr[F(
__is_final
(IntAr))];
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable_policy.h
830
bool __use_ebo = !
__is_final
(_Tp) && __is_empty(_Tp)>
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hashtable_policy.h
830
bool __use_ebo = !
__is_final
(_Tp) && __is_empty(_Tp)>
[
all
...]
/external/clang/lib/Parse/
ParseExpr.cpp
669
/// '
__is_final
'
[
all
...]
Completed in 5474 milliseconds