Home
last modified time | relevance | path

Searched refs:format_ptr (Results 1 – 5 of 5) 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-7.0/llvm/lib/Support/
DSignals.cpp97 static FormattedNumber format_ptr(void *PC) { in format_ptr() function
184 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << '\n'; in printSymbolizedStackTrace()
195 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
/external/curl/lib/
Dcookie.c1536 char *format_ptr; in cookie_output() local
1585 format_ptr = get_netscape_format(array[i]); in cookie_output()
1586 if(format_ptr == NULL) { in cookie_output()
1593 fprintf(out, "%s\n", format_ptr); in cookie_output()
1594 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()