Home
last modified time | relevance | path

Searched refs:diagnosticHandler (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddiagnostic.c22 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function
49 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, &handlerCalled); in llvm_test_diagnostic_handler()
51 if (LLVMContextGetDiagnosticHandler(C) != diagnosticHandler) { in llvm_test_diagnostic_handler()
H A Dmodule.c20 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function
40 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, NULL); in llvm_load_module()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Derrors.d316 __gshared DiagnosticHandler diagnosticHandler; variable
H A Dlexer.d3144 diagnosticHandler = &assertDiagnosticHandler;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp473 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function
908 Conf.DiagHandler = diagnosticHandler; in createLTO()