Searched defs:BitCast (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dutils.h793 // will completely optimize BitCast away.
795 // There is an additional use for BitCast.
798 // you can use BitCast to cast one pointer type to another. This confuses gcc
802 // We need different implementations of BitCast for pointer and non-pointer
825 INLINE(Dest BitCast(const Source& source));
828 inline Dest BitCast(const Source& source) { function in namespace:v8
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml185 | BitCast Constructor in type:Opcode/t

Completed in 73 milliseconds