Home
last modified time | relevance | path

Searched refs:format_ptr (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSignals.cpp59 static FormattedNumber format_ptr(void *PC) { in format_ptr() function
151 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << '\n'; in printSymbolizedStackTrace()
162 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
/external/llvm/lib/Support/
DSignals.cpp59 static FormattedNumber format_ptr(void *PC) { in format_ptr() function
151 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << '\n'; in printSymbolizedStackTrace()
162 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSignals.cpp98 static FormattedNumber format_ptr(void *PC) { in format_ptr() function
187 << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
/external/llvm-project/llvm/lib/Support/
DSignals.cpp101 static FormattedNumber format_ptr(void *PC) { in format_ptr() function
192 << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
/external/fmtlib/include/fmt/
Dformat-inl.h2508 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::hex
2519 *format_ptr = '\0';
/external/curl/lib/
Dcookie.c1568 char *format_ptr = get_netscape_format(array[i]); in cookie_output() local
1569 if(format_ptr == NULL) { in cookie_output()
1574 fprintf(out, "%s\n", format_ptr); in cookie_output()
1575 free(format_ptr); in cookie_output()
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1663 jvmtiJlocationFormat* format_ptr);
2521 jvmtiError GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { in GetJLocationFormat()
2522 return functions->GetJLocationFormat(this, format_ptr); in GetJLocationFormat()