OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirstError
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h
347
instrprof_error
FirstError
= instrprof_error::success;
365
assert(
FirstError
== instrprof_error::success &&
386
/// Return the first encountered error and reset
FirstError
to a success
389
if (
FirstError
== instrprof_error::success)
391
auto E = make_error<InstrProfError>(
FirstError
);
392
FirstError
= instrprof_error::success;
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp
197
if (
FirstError
== instrprof_error::success)
198
FirstError
= IE;
Completed in 17 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026