OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ECError
(Results
1 - 13
of
13
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsManifest/
WindowsManifestMerger.h
39
class WindowsManifestError : public ErrorInfo<WindowsManifestError,
ECError
> {
/external/llvm/lib/Support/
Error.cpp
54
char
ECError
::ID = 0;
81
return Error(llvm::make_unique<
ECError
>(
ECError
(EC)));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Error.cpp
54
char
ECError
::ID = 0;
81
return Error(llvm::make_unique<
ECError
>(
ECError
(EC)));
/external/llvm/include/llvm/Object/
Error.h
49
/// Currently inherits from
ECError
for easy interoperability with
51
class BinaryError : public ErrorInfo<BinaryError,
ECError
> {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
Error.h
50
/// Currently inherits from
ECError
for easy interoperability with
52
class BinaryError : public ErrorInfo<BinaryError,
ECError
> {
/external/autotest/client/site_tests/hardware_EC/
hardware_EC.py
78
except cros_ec.
ECError
as e:
79
logging.debug('
ECError
: %s', e)
85
except cros_ec.
ECError
as e:
86
logging.debug('
ECError
: %s', e)
/external/llvm/lib/Object/
Error.cpp
81
[](std::unique_ptr<
ECError
> M) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
Error.cpp
82
handleErrors(std::move(Err), [](std::unique_ptr<
ECError
> M) -> Error {
/external/llvm/include/llvm/Support/
Error.h
831
class
ECError
: public ErrorInfo<
ECError
> {
842
ECError
() = default;
843
ECError
(std::error_code EC) : EC(EC) {}
858
/// Helper for converting an
ECError
to a std::error_code.
860
/// This method requires that Err be Error() or an
ECError
, otherwise it
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
Caching.cpp
108
E = handleErrors(std::move(E), [&](const
ECError
&E) -> Error {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Error.h
866
class
ECError
: public ErrorInfo<
ECError
> {
878
ECError
() = default;
879
ECError
(std::error_code EC) : EC(EC) {}
895
/// Helper for converting an
ECError
to a std::error_code.
897
/// This method requires that Err be Error() or an
ECError
, otherwise it
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Error.h
[
all
...]
/external/autotest/client/cros/
ec.py
42
class
ECError
(Exception):
176
@raises
ECError
if fails to find idx of name.
187
raise
ECError
('Finding temp idx for name %s' % name)
204
raise
ECError
('calling EC battery command')
Completed in 2618 milliseconds