Searched defs:bit_cast (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/include/fst/
H A Dcompat.h67 inline Dest bit_cast(const Source& source) { function in namespace:fst
/external/clang/test/SemaCXX/
H A Dwarn-memset-bad-sizeof.cpp20 inline Dest bit_cast(const Source& source) { function
91 bit_cast<char*>(puc);
94 bit_cast<int*>(pf);
/external/v8/src/base/
H A Dmacros.h179 // bit_cast<Dest,Source> is a template function that implements the
185 // int i = bit_cast<int32>(f);
218 // bit_cast<> calls memcpy() which is blessed by the standard,
220 // bit_cast<> wraps up the nasty logic in one place.
233 V8_INLINE Dest bit_cast(Source const& source) { function
/external/lldb/source/Expression/
H A DIRDynamicChecks.cpp379 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;
H A DIRForTarget.cpp1935 Constant *bit_cast = ConstantExpr::getBitCast(new_initializer, const_expr->getOperand(0)->getType()); local
1936 Constant *new_gep = const_expr->getWithOperandReplaced(0, bit_cast);
1942 Constant *bit_cast = ConstantExpr::getBitCast(new_initializer, store_inst->getValueOperand()->getType()); local
1944 store_inst->setOperand(0, bit_cast);
2456 BitCastInst *bit_cast = new BitCastInst(get_element_ptr,
2461 LoadInst *load = new LoadInst(bit_cast, "", entry_instruction);
2467 BitCastInst *bit_cast = new BitCastInst(get_element_ptr, value->getType(), "", entry_instruction);
2469 return bit_cast;

Completed in 837 milliseconds