OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ErrorStorage
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ErrorOr.h
248
return reinterpret_cast<std::error_code *>(&
ErrorStorage
);
257
AlignedCharArrayUnion<std::error_code>
ErrorStorage
;
Error.h
642
return reinterpret_cast<error_type *>(&
ErrorStorage
);
647
return reinterpret_cast<const error_type *>(&
ErrorStorage
);
682
AlignedCharArrayUnion<error_type>
ErrorStorage
;
Completed in 16 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026