Home
last modified time | relevance | path

Searched refs:PRIi64 (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueSInt64.cpp28 strm.Printf("%" PRIi64, m_current_value); in DumpValue()
52 "%" PRIi64 " is out of range, valid values must be between %" PRIi64 in SetValueFromString()
53 " and %" PRIi64 ".", in SetValueFromString()
/openbsd/gnu/gcc/intl/
H A Dloadmsgcat.c175 #if !defined PRIi64 || PRI_MACROS_BROKEN
176 # undef PRIi64
177 # define PRIi64 (sizeof (long) == 8 ? "li" : "lli") macro
273 # define PRIiLEAST64 PRIi64
369 # define PRIiFAST64 PRIi64
574 return PRIi64;
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dloadmsgcat.c175 #if !defined PRIi64 || PRI_MACROS_BROKEN
176 # undef PRIi64
177 # define PRIi64 (sizeof (long) == 8 ? "li" : "lli") macro
273 # define PRIiLEAST64 PRIi64
369 # define PRIiFAST64 PRIi64
568 return PRIi64; in get_sysdep_segment_value()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DSocket.cpp233 ", src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64 in Read()
261 ", src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64 in Write()
/openbsd/bin/ksh/
H A Dc_ulimit.c191 shprintf("%" PRIi64 "\n", (int64_t) val); in print_ulimit()
H A Dvar.c158 errorf("%s: subscript %" PRIi64 " out of range", in array_index_calc()
/openbsd/include/
H A Dinttypes.h69 #define PRIi64 "lli" /* int64_t */ macro
/openbsd/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp231 strm.Printf("breakpoint site %" PRIi64 in GetDescription()
235 strm.Printf("breakpoint site %" PRIi64 in GetDescription()
679 strm.Printf("watchpoint %" PRIi64, m_value); in GetDescription()
1112 strm.Printf("signal %" PRIi64, m_value); in GetDescription()
/openbsd/gnu/llvm/libcxx/include/
H A Dcinttypes43 PRIi64
/openbsd/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp542 "handleActionValue(...):typeOffset: <%" PRIi64 ">, " in handleActionValue()
543 "actionOffset: <%" PRIi64 ">.\n", in handleActionValue()
1646 "= %" PRIi64 ", sizeof(struct OurBaseException_t) - " in createStandardUtilityFunctions()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DStream.cpp51 return Printf("0x%" PRIi64, sval); in PutSLEB128()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp1512 "Value %" PRIi64 " is too large or small to fit in a %" PRIu64 in DoExecute()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8773 s->Printf("%" PRIi64, enum_value); in DumpValue()
9011 s->Printf("%" PRIi64, enum_svalue); in DumpEnumValue()