Home
last modified time | relevance | path

Searched defs:Parse (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project/flang/lib/Parser/
H A Duser-state.cpp17 std::optional<Success> StartNewSubprogram::Parse(ParseState &state) { in Parse() function in Fortran::parser::StartNewSubprogram
24 std::optional<CapturedLabelDoStmt::resultType> CapturedLabelDoStmt::Parse( in Parse() function in Fortran::parser::CapturedLabelDoStmt
37 EndDoStmtForCapturedLabelDoStmt::Parse(ParseState &state) { in Parse() function in Fortran::parser::EndDoStmtForCapturedLabelDoStmt
52 std::optional<Success> EnterNonlabelDoConstruct::Parse(ParseState &state) { in Parse() function in Fortran::parser::EnterNonlabelDoConstruct
59 std::optional<Success> LeaveDoConstruct::Parse(ParseState &state) { in Parse() function in Fortran::parser::LeaveDoConstruct
71 std::optional<Name> OldStructureComponentName::Parse(ParseState &state) { in Parse() function in Fortran::parser::OldStructureComponentName
82 std::optional<DataComponentDefStmt> StructureComponents::Parse( in Parse() function in Fortran::parser::StructureComponents
98 std::optional<StructureStmt> NestedStructureStmt::Parse(ParseState &state) { in Parse() function in Fortran::parser::NestedStructureStmt
H A Dtoken-parsers.h40 std::optional<const char *> Parse(ParseState &state) const { in Parse() function
67 static std::optional<Success> Parse(ParseState &state) { in Parse() function
91 static std::optional<Success> Parse(ParseState &state) { in Parse() function
126 std::optional<Success> Parse(ParseState &state) const { in Parse() function
221 static std::optional<resultType> Parse(ParseState &state) { Parse() function
249 static std::optional<std::string> Parse(ParseState &state) { Parse() function
272 static std::optional<resultType> Parse(ParseState &state) { Parse() function
352 static std::optional<resultType> Parse(ParseState &state) { Parse() function
372 static std::optional<resultType> Parse(ParseState &state) { Parse() function
387 static std::optional<std::uint64_t> Parse(ParseState &state) { Parse() function
440 static std::optional<std::int64_t> Parse(ParseState &state) { Parse() function
457 static std::optional<std::uint64_t> Parse(ParseState &state) { Parse() function
486 static std::optional<std::int64_t> Parse(ParseState &state) { Parse() function
495 static std::optional<std::int64_t> Parse(ParseState &state) { Parse() function
510 static std::optional<std::string> Parse(ParseState &state) { Parse() function
546 static inline std::optional<Success> Parse(ParseState &state) { Parse() function
559 static std::optional<Success> Parse(ParseState &state) { Parse() function
575 static std::optional<Success> Parse(ParseState &state) { Parse() function
593 static std::optional<Success> Parse(ParseState &state) { Parse() function
634 static std::optional<Success> Parse(ParseState &state) { Parse() function
[all...]
H A Dbasic-parsers.h54 std::optional<A> Parse(ParseState &state) const { in Parse() function
77 std::optional<A> Parse(ParseState &) const { return value_; } in Parse() function
92 std::optional<A> Parse(ParseState &) const { return std::make_optional<A>(); } in Parse() function
106 std::optional<resultType> Parse(ParseState &state) const { in Parse() function
134 std::optional<Success> Parse(ParseState &state) const { in Parse() function
159 std::optional<Success> Parse(ParseState &state) const { in Parse() function
184 std::optional<resultType> Parse(ParseState &state) const { Parse() function
210 std::optional<resultType> Parse(ParseState &state) const { Parse() function
263 std::optional<resultType> Parse(ParseState &state) const { Parse() function
286 std::optional<resultType> Parse(ParseState &state) const { Parse() function
310 std::optional<resultType> Parse(ParseState &state) const { Parse() function
360 std::optional<resultType> Parse(ParseState &state) const { Parse() function
424 std::optional<resultType> Parse(ParseState &state) const { Parse() function
456 std::optional<resultType> Parse(ParseState &state) const { Parse() function
483 std::optional<Success> Parse(ParseState &state) const { Parse() function
507 std::optional<Success> Parse(ParseState &state) const { Parse() function
530 std::optional<resultType> Parse(ParseState &state) const { Parse() function
554 std::optional<resultType> Parse(ParseState &state) const { Parse() function
626 std::optional<resultType> Parse(ParseState &state) const { Parse() function
684 std::optional<resultType> Parse(ParseState &state) const { Parse() function
732 std::optional<resultType> Parse(ParseState &state) const { Parse() function
794 std::optional<resultType> Parse(ParseState &state) const { Parse() function
817 static constexpr std::optional<Success> Parse(ParseState &) { Parse() function
835 std::optional<const char *> Parse(ParseState &state) const { Parse() function
856 std::optional<resultType> Parse(ParseState &state) const { Parse() function
894 std::optional<resultType> Parse(ParseState &state) const { Parse() function
924 std::optional<resultType> Parse(ParseState &state) const { Parse() function
[all...]
H A Dexpr-parsers.cpp117 inline std::optional<Expr> MultOperand::Parse(ParseState &state) { in Parse() function in Fortran::parser::MultOperand
137 static inline std::optional<Expr> Parse(ParseState &state) { in Parse() function
170 static inline std::optional<Expr> Parse(ParseState &state) { in Parse() function
205 static inline std::optional<Expr> Parse(ParseState &state) { Parse() function
231 static inline std::optional<Expr> Parse(ParseState &state) { Parse() function
293 inline std::optional<Expr> AndOperand::Parse(ParseState &state) { Parse() function in Fortran::parser::AndOperand
308 static inline std::optional<Expr> Parse(ParseState &state) { Parse() function
334 static inline std::optional<Expr> Parse(ParseState &state) { Parse() function
360 static inline std::optional<Expr> Parse(ParseState &state) { Parse() function
388 template <> std::optional<Expr> Parser<Expr>::Parse(ParseState &state) { Parse() function in Fortran::parser::Parser
[all...]
H A Ddebug-parser.cpp15 std::optional<Success> DebugParser::Parse(ParseState &state) const { in Parse() function in Fortran::parser::DebugParser
H A Dparsing.cpp241 void Parsing::Parse(llvm::raw_ostream &out) { Parse() function in Fortran::parser::Parsing
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h24 virtual bool Parse(const char *value) { return false; } in Parse() function
71 inline bool FlagHandler<bool>::Parse(const char *value) { in Parse() function
83 inline bool FlagHandler<HandleSignalMode>::Parse(const char *value) { in Parse() function
105 inline bool FlagHandler<const char *>::Parse(const char *value) { in Parse() function
116 inline bool FlagHandler<int>::Parse(const char *value) { in Parse() function
131 inline bool FlagHandler<uptr>::Parse(const char *value) { in Parse() function
146 inline bool FlagHandler<s64>::Parse(const char *value) { in Parse() function
H A Dsanitizer_flags.cpp91 bool Parse(const char *value) final { in Parse() function in __sanitizer::FlagHandlerInclude
H A Dsanitizer_suppressions.cpp117 void SuppressionContext::Parse(const char *str) { in Parse() function in __sanitizer::SuppressionContext
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp114 bool ELFHeader::Parse(lldb_private::DataExtractor &data, in Parse() function in ELFHeader
228 bool ELFSectionHeader::Parse(const lldb_private::DataExtractor &data, in Parse() function in ELFSectionHeader
325 bool ELFSymbol::Parse(const lldb_private::DataExtractor &data, in Parse() function in ELFSymbol
368 bool ELFProgramHeader::Parse(const lldb_private::DataExtractor &data, in Parse() function in ELFProgramHeader
406 bool ELFDynamic::Parse(const lldb_private::DataExtractor &data, in Parse() function in ELFDynamic
416 bool ELFRel::Parse(const lldb_private::DataExtractor &data, in Parse() function in ELFRel
428 bool ELFRela::Parse(const lldb_private::DataExtractor &data, in Parse() function in ELFRela
/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.cpp19 const MinidumpMiscInfo *MinidumpMiscInfo::Parse(llvm::ArrayRef<uint8_t> &data) { in Parse() function in MinidumpMiscInfo
39 LinuxProcStatus::Parse(llvm::ArrayRef<uint8_t> &data) { in Parse() function in LinuxProcStatus
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp278 Status ELFLinuxPrStatus::Parse(const DataExtractor &data, Parse() function in ELFLinuxPrStatus
347 Status ELFLinuxPrPsInfo::Parse(const DataExtractor &data, Parse() function in ELFLinuxPrPsInfo
415 Status ELFLinuxSigInfo::Parse(const DataExtractor &data, const ArchSpec &arch) { Parse() function in ELFLinuxSigInfo
/llvm-project/lldb/source/Utility/
H A DUriParser.cpp28 std::optional<URI> URI::Parse(llvm::StringRef uri) { in Parse() function in URI
H A DXcodeSDK.cpp116 XcodeSDK::Info XcodeSDK::Parse() const { in Parse() function in XcodeSDK
/llvm-project/clang-tools-extra/clangd/support/
H A DFileCache.cpp33 llvm::function_ref<void(std::optional<llvm::StringRef>)> Parse, in read()
/llvm-project/lldb/source/Host/common/
H A DOptionParser.cpp31 int OptionParser::Parse(llvm::MutableArrayRef<char *> argv, in Parse() function in OptionParser
/llvm-project/clang/lib/AST/
H A DCommentBriefParser.cpp53 std::string BriefParser::Parse() { in Parse() function in clang::comments::BriefParser
/llvm-project/clang/unittests/Driver/
H A DGCCVersionTest.cpp45 TEST(GCCVersionTest,Parse) TEST() argument
/llvm-project/flang/include/flang/Parser/
H A Dinstrumented-parser.h56 std::optional<resultType> Parse(ParseState &state) const { in Parse() function
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_suppressions_test.cpp82 TEST_F(SuppressionContextTest, Parse) { in TEST_F() argument
/llvm-project/lldb/unittests/debugserver/
H A DJSONTest.cpp33 TEST(JSON, Parse) { in TEST() argument
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DDirectiveTreeTest.cpp
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp26 bool Merger::Parse(const std::string &Str, bool ParseCoverage) { in Parse() function in fuzzer::Merger
52 bool Merger::Parse(std::istream &IS, bool ParseCoverage) { in Parse() function in fuzzer::Merger
/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp78 bool InlineAsm::ConstraintInfo::Parse(StringRef Str, Parse() function in InlineAsm::ConstraintInfo
/llvm-project/clang-tools-extra/clangd/unittests/
H A DURITests.cpp95 TEST(URITest, Parse) { in TEST() argument

12