Searched refs:PRIi64 (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Interpreter/ |
H A D | OptionValueSInt64.cpp | 28 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 D | loadmsgcat.c | 175 #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 D | loadmsgcat.c | 175 #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 D | Socket.cpp | 233 ", 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 D | c_ulimit.c | 191 shprintf("%" PRIi64 "\n", (int64_t) val); in print_ulimit()
|
H A D | var.c | 158 errorf("%s: subscript %" PRIi64 " out of range", in array_index_calc()
|
/openbsd/include/ |
H A D | inttypes.h | 69 #define PRIi64 "lli" /* int64_t */ macro
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | StopInfo.cpp | 231 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 D | cinttypes | 43 PRIi64
|
/openbsd/gnu/llvm/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 542 "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 D | Stream.cpp | 51 return Printf("0x%" PRIi64, sval); in PutSLEB128()
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectMemory.cpp | 1512 "Value %" PRIi64 " is too large or small to fit in a %" PRIu64 in DoExecute()
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 8773 s->Printf("%" PRIi64, enum_value); in DumpValue() 9011 s->Printf("%" PRIi64, enum_svalue); in DumpEnumValue()
|