HomeSort by relevance Sort by last modified time
    Searched defs:getAs (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Chrono.h 98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
107 return {getAs<std::nano>(D), "ns"};
109 return {getAs<std::micro>(D), "us"};
111 return {getAs<std::milli>(D), "ms"};
113 return {getAs<std::ratio<1>>(D), "s"};
115 return {getAs<std::ratio<60>>(D), "m"};
117 return {getAs<std::ratio<3600>>(D), "h"};
  /external/clang/include/clang/Sema/
Ownership.h 114 // FIXME: Doesn't work? return P.getAs< void >();
165 template <typename T> T *getAs() { return static_cast<T*>(get()); }
207 template <typename T> T *getAs() { return static_cast<T*>(get()); }
  /external/parameter-framework/upstream/parameter/
ElementHandle.cpp 187 // release if an error need to be reported (and be consistent with all other getAs*).
224 bool ElementHandle::getAs(T &value, string &error) const
248 return getAs(value, error);
258 return getAs(value, error);
269 return getAs(value, error);
279 return getAs(value, error);
290 return getAs(value, error);
300 return getAs(value, error);
311 return getAs(value, error);
321 return getAs(value, error)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 94 /// The getAs() function is typically used to try to downcast to a
99 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) {
108 template<typename U> CanProxy<U> getAs() const;
238 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) { ... }
244 template<typename U> CanProxy<U> getAs() const {
245 return this->Stored.template getAs<U>();
326 /// canonical type or as the result of the @c CanQual<T>::getAs member
605 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
632 CanProxy<U> CanQual<T>::getAs() const {
634 "ArrayType cannot be used with getAs!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Ownership.h 113 // FIXME: Doesn't work? return P.getAs< void >();
164 template <typename T> T *getAs() { return static_cast<T*>(get()); }
206 template <typename T> T *getAs() { return static_cast<T*>(get()); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CanonicalType.h 94 /// The getAs() function is typically used to try to downcast to a
99 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) {
108 template<typename U> CanProxy<U> getAs() const;
238 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) { ... }
244 template<typename U> CanProxy<U> getAs() const {
245 return this->Stored.template getAs<U>();
326 /// canonical type or as the result of the @c CanQual<T>::getAs member
605 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
632 CanProxy<U> CanQual<T>::getAs() const {
634 "ArrayType cannot be used with getAs!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Ownership.h 113 // FIXME: Doesn't work? return P.getAs< void >();
164 template <typename T> T *getAs() { return static_cast<T*>(get()); }
206 template <typename T> T *getAs() { return static_cast<T*>(get()); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CanonicalType.h 94 /// The getAs() function is typically used to try to downcast to a
99 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) {
108 template<typename U> CanProxy<U> getAs() const;
238 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) { ... }
244 template<typename U> CanProxy<U> getAs() const {
245 return this->Stored.template getAs<U>();
326 /// canonical type or as the result of the @c CanQual<T>::getAs member
605 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
632 CanProxy<U> CanQual<T>::getAs() const {
634 "ArrayType cannot be used with getAs!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Ownership.h 113 // FIXME: Doesn't work? return P.getAs< void >();
164 template <typename T> T *getAs() { return static_cast<T*>(get()); }
206 template <typename T> T *getAs() { return static_cast<T*>(get()); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CanonicalType.h 94 /// The getAs() function is typically used to try to downcast to a
99 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) {
108 template<typename U> CanProxy<U> getAs() const;
238 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) { ... }
244 template<typename U> CanProxy<U> getAs() const {
245 return this->Stored.template getAs<U>();
326 /// canonical type or as the result of the @c CanQual<T>::getAs member
604 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
631 CanProxy<U> CanQual<T>::getAs() const {
633 "ArrayType cannot be used with getAs!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Ownership.h 112 // FIXME: Doesn't work? return P.getAs< void >();
163 template <typename T> T *getAs() { return static_cast<T*>(get()); }
205 template <typename T> T *getAs() { return static_cast<T*>(get()); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CanonicalType.h 94 /// The getAs() function is typically used to try to downcast to a
99 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) {
108 template<typename U> CanProxy<U> getAs() const;
238 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) { ... }
244 template<typename U> CanProxy<U> getAs() const {
245 return this->Stored.template getAs<U>();
326 /// canonical type or as the result of the @c CanQual<T>::getAs member
604 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
631 CanProxy<U> CanQual<T>::getAs() const {
633 "ArrayType cannot be used with getAs!");
    [all...]

Completed in 854 milliseconds

1 2 3 4 5 6