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

/external/llvm/lib/Support/
H A Draw_ostream.cpp159 raw_ostream &raw_ostream::write_hex(unsigned long long N) { function in class:raw_ostream
222 return write_hex((uintptr_t) P);

Completed in 217 milliseconds