Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dcompat.h67 inline Dest bit_cast(const Source& source) { in bit_cast() function
/external/clang/test/SemaCXX/
Dwarn-memset-bad-sizeof.cpp20 inline Dest bit_cast(const Source& source) { in bit_cast() function
/external/lldb/source/Expression/
DIRDynamicChecks.cpp379 BitCastInst *bit_cast = new BitCastInst(dereferenced_ptr, in InstrumentInstruction() local
476 BitCastInst *bit_cast = new BitCastInst(target_object, in InstrumentInstruction() local
DIRForTarget.cpp1935 …Constant *bit_cast = ConstantExpr::getBitCast(new_initializer, const_expr->getOperand(0)->getType(… in ReplaceStrings() local
1942 …Constant *bit_cast = ConstantExpr::getBitCast(new_initializer, store_inst->getValueOperand()->getT… in ReplaceStrings() local
2456 BitCastInst *bit_cast = new BitCastInst(get_element_ptr, in ReplaceVariables() local
2467 … BitCastInst *bit_cast = new BitCastInst(get_element_ptr, value->getType(), "", entry_instruction); in ReplaceVariables() local
/external/v8/src/base/
Dmacros.h233 V8_INLINE Dest bit_cast(Source const& source) { in bit_cast() function