Home
last modified time | relevance | path

Searched defs:DiagHandlerTy (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSourceMgr.h46 typedef void (*DiagHandlerTy)(const SMDiagnostic &, void *Context); typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSourceMgr.h53 using DiagHandlerTy = void (*)(const SMDiagnostic &, void *Context); variable