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

/openbsd-current/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h77 bool isError() const { return !MaybeStat; } function in class:clang::tooling::dependencies::CachedFileSystemEntry
80 bool isDirectory() const { return !isError() && MaybeStat->isDirectory(); }
84 assert(!isError() && "error");
94 assert(!isError() && "error");
109 assert(!isError() && "error");
116 assert(!isError() && "error");
122 assert(!isError() && "error");
254 bool isError() const { return Entry.isError(); } function in class:clang::tooling::dependencies::EntryRef
259 if (isError())
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DDataExtractor.cpp37 static bool isError(Error *E) { return E && *E; } function
43 if (isError(Err))
62 if (isError(Err))
157 if (isError(Err))
183 if (isError(Err))
201 if (isError(Err))
230 if (isError(&C.Err))
/openbsd-current/gnu/llvm/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())
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h30 /// An Operation can be in Error state (check with isError()). This
94 bool isError() const { return Error; } function
98 /// Verify \p Op. Does not affect the return of \a isError().
123 Offset = Op.isError() ? Expr->Data.getData().size() : Op.EndOffset;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h197 bool isError() const { return Kind == Error; } function in struct:llvm::MIToken
H A DMIParser.cpp794 return Token.isError();
825 if (!Token.isError() && BraceDepth)
828 return Token.isError();
996 return Token.isError();
1039 if (Token.isError() || parseInstruction(OpCode, Flags))
H A DMILexer.cpp626 if (Token.isError())
/openbsd-current/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp46 if (Entry.isError() || Entry.isDirectory() || Disable ||
298 assert(!Entry.isError() && "error");
/openbsd-current/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp110 return !Op.isError() &&
/openbsd-current/gnu/llvm/lld/wasm/
H A DSymbolTable.cpp905 FunctionSymbol *b, bool isError) {
911 if (isError)
903 reportFunctionSignatureMismatch(StringRef symName, FunctionSymbol *a, FunctionSymbol *b, bool isError) argument
/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1201 static bool isError(const Record &Diag) { function
1251 if (isError(R)) {
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp629 return Op.isError();
1453 return !Op.isError() && (Op.getCode() == DW_OP_addr ||
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp12052 diagnoseDistinctPointerComparison(S, Loc, LHS, RHS, /*isError*/true);
12753 *this, Loc, LHS, RHS, /*isError*/ (bool)isSFINAEContext());
12811 /*isError*/false);
12814 diagnoseDistinctPointerComparison(*this, Loc, LHS, RHS, /*isError*/false);
12974 /*isError*/false);
13002 /*isError*/false);
13029 bool isError = false; local
13036 isError = getLangOpts().CPlusPlus;
13038 isError ? diag::err_typecheck_ordered_comparison_of_pointer_and_zero
13043 isError
[all...]
H A DSemaDeclAttr.cpp3881 bool Match = (EA->isError() && NewAttr == "error") ||
H A DSemaOverload.cpp6872 [](const DiagnoseIfAttr *DIA) { return DIA->isError(); });
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp2451 if (EA->isError())

Completed in 382 milliseconds