Home
last modified time | relevance | path

Searched refs:ParseError (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Tooling/Transformer/
DParsing.cpp59 class ParseError : public llvm::ErrorInfo<ParseError> { class
64 ParseError(size_t Pos, std::string ErrorMsg, std::string InputExcerpt) in ParseError() function in __anon191bb3970111::ParseError
84 char ParseError::ID;
139 return llvm::make_error<ParseError>(Pos, std::move(ErrorMsg), in makeParseError()
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerDataFlowTrace.cpp132 static bool ParseError(const char *Err, const std::string &Line) { in ParseError() function
145 return ParseError("no space in the trace line", Line); in ParseDFTLine()
147 return ParseError("the trace line doesn't start with 'F'", Line); in ParseDFTLine()
155 return ParseError("the trace should contain only 0 or 1", Line); in ParseDFTLine()
234 return ParseError("N is greater than the number of functions", L); in Init()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DSpecialCaseList.cpp108 std::string ParseError; in createInternal() local
109 if (!parse(FileOrErr.get().get(), Sections, ParseError)) { in createInternal()
110 Error = (Twine("error parsing file '") + Path + "': " + ParseError).str(); in createInternal()
DJSON.cpp679 std::make_unique<ParseError>(Msg, Line, P - StartOfLine, P - Start)); in parseError()
693 char ParseError::ID = 0;
/openbsd/src/gnu/llvm/clang/lib/Format/
DFormat.cpp1131 std::error_code make_error_code(ParseError e) { in make_error_code()
1145 switch (static_cast<ParseError>(EV)) { in message()
1146 case ParseError::Success: in message()
1148 case ParseError::Error: in message()
1150 case ParseError::Unsuitable: in message()
1152 case ParseError::BinPackTrailingCommaConflict: in message()
1154 case ParseError::InvalidQualifierSpecified: in message()
1156 case ParseError::DuplicateQualifierSpecified: in message()
1158 case ParseError::MissingQualifierType: in message()
1160 case ParseError::MissingQualifierOrder: in message()
[all …]
/openbsd/src/gnu/llvm/clang/include/clang/Format/
DFormat.h35 enum class ParseError { enum
51 std::error_code make_error_code(ParseError e);
4638 struct is_error_code_enum<clang::format::ParseError> : std::true_type {};
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1119 bool &ParseError, SMLoc &End);
1121 bool &ParseError, SMLoc &End);
1800 bool &ParseError, SMLoc &End) { in ParseIntelNamedOperator() argument
1825 ParseError = ParseIntelOffsetOperator(Val, ID, Info, End); in ParseIntelNamedOperator()
1826 if (ParseError) in ParseIntelNamedOperator()
1829 ParseError = in ParseIntelNamedOperator()
1831 if (ParseError) in ParseIntelNamedOperator()
1842 bool &ParseError, SMLoc &End) { in ParseMasmNamedOperator() argument
2014 bool ParseError = false; in ParseIntelExpression() local
2015 if (ParseIntelNamedOperator(Identifier, SM, ParseError, End)) { in ParseIntelExpression()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DJSON.h872 class ParseError : public llvm::ErrorInfo<ParseError> {
878 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp702 Error ParseError = getLocationTable().visitAbsoluteLocationList( in findLoclistFromOffset() local
714 if (ParseError || InterpretationError) in findLoclistFromOffset()
715 return joinErrors(std::move(ParseError), std::move(InterpretationError)); in findLoclistFromOffset()
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DSampleProfReader.cpp1901 std::move(E), [&](const SymbolRemappingParseError &ParseError) { in create() argument
1903 ParseError.getLineNum(), in create()
1904 ParseError.getMessage())); in create()
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DAsmParser.cpp107 bool ParseError = false; member
2333 Info.ParseError = ParseHadError; in parseAndMatchAndEmitTargetInstruction()
5995 if (StatementErr || Info.ParseError) { in parseMSInlineAsm()
DMasmParser.cpp106 bool ParseError = false; member
2693 Info.ParseError = ParseHadError; in parseStatement()
7403 if (StatementErr || Info.ParseError) { in parseMSInlineAsm()