HomeSort by relevance Sort by last modified time
    Searched defs:type (Results 726 - 750 of 10128) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/share/opt-viewer/
opt-diff.py 38 type=int, variable
opt-stats.py 34 type=int, variable
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
math.h 328 typename std::enable_if<std::is_floating_point<_A1>::value, bool>::type
331 return __libcpp_signbit((typename std::__promote<_A1>::type)__lcpp_x);
337 std::is_integral<_A1>::value && std::is_signed<_A1>::value, bool>::type
344 std::is_integral<_A1>::value && !std::is_signed<_A1>::value, bool>::type
352 typename std::enable_if<std::is_floating_point<_A1>::value, bool>::type
355 return ::signbit(static_cast<typename std::__promote<_A1>::type>(__lcpp_x));
361 std::is_integral<_A1>::value && std::is_signed<_A1>::value, bool>::type
368 std::is_integral<_A1>::value && !std::is_signed<_A1>::value, bool>::type
390 typename std::enable_if<std::is_floating_point<_A1>::value, int>::type
393 return __libcpp_fpclassify((typename std::__promote<_A1>::type)__lcpp_x)
572 typedef typename std::__promote<_A1, _A2>::type type; typedef
602 typedef typename std::__promote<_A1, _A2>::type type; typedef
632 typedef typename std::__promote<_A1, _A2>::type type; typedef
662 typedef typename std::__promote<_A1, _A2>::type type; typedef
692 typedef typename std::__promote<_A1, _A2>::type type; typedef
722 typedef typename std::__promote<_A1, _A2>::type type; typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CommentVisitor.h 19 template <typename T> struct make_ptr { typedef T *type; }; typedef in struct:clang::comments::make_ptr
20 template <typename T> struct make_const_ptr { typedef const T *type; }; typedef in struct:clang::comments::make_const_ptr
25 #define PTR(CLASS) typename Ptr<CLASS>::type
DeclVisitor.h 26 template <typename T> struct make_ptr { typedef T *type; }; typedef in struct:clang::declvisitor::make_ptr
27 template <typename T> struct make_const_ptr { typedef const T *type; }; typedef in struct:clang::declvisitor::make_const_ptr
34 #define PTR(CLASS) typename Ptr<CLASS>::type
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringOptionVisitor.h 24 /// A valid refactoring option type must have a corresponding \c visit
43 void>::type; member in class:clang::tooling::traits::internal::HasHandle::std::is_same
48 using Type = decltype(check<RefactoringOptionVisitor>(nullptr));
53 /// A type trait that returns true iff the given type is a type that can be
56 struct IsValidOptionType : internal::HasHandle<T>::Type {};
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/opt-viewer/
opt-diff.py 38 type=int, variable
opt-stats.py 34 type=int, variable
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
math.h 328 typename std::enable_if<std::is_floating_point<_A1>::value, bool>::type
331 return __libcpp_signbit((typename std::__promote<_A1>::type)__lcpp_x);
337 std::is_integral<_A1>::value && std::is_signed<_A1>::value, bool>::type
344 std::is_integral<_A1>::value && !std::is_signed<_A1>::value, bool>::type
352 typename std::enable_if<std::is_floating_point<_A1>::value, bool>::type
355 return ::signbit(static_cast<typename std::__promote<_A1>::type>(__lcpp_x));
361 std::is_integral<_A1>::value && std::is_signed<_A1>::value, bool>::type
368 std::is_integral<_A1>::value && !std::is_signed<_A1>::value, bool>::type
390 typename std::enable_if<std::is_floating_point<_A1>::value, int>::type
393 return __libcpp_fpclassify((typename std::__promote<_A1>::type)__lcpp_x)
572 typedef typename std::__promote<_A1, _A2>::type type; typedef
602 typedef typename std::__promote<_A1, _A2>::type type; typedef
632 typedef typename std::__promote<_A1, _A2>::type type; typedef
662 typedef typename std::__promote<_A1, _A2>::type type; typedef
692 typedef typename std::__promote<_A1, _A2>::type type; typedef
722 typedef typename std::__promote<_A1, _A2>::type type; typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CommentVisitor.h 19 template <typename T> struct make_ptr { typedef T *type; }; typedef in struct:clang::comments::make_ptr
20 template <typename T> struct make_const_ptr { typedef const T *type; }; typedef in struct:clang::comments::make_const_ptr
25 #define PTR(CLASS) typename Ptr<CLASS>::type
DeclVisitor.h 26 template <typename T> struct make_ptr { typedef T *type; }; typedef in struct:clang::declvisitor::make_ptr
27 template <typename T> struct make_const_ptr { typedef const T *type; }; typedef in struct:clang::declvisitor::make_const_ptr
34 #define PTR(CLASS) typename Ptr<CLASS>::type
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringOptionVisitor.h 24 /// A valid refactoring option type must have a corresponding \c visit
43 void>::type; member in class:clang::tooling::traits::internal::HasHandle::std::is_same
48 using Type = decltype(check<RefactoringOptionVisitor>(nullptr));
53 /// A type trait that returns true iff the given type is a type that can be
56 struct IsValidOptionType : internal::HasHandle<T>::Type {};
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/opt-viewer/
opt-diff.py 38 type=int, variable
opt-stats.py 34 type=int, variable
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
math.h 328 typename std::enable_if<std::is_floating_point<_A1>::value, bool>::type
331 return __libcpp_signbit((typename std::__promote<_A1>::type)__lcpp_x);
337 std::is_integral<_A1>::value && std::is_signed<_A1>::value, bool>::type
344 std::is_integral<_A1>::value && !std::is_signed<_A1>::value, bool>::type
352 typename std::enable_if<std::is_floating_point<_A1>::value, bool>::type
355 return ::signbit(static_cast<typename std::__promote<_A1>::type>(__lcpp_x));
361 std::is_integral<_A1>::value && std::is_signed<_A1>::value, bool>::type
368 std::is_integral<_A1>::value && !std::is_signed<_A1>::value, bool>::type
390 typename std::enable_if<std::is_floating_point<_A1>::value, int>::type
393 return __libcpp_fpclassify((typename std::__promote<_A1>::type)__lcpp_x)
572 typedef typename std::__promote<_A1, _A2>::type type; typedef
602 typedef typename std::__promote<_A1, _A2>::type type; typedef
632 typedef typename std::__promote<_A1, _A2>::type type; typedef
662 typedef typename std::__promote<_A1, _A2>::type type; typedef
692 typedef typename std::__promote<_A1, _A2>::type type; typedef
722 typedef typename std::__promote<_A1, _A2>::type type; typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CommentVisitor.h 19 template <typename T> struct make_ptr { typedef T *type; }; typedef in struct:clang::comments::make_ptr
20 template <typename T> struct make_const_ptr { typedef const T *type; }; typedef in struct:clang::comments::make_const_ptr
25 #define PTR(CLASS) typename Ptr<CLASS>::type
DeclVisitor.h 26 template <typename T> struct make_ptr { typedef T *type; }; typedef in struct:clang::declvisitor::make_ptr
27 template <typename T> struct make_const_ptr { typedef const T *type; }; typedef in struct:clang::declvisitor::make_const_ptr
34 #define PTR(CLASS) typename Ptr<CLASS>::type
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringOptionVisitor.h 24 /// A valid refactoring option type must have a corresponding \c visit
43 void>::type; member in class:clang::tooling::traits::internal::HasHandle::std::is_same
48 using Type = decltype(check<RefactoringOptionVisitor>(nullptr));
53 /// A type trait that returns true iff the given type is a type that can be
56 struct IsValidOptionType : internal::HasHandle<T>::Type {};
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/opt-viewer/
opt-diff.py 38 type=int, variable
opt-stats.py 34 type=int, variable
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
math.h 330 typename std::enable_if<std::is_arithmetic<_A1>::value, bool>::type
333 return __libcpp_signbit((typename std::__promote<_A1>::type)__lcpp_x);
340 typename std::enable_if<std::is_arithmetic<_A1>::value, bool>::type
343 return ::signbit(static_cast<typename std::__promote<_A1>::type>(__lcpp_x));
364 typename std::enable_if<std::is_arithmetic<_A1>::value, int>::type
367 return __libcpp_fpclassify((typename std::__promote<_A1>::type)__lcpp_x);
374 typename std::enable_if<std::is_arithmetic<_A1>::value, int>::type
377 return ::fpclassify(static_cast<typename std::__promote<_A1>::type>(__lcpp_x));
398 typename std::enable_if<std::is_arithmetic<_A1>::value, bool>::type
401 return __libcpp_isfinite((typename std::__promote<_A1>::type)__lcpp_x)
502 typedef typename std::__promote<_A1, _A2>::type type; typedef
532 typedef typename std::__promote<_A1, _A2>::type type; typedef
562 typedef typename std::__promote<_A1, _A2>::type type; typedef
592 typedef typename std::__promote<_A1, _A2>::type type; typedef
622 typedef typename std::__promote<_A1, _A2>::type type; typedef
652 typedef typename std::__promote<_A1, _A2>::type type; typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentVisitor.h 19 template <typename T> struct make_ptr { typedef T *type; }; typedef in struct:clang::comments::make_ptr
20 template <typename T> struct make_const_ptr { typedef const T *type; }; typedef in struct:clang::comments::make_const_ptr
25 #define PTR(CLASS) typename Ptr<CLASS>::type
DeclVisitor.h 26 template <typename T> struct make_ptr { typedef T *type; }; typedef in struct:clang::declvisitor::make_ptr
27 template <typename T> struct make_const_ptr { typedef const T *type; }; typedef in struct:clang::declvisitor::make_const_ptr
34 #define PTR(CLASS) typename Ptr<CLASS>::type
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
type_traits.h 1 //===- llvm/Support/type_traits.h - Simplfied type traits -------*- C++ -*-===//
29 /// isPodLike - This is a type trait that is used to determine whether a given
30 /// type can be copied around with memcpy instead of running ctors etc.
58 /// \brief Metafunction that determines whether the given type is either an
59 /// integral type or an enumeration type, including enum classes.
62 /// because it is based on being implicitly convertible to an integral type.
66 typedef typename std::remove_reference<T>::type UnderlyingT;
79 struct add_lvalue_reference_if_not_pointer { typedef T &type; }; typedef in struct:llvm::add_lvalue_reference_if_not_pointer
83 T, typename std::enable_if<std::is_pointer<T>::value>::type> {
84 typedef T type; typedef in struct:llvm::add_lvalue_reference_if_not_pointer
90 struct add_const_past_pointer { typedef const T type; }; typedef in struct:llvm::add_const_past_pointer
95 typedef const typename std::remove_pointer<T>::type *type; typedef in struct:llvm::add_const_past_pointer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
math.h 328 typename std::enable_if<std::is_floating_point<_A1>::value, bool>::type
331 return __libcpp_signbit((typename std::__promote<_A1>::type)__lcpp_x);
337 std::is_integral<_A1>::value && std::is_signed<_A1>::value, bool>::type
344 std::is_integral<_A1>::value && !std::is_signed<_A1>::value, bool>::type
352 typename std::enable_if<std::is_floating_point<_A1>::value, bool>::type
355 return ::signbit(static_cast<typename std::__promote<_A1>::type>(__lcpp_x));
361 std::is_integral<_A1>::value && std::is_signed<_A1>::value, bool>::type
368 std::is_integral<_A1>::value && !std::is_signed<_A1>::value, bool>::type
390 typename std::enable_if<std::is_floating_point<_A1>::value, int>::type
393 return __libcpp_fpclassify((typename std::__promote<_A1>::type)__lcpp_x)
572 typedef typename std::__promote<_A1, _A2>::type type; typedef
602 typedef typename std::__promote<_A1, _A2>::type type; typedef
632 typedef typename std::__promote<_A1, _A2>::type type; typedef
662 typedef typename std::__promote<_A1, _A2>::type type; typedef
692 typedef typename std::__promote<_A1, _A2>::type type; typedef
722 typedef typename std::__promote<_A1, _A2>::type type; typedef
    [all...]

Completed in 381 milliseconds

<<21222324252627282930>>