OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isError
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
DataExtractor.cpp
38
static bool
isError
(Error *E) { return E && *E; }
44
if (
isError
(Err))
63
if (
isError
(Err))
158
if (
isError
(Err))
184
if (
isError
(Err))
202
if (
isError
(Err))
231
if (
isError
(&C.Err))
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFExpression.h
32
/// An Operation can be in Error state (check with
isError
()). This
96
bool
isError
() { return Error; }
120
Offset = Op.
isError
() ? Expr->Data.getData().size() : Op.EndOffset;
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Clustering.h
57
bool
isError
() const { return Id_ == kError; }
101
if (Id.
isError
()) {
/src/external/bsd/elftosb/dist/common/
StExecutableImage.h
129
address_filter_exception(bool
isError
, std::string & imageName, const AddressFilter & matchingFilter)
130
: m_isError(
isError
), m_imageName(imageName), m_filter(matchingFilter)
136
inline bool
isError
() const { return m_isError; }
/src/usr.bin/make/
arch.c
209
bool
isError
;
215
isError
= result.str == var_Error;
217
if (
isError
)
248
bool
isError
;
254
isError
= result.str == var_Error;
257
if (
isError
)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MILexer.h
187
bool
isError
() const { return Kind == Error; }
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp
1201
static bool
isError
(const Record &Diag) {
1251
if (
isError
(R)) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
11074
bool
IsError
) {
11075
S.Diag(Loc,
IsError
? diag::err_typecheck_comparison_of_distinct_pointers
11103
diagnoseDistinctPointerComparison(S, Loc, LHS, RHS, /*
isError
*/true);
11115
bool
IsError
) {
11116
S.Diag(Loc,
IsError
? diag::err_typecheck_comparison_of_fptr_to_void
11785
*this, Loc, LHS, RHS, /*
isError
*/ (bool)isSFINAEContext());
11849
/*
isError
*/false);
11852
diagnoseDistinctPointerComparison(*this, Loc, LHS, RHS, /*
isError
*/false);
11992
/*
isError
*/false);
12020
/*
isError
*/false)
[
all
...]
/src/external/public-domain/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 130 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026