Home
last modified time | relevance | path

Searched defs:ParseError (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp48 auto ParseError = [&](const char *Err) { in Init() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DParsing.cpp60 class ParseError : public llvm::ErrorInfo<ParseError> { class
65 ParseError(size_t Pos, std::string ErrorMsg, std::string InputExcerpt) in ParseError() function in __anond4b88ee60111::ParseError
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSpecialCaseList.cpp109 std::string ParseError; in createInternal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1781 bool &ParseError, SMLoc &End) { in ParseIntelNamedOperator()
1823 bool &ParseError, SMLoc &End) { in ParseMasmNamedOperator()
1981 bool ParseError = false; in ParseIntelExpression() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp618 Error ParseError = getLocationTable().visitAbsoluteLocationList( in findLoclistFromOffset() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h808 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1645 std::move(E), [&](const SymbolRemappingParseError &ParseError) { in create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h39 enum class ParseError { enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp110 bool ParseError = false; member
H A DMasmParser.cpp109 bool ParseError = false; member