Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:LastError
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceCompileServer.h
54
virtual ErrorCode &getErrorCode() { return
LastError
; }
in getErrorCode()
55
void transferErrorCode(ErrorCodes Code) {
LastError
.assign(Code); }
in transferErrorCode()
66
ErrorCode
LastError
;
member in Ice::CompileServer
H
A
D
IceBrowserCompileServer.cpp
276
//
LastError
is not EC_None. We don't know the type of error so just pick
in getErrorCode()
278
LastError
.assign(EC_Translation);
in getErrorCode()
280
return
LastError
;
in getErrorCode()
H
A
D
IceBrowserCompileServer.h
71
LastError
.assign(Ctx->getErrorStatus()->value());
in waitForCompileThread()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H
A
D
TypeStreamMerger.cpp
169
Optional<Error>
LastError
;
member in __anon24150::TypeStreamMerger
226
if (
LastError
)
in remapIndexFallback()
227
LastError
= joinErrors(std::move(*
LastError
), errorCorruptRecord());
in remapIndexFallback()
229
LastError
= errorCorruptRecord();
in remapIndexFallback()
321
while (!
LastError
&& NumBadIndices > 0) {
in doit()
332
if (!
LastError
&& NumBadIndices == BadIndicesRemaining) {
in doit()
338
if (
LastError
)
in doit()
339
return std::move(*
LastError
);
in doit()
/third_party/json/tests/thirdparty/Fuzzer/
H
A
D
FuzzerIOWindows.cpp
112
DWORD
LastError
= GetLastError();
in ListFilesInDirRecursive()
local
113
if (
LastError
!= ERROR_NO_MORE_FILES)
in ListFilesInDirRecursive()
114
Printf("FindNextFileA failed (Error code: %lu).\n",
LastError
);
in ListFilesInDirRecursive()
H
A
D
FuzzerUtilWindows.cpp
120
DWORD
LastError
= GetLastError();
in SetSignalHandler()
local
122
LastError
);
in SetSignalHandler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H
A
D
WindowsSupport.h
76
DWORD
LastError
= GetLastError();
in MakeErrMsg()
local
80
NULL,
LastError
, 0, (LPSTR)&buffer, 1, NULL);
in MakeErrMsg()
85
*ErrMsg += " (0x" + llvm::utohexstr(
LastError
) + ")";
in MakeErrMsg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H
A
D
InstrProfReader.h
62
instrprof_error
LastError
= instrprof_error::success;
member in llvm::InstrProfReader
102
LastError
= Err;
in error()
115
bool isEOF() { return
LastError
== instrprof_error::eof; }
in isEOF()
118
bool hasError() { return
LastError
!= instrprof_error::success && !isEOF(); }
in hasError()
123
return make_error<InstrProfError>(
LastError
);
in getError()
/third_party/mesa3d/src/egl/main/
H
A
D
eglcurrent.c
48
t->
LastError
= EGL_SUCCESS;
in _eglInitThreadInfo()
102
t->
LastError
= errCode;
in _eglInternalError()
H
A
D
eglcurrent.h
55
EGLint
LastError
;
member
H
A
D
eglapi.c
1647
EGLint e = t->
LastError
;
in eglGetError()
1648
t->
LastError
= EGL_SUCCESS;
in eglGetError()
Completed in 10 milliseconds