OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getErrorStorage
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ErrorOr.h
79
new (
getErrorStorage
()) std::error_code(make_error_code(ErrorCode));
83
new (
getErrorStorage
()) std::error_code(EC);
154
return HasError ? *
getErrorStorage
() : std::error_code();
179
new (
getErrorStorage
()) std::error_code(Other.getError());
211
new (
getErrorStorage
()) std::error_code(Other.getError());
246
std::error_code *
getErrorStorage
() {
251
const std::error_code *
getErrorStorage
() const {
252
return const_cast<ErrorOr<T> *>(this)->
getErrorStorage
();
Error.h
469
new (
getErrorStorage
()) error_type(Err.takePayload());
525
getErrorStorage
()->~error_type();
550
return HasError && (*
getErrorStorage
())->template isA<ErrT>();
561
return HasError ? Error(std::move(*
getErrorStorage
())) : Error::success();
609
new (
getErrorStorage
()) error_type(std::move(*Other.
getErrorStorage
()));
640
error_type *
getErrorStorage
() {
645
const error_type *
getErrorStorage
() const {
664
(*
getErrorStorage
())->log(dbgs());
Completed in 15 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026