Home
last modified time | relevance | path

Searched refs:HasError (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DRelocVisitor.h53 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 DErrorOr.h79 : 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 DError.h457 : 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 DBinaryStreamArray.h193 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 Dllc.cpp243 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 DJITSymbol.h63 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 DRuntimeDyldImpl.h319 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 DRuntimeDyldCOFF.cpp67 HasError = true; in loadObject()
H A DRuntimeDyldMachO.cpp371 HasError = true; in loadObject()
H A DRuntimeDyld.cpp133 HasError = true; in resolveRelocations()
H A DRuntimeDyldELF.cpp256 HasError = true; in loadObject()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp100 if (HasError) { in dump()
199 HasError = HasContent && !parseImpl(Data); in parse()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h78 bool HasError = false; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h358 bool HasError = false;
367 HasError = true;
374 if (!HasError) {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp1515 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 DCodeGenDAGPatterns.h879 bool HasError; variable
953 return HasError; in hasError()
956 HasError = false; in resetError()
H A DCodeGenDAGPatterns.cpp2578 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 DParseExpr.cpp3156 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 DSemaType.cpp1016 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()