Searched refs:isError (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DDataExtractor.cpp38 static bool isError(Error *E) { return E && *E; } function
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))
/netbsd-current/external/bsd/elftosb/dist/common/
H A DStExecutableImage.h129 address_filter_exception(bool isError, std::string & imageName, const AddressFilter & matchingFilter) argument
130 : m_isError(isError), m_imageName(imageName), m_filter(matchingFilter)
136 inline bool isError() const { return m_isError; } function in class:StExecutableImage::address_filter_exception
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplateparamsem.d73 result = !(ttp.specType && isError(ttp.specType));
107 result = !isError(tvp.valType);
123 result = !(tap.specType && isError(tap.specType)) && !(tap.specAlias && isError(tap.specAlias));
H A Dtemplate.h316 bool isError(const RootObject *const o);
H A Dtraits.d832 if (!isError(o))
H A Dsemantic3.d238 if (funcdecl.errors || isError(funcdecl.parent))
H A Ddtemplate.d142 extern (C++) bool isError(const RootObject o)
154 return s.parent ? isError(s.parent) : false;
164 if (isError(o))
2188 if (isError(oded))
H A Ddsymbolsem.d4523 if (ti && isError(ti))
4746 if (ti && isError(ti))
5406 if (ti && isError(ti))
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DClustering.h57 bool isError() const { return Id_ == kError; } function in class:llvm::exegesis::InstructionBenchmarkClustering::ClusterId
101 if (Id.isError()) {
H A DAnalysis.cpp77 else if (CID.isError())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h32 /// An Operation can be in Error state (check with isError()). This
96 bool isError() { return Error; } function
120 Offset = Op.isError() ? Expr->Data.getData().size() : Op.EndOffset;
/netbsd-current/usr.bin/make/
H A Darch.c209 bool isError; local
215 isError = result.str == var_Error;
217 if (isError)
248 bool isError; local
254 isError = result.str == var_Error;
257 if (isError)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h187 bool isError() const { return Kind == Error; } function in struct:llvm::MIToken
H A DMIParser.cpp731 return Token.isError();
762 if (!Token.isError() && BraceDepth)
765 return Token.isError();
933 return Token.isError();
976 if (Token.isError() || parseInstruction(OpCode, Flags))
H A DMILexer.cpp618 if (Token.isError())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h393 bool isError(RootObject *o);
H A Ddclass.c366 if (ti && isError(ti))
1461 if (ti && isError(ti))
H A Ddtemplate.c102 bool isError(RootObject *o) function
117 return s->parent ? isError(s->parent) : false;
128 if (isError(o))
1912 if (isError(oded))
5051 return !(specType && isError(specType));
5275 return !(specType && isError(specType)) &&
5276 !(specAlias && isError(specAlias));
5498 return !isError(valType);
H A Ddstruct.c1056 if (ti && isError(ti))
H A Dtraits.c670 if (!isError(o))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp511 return Op.isError();
1353 return !Op.isError() && (Op.getCode() == DW_OP_addr ||
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc285 if (isError (d) || !d->members)
333 if (isError (d)|| !d->members)
350 if (isError (d)|| !d->members)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc404 if (isError (d) || !d->members)
449 if (isError (d)|| !d->members)
463 if (isError (d)|| !d->members)
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1201 static bool isError(const Record &Diag) { function
1251 if (isError(R)) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp11103 diagnoseDistinctPointerComparison(S, Loc, LHS, RHS, /*isError*/true);
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);
12047 bool isError = false; local
12054 isError = getLangOpts().CPlusPlus;
12056 isError ? diag::err_typecheck_ordered_comparison_of_pointer_and_zero
12061 isError
[all...]

Completed in 397 milliseconds

12