Home
last modified time | relevance | path

Searched refs:error_out (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dahc_pci.c858 goto error_out; in ahc_pci_attach()
880 goto error_out; in ahc_pci_attach()
963 goto error_out; in ahc_pci_attach()
1051 goto error_out; in ahc_pci_attach()
1057 error_out: in ahc_pci_attach()
/openbsd-src/gnu/gcc/gcc/
H A Dc-common.c3651 goto error_out; in c_add_case_label()
3659 goto error_out; in c_add_case_label()
3672 goto error_out; in c_add_case_label()
3679 goto error_out; in c_add_case_label()
3763 goto error_out; in c_add_case_label()
3775 error_out: in c_add_case_label()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3211 auto error_out = [&](llvm::StringRef error_message, std::string description) { in SaveTranscript() local
3226 return error_out("Unable to create file", in SaveTranscript()
3236 return error_out("Unable to write to destination file", in SaveTranscript()