/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 77 bool isError() const { return !MaybeStat; } in isError() function 310 bool isError() const { return Entry.isError(); } in isError() function [all...] |
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.h | 57 bool isError() const { return Id_ == kError; } in isError() function
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFExpression.h | 100 bool isError() const { return Error; } in isError() function
|
/llvm-project/flang/lib/Lower/ |
H A D | Runtime.cpp | 58 const bool isError = std::get<Fortran::parser::StopStmt::Kind>(stmt.t) == in genStopStatement() local
|
/llvm-project/flang/include/flang/Common/ |
H A D | format.h | 36 bool isError; // vs. warning member
|
/llvm-project/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 38 static bool isError(Error *E) { return E && *E; } in isError() function
|
/llvm-project/mlir/lib/Dialect/Async/Transforms/ |
H A D | AsyncToAsyncRuntime.cpp | 589 Value isError = builder.create<RuntimeIsErrorOp>(i1, operand); in matchAndRewrite() local 626 auto isError = builder.create<RuntimeIsErrorOp>(loc, i1, operand); in matchAndRewrite() local
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | AsyncRuntime.cpp | 100 bool isError() const { return state == kError; } in isError() function in mlir::runtime::__anone5fff9370111::State
|
/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.h | 204 bool isError() const { return Kind == Error; } isError() function
|
/llvm-project/lld/wasm/ |
H A D | SymbolTable.cpp | 923 reportFunctionSignatureMismatch(StringRef symName,FunctionSymbol * a,FunctionSymbol * b,bool isError) reportFunctionSignatureMismatch() argument
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 1204 static bool isError(const Record &Diag) { isError() function
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-declarations.cpp | 3155 WhyNotInteroperableProcedure(const Symbol & symbol,bool isError) WhyNotInteroperableProcedure() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 12403 bool isError = false; CheckCompareOperands() local [all...] |