HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 651 - 675 of 7695) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
limits 493 denorm_min() _GLIBCXX_USE_NOEXCEPT { return static_cast<char>(0); }
552 infinity() _GLIBCXX_USE_NOEXCEPT { return static_cast<signed char>(0); }
555 quiet_NaN() _GLIBCXX_USE_NOEXCEPT { return static_cast<signed char>(0); }
559 { return static_cast<signed char>(0); }
563 { return static_cast<signed char>(0); }
624 { return static_cast<unsigned char>(0); }
628 { return static_cast<unsigned char>(0); }
632 { return static_cast<unsigned char>(0); }
636 { return static_cast<unsigned char>(0); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
limits 493 denorm_min() _GLIBCXX_USE_NOEXCEPT { return static_cast<char>(0); }
552 infinity() _GLIBCXX_USE_NOEXCEPT { return static_cast<signed char>(0); }
555 quiet_NaN() _GLIBCXX_USE_NOEXCEPT { return static_cast<signed char>(0); }
559 { return static_cast<signed char>(0); }
563 { return static_cast<signed char>(0); }
624 { return static_cast<unsigned char>(0); }
628 { return static_cast<unsigned char>(0); }
632 { return static_cast<unsigned char>(0); }
636 { return static_cast<unsigned char>(0); }
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
limits 493 denorm_min() _GLIBCXX_USE_NOEXCEPT { return static_cast<char>(0); }
552 infinity() _GLIBCXX_USE_NOEXCEPT { return static_cast<signed char>(0); }
555 quiet_NaN() _GLIBCXX_USE_NOEXCEPT { return static_cast<signed char>(0); }
559 { return static_cast<signed char>(0); }
563 { return static_cast<signed char>(0); }
624 { return static_cast<unsigned char>(0); }
628 { return static_cast<unsigned char>(0); }
632 { return static_cast<unsigned char>(0); }
636 { return static_cast<unsigned char>(0); }
    [all...]
  /external/libunwind_llvm/src/
Unwind-EHABI.cpp 106 static_cast<Descriptor::Kind>((length & 0x1) | ((offset & 0x1) << 1));
170 static_cast<Descriptor::Format>((*unwindingData & 0x0f000000) >> 24);
230 static_cast<Descriptor::Format>((*data & 0x0f000000) >> 24);
336 RegisterRange(static_cast<uint8_t>(v >> 4),
365 uint8_t start = static_cast<uint8_t>(v >> 4);
385 static_cast<uint8_t>(((byte == 0xc8) ? 16 : 0) + (v >> 4));
461 static_cast<void *>(exception_object));
466 static_cast<void *>(exception_object));
476 static_cast<void *>(exception_object));
494 static_cast<void *>(exception_object), (long long)pc
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 107 static_cast<Descriptor::Kind>((length & 0x1) | ((offset & 0x1) << 1));
171 static_cast<Descriptor::Format>((*unwindingData & 0x0f000000) >> 24);
224 static_cast<Descriptor::Format>((*data & 0x0f000000) >> 24);
329 RegisterRange(static_cast<uint8_t>(v >> 4),
358 uint8_t start = static_cast<uint8_t>(v >> 4);
378 static_cast<uint8_t>(((byte == 0xc8) ? 16 : 0) + (v >> 4));
453 static_cast<void *>(exception_object));
458 static_cast<void *>(exception_object));
467 static_cast<void *>(exception_object));
485 static_cast<void *>(exception_object), (long long)pc
    [all...]
  /art/runtime/arch/x86/
registers_x86.cc 31 os << "Register[" << static_cast<int>(rhs) << "]";
  /art/runtime/arch/x86_64/
context_x86_64.cc 43 frame_info.CoreSpillMask() & ~(static_cast<uint32_t>(-1) << kNumberOfCpuRegisters);
53 DCHECK_EQ(0u, fp_regs & (static_cast<uint32_t>(-1) << kNumberOfFloatRegisters));
89 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCpuRegisters));
96 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFloatRegisters));
  /art/runtime/mirror/
iftable-inl.h 29 DCHECK_EQ(Get(idx), static_cast<Object*>(nullptr));
  /art/runtime/native/
java_lang_DexCache.cc 55 CHECK_LT(static_cast<size_t>(type_index), dex_cache->NumResolvedTypes());
62 CHECK_LT(static_cast<size_t>(string_index), dex_cache->NumStrings());
70 CHECK_LT(static_cast<size_t>(type_index), dex_cache->NumResolvedTypes());
78 CHECK_LT(static_cast<size_t>(string_index), dex_cache->NumStrings());
  /bionic/libc/bionic/
termios.cpp 70 return ioctl(fd, TCSBRK, static_cast<unsigned long>(1));
74 return ioctl(fd, TCXONC, static_cast<unsigned long>(action));
78 return ioctl(fd, TCFLSH, static_cast<unsigned long>(queue));
94 return ioctl(fd, TCSBRKP, static_cast<unsigned long>(duration));
  /bionic/tests/
libdl_test.cpp 26 ASSERT_EQ(static_cast<uint32_t>(__ANDROID_API__), android_get_application_target_sdk_version());
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p4-cxx0x.cpp 22 static_assert(is_same<decltype(static_cast<int&&>(i)), int&&>::value, "");
  /external/clang/test/CXX/expr/expr.post/expr.dynamic.cast/
p3-0x.cpp 12 Y &&yr1 = dynamic_cast<Y&&>(static_cast<X&&>(x));
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 14 P(static_cast<int>(0));
123 N(static_cast<int>(s));
124 P(static_cast<float>(s));
174 B(b, static_cast<T>(S2(0, 0)));
  /external/clang/test/CXX/over/over.match/over.match.funcs/over.match.copy/
p1.cpp 11 X x(static_cast<X>(y));
  /external/clang/test/CXX/special/class.copy/
p15-inclass.cpp 20 X x3(static_cast<X&&>(x));
  /external/clang/test/CXX/special/class.inhctor/
p8.cpp 16 // This performs static_cast<(const int&)&&>(k), so calls the A(const int&)
  /external/clang/test/CodeGenCXX/
2012-03-16-StoreAlign.cpp 6 m_floatValue = static_cast<float>(v);
cast-conversion.cpp 17 static_cast<B>(10);
rvalue-references.cpp 16 A &&getA() { return static_cast<A&&>(getB()); }
25 int &&f0() { return static_cast<int&&>(getIntLValue()); }
30 int &&f1() { return static_cast<int&&>(getIntXValue()); }
36 int &&f2() { return static_cast<int&&>(getIntPRValue()); }
static-init-3.cpp 15 return static_cast<T &>(t);
  /external/clang/test/SemaCXX/
devirtualize-vtable-marking.cpp 20 virtual void m2() { static_cast<A *>(this)->m(); }
rval-references-examples.cpp 44 return static_cast<typename remove_reference<T>::type&&>(t);
48 return static_cast<T&&>(t);
52 return static_cast<T&&>(t);
101 f(static_cast<Args&&>(args)...); // expected-error{{no matching function for call to object of type 'perfect_forwarding::F0'}}
rval-references.cpp 35 int &&virr6 = static_cast<int&&>(i1);
36 (void)static_cast<not_int&&>(i1); // expected-error {{types are not compatible}}
65 return static_cast<int&&>(i); // xpected-warning {{returning reference to temporary}}
68 return static_cast<int&&>(i);
type-dependent-exprs.cpp 15 (void)static_cast<int>(x);

Completed in 1007 milliseconds

<<21222324252627282930>>