Searched refs:format_ptr (Results 1 – 7 of 7) sorted by relevance
59 static FormattedNumber format_ptr(void *PC) { in format_ptr() function151 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << '\n'; in printSymbolizedStackTrace()162 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
98 static FormattedNumber format_ptr(void *PC) { in format_ptr() function187 << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
101 static FormattedNumber format_ptr(void *PC) { in format_ptr() function192 << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
2508 char* format_ptr = format;2509 *format_ptr++ = '%';2510 if (specs.showpoint && specs.format == float_format::hex) *format_ptr++ = '#';2512 *format_ptr++ = '.';2513 *format_ptr++ = '*';2515 if (std::is_same<T, long double>()) *format_ptr++ = 'L';2516 *format_ptr++ = specs.format != float_format::hex2519 *format_ptr = '\0';
1568 char *format_ptr = get_netscape_format(array[i]); in cookie_output() local1569 if(format_ptr == NULL) { in cookie_output()1574 fprintf(out, "%s\n", format_ptr); in cookie_output()1575 free(format_ptr); in cookie_output()
1663 jvmtiJlocationFormat* format_ptr);2521 jvmtiError GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { in GetJLocationFormat()2522 return functions->GetJLocationFormat(this, format_ptr); in GetJLocationFormat()