Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DBase.pm232 sub clearError subroutine
521 $obj->clearError();
1065 $self->clearError();
H A DUnzip.pm316 $self->clearError();
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h565 void clearError() { HasError = false; } in clearError() function