Searched refs:aslmsg (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | blocks.m | 46 typedef struct __aslmsg *aslmsg; typedef 48 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format_… 77 dispatch_async(logQueue, ^{ asl_log(client, ((aslmsg)0), 4, "%s", [str UTF8String]); });
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | format-strings.c | 359 typedef struct __aslmsg *aslmsg; typedef 360 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format_…
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | debugserver.cpp | 767 static aslmsg g_aslmsg = NULL; in ASLLogCallback()
|