HomeSort by relevance Sort by last modified time
    Searched defs:bit_cast (Results 1 - 12 of 12) sorted by null

  /art/runtime/base/
casts.h 82 inline Dest bit_cast(const Source& source) { function in namespace:art
  /external/chromium_org/third_party/cld/base/
casts.h 90 // bit_cast<Dest,Source> is a template function that implements the
96 // int i = bit_cast<int32>(f);
129 // bit_cast<> calls memcpy() which is blessed by the standard,
131 // bit_cast<> wraps up the nasty logic in one place.
146 inline Dest bit_cast(const Source& source) { function
basictypes.h 265 // bit_cast<Dest,Source> is a template function that implements the
271 // int i = bit_cast<int32>(f);
304 // bit_cast<> calls memcpy() which is blessed by the standard,
306 // bit_cast<> wraps up the nasty logic in one place.
320 inline Dest bit_cast(const Source& source) { function
  /frameworks/ex/variablespeed/jni/
macros.h 56 inline Dest bit_cast(const Source& source) { function
  /external/chromium_org/base/
macros.h 214 // bit_cast<Dest,Source> is a template function that implements the
220 // int i = bit_cast<int32>(f);
253 // bit_cast<> calls memcpy() which is blessed by the standard,
255 // bit_cast<> wraps up the nasty logic in one place.
269 inline Dest bit_cast(const Source& source) { function
  /external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp 20 inline Dest bit_cast(const Source& source) { function
91 bit_cast<char*>(puc);
94 bit_cast<int*>(pf);
  /art/runtime/
utils.h 252 static inline V bit_cast(U in) { function in namespace:art
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 197 // bit_cast<Dest,Source> implements the equivalent of
202 // bit_cast<> calls memcpy() which is blessed by the standard,
212 inline Dest bit_cast(const Source& source) { function
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 197 // bit_cast<Dest,Source> implements the equivalent of
202 // bit_cast<> calls memcpy() which is blessed by the standard,
212 inline Dest bit_cast(const Source& source) { function
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 275 inline Dest bit_cast(const Source& source) { function
  /external/lldb/source/Expression/
IRDynamicChecks.cpp 379 BitCastInst *bit_cast = new BitCastInst(dereferenced_ptr,
388 arg_array[0] = bit_cast;
476 BitCastInst *bit_cast = new BitCastInst(target_object, local
485 arg_array[0] = bit_cast;
IRForTarget.cpp 1935 Constant *bit_cast = ConstantExpr::getBitCast(new_initializer, const_expr->getOperand(0)->getType()); local
1942 Constant *bit_cast = ConstantExpr::getBitCast(new_initializer, store_inst->getValueOperand()->getType()); local
    [all...]

Completed in 3285 milliseconds