| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | RelocVisitor.h | 53 HasError = true; 141 HasError = true; in visitX86_64() 156 HasError = true; in visitAarch64() 167 HasError = true; in visitBpf() 180 HasError = true; in visitMips64() 191 HasError = true; in visitPPC64() 206 HasError = true; in visitSystemz() 218 HasError = true; in visitSparc64() 228 HasError = true; in visitAmdgpu() 241 HasError = true; in visitX86() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | ErrorOr.h | 79 : HasError(true) { in HasError() function 91 : HasError(false) { in HasError() function 148 if (!HasError) in ~ErrorOr() 154 return !HasError; 179 if (!Other.HasError) { in copyConstruct() 181 HasError = false; in copyConstruct() 185 HasError = true; in copyConstruct() 211 if (!Other.HasError) { in moveConstruct() 213 HasError = false; in moveConstruct() 217 HasError = true; in moveConstruct() [all …]
|
| H A D | Error.h | 457 : HasError(true) in Expected() 478 : HasError(false) in HasError() function 518 if (!HasError) in ~Expected() 527 Unchecked = HasError; 529 return !HasError; 596 HasError = Other.HasError; in moveConstruct() 602 if (!HasError) in moveConstruct() 637 assert(HasError && "Cannot get error when a value exists!"); in getErrorStorage() 642 assert(HasError && "Cannot get error when a value exists!"); in getErrorStorage() 658 if (HasError) { in fatalUncheckedExpected() [all …]
|
| H A D | BinaryStreamArray.h | 193 assert(Array && !HasError); 198 assert(Array && !HasError); 237 HasError = true; in markError() 248 bool HasError{false};
|
| /freebsd-12.1/contrib/llvm/tools/llc/ |
| H A D | llc.cpp | 243 bool *HasError; member 244 LLCDiagnosticHandler(bool *HasErrorPtr) : HasError(HasErrorPtr) {} in LLCDiagnosticHandler() 247 *HasError = true; in handleDiagnostics() 263 bool *HasError = static_cast<bool *>(Context); in InlineAsmDiagHandler() local 265 *HasError = true; in InlineAsmDiagHandler() 317 bool HasError = false; in main() local 319 llvm::make_unique<LLCDiagnosticHandler>(&HasError)); in main() 320 Context.setInlineAsmDiagnosticHandler(InlineAsmDiagHandler, &HasError); in main() 599 auto HasError = in compileModule() local 600 ((const LLCDiagnosticHandler *)(Context.getDiagHandlerPtr()))->HasError; in compileModule() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 63 HasError = 1U << 0, enumerator 111 return (Flags & HasError) == HasError; in hasError() 250 : Err(std::move(Err)), Flags(JITSymbolFlags::HasError) {} in JITSymbol()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldImpl.h | 319 bool HasError; variable 476 ProcessAllSections(false), HasError(false) { in RuntimeDyldImpl() 553 bool hasError() { return HasError; } in hasError() 556 void clearError() { HasError = false; } in clearError()
|
| H A D | RuntimeDyldCOFF.cpp | 67 HasError = true; in loadObject()
|
| H A D | RuntimeDyldMachO.cpp | 371 HasError = true; in loadObject()
|
| H A D | RuntimeDyld.cpp | 133 HasError = true; in resolveRelocations()
|
| H A D | RuntimeDyldELF.cpp | 256 HasError = true; in loadObject()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFGdbIndex.cpp | 100 if (HasError) { in dump() 199 HasError = HasContent && !parseImpl(Data); in parse()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFGdbIndex.h | 78 bool HasError = false; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Marshallers.h | 358 bool HasError = false; 367 HasError = true; 374 if (!HasError) {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | UnwrappedLineParser.cpp | 1515 bool HasError = false; in parseBracedList() local 1544 return !HasError; in parseBracedList() 1591 HasError = true; in parseBracedList() 1593 return !HasError; in parseBracedList() 2016 bool HasError = !parseBracedList(/*ContinueOnSemicolons=*/true); in parseEnum() local 2017 if (HasError) { in parseEnum()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 879 bool HasError; variable 953 return HasError; in hasError() 956 HasError = false; in resetError()
|
| H A D | CodeGenDAGPatterns.cpp | 2578 isInputPattern(isInput), HasError(false), in TreePattern() 2586 isInputPattern(isInput), HasError(false), in TreePattern() 2593 : TheRecord(TheRec), CDP(cdp), isInputPattern(isInput), HasError(false), in TreePattern() 2599 if (HasError) in error() 2603 HasError = true; in error()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 3156 bool HasError = false; in ParseAvailabilityCheckExpr() local 3160 HasError = true; in ParseAvailabilityCheckExpr() 3168 if (HasError) { in ParseAvailabilityCheckExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1016 bool HasError; in BuildObjCTypeParamType() local 1018 HasError); in BuildObjCTypeParamType() 1019 if (HasError) { in BuildObjCTypeParamType() 1052 bool HasError; in BuildObjCObjectType() local 1054 HasError); in BuildObjCObjectType() 1055 if (HasError) { in BuildObjCObjectType()
|