Home
last modified time | relevance | path

Searched defs:_Parser (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc57 struct path::_Parser struct in path
59 using string_view_type = std::basic_string_view<value_type>;
61 struct cmpt
69 string_view_type input;
70 string_view_type::size_type pos = 0;
71 size_t origin;
72 _Type last_type = _Type::_Multi;
74 _Parser(string_view_type s, size_t o = 0) : input(s), origin(o) { } in _Parser() argument
76 pair<cmpt, cmpt> root_path() noexcept in root_path()
149 cmpt next() noexcept in next()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc58 struct path::_Parser struct in path
60 using string_view_type = std::basic_string_view<value_type>;
62 struct cmpt
70 string_view_type input;
71 string_view_type::size_type pos = 0;
72 size_t origin;
73 _Type last_type = _Type::_Multi;
75 _Parser(string_view_type s, size_t o = 0) : input(s), origin(o) { } in _Parser() function
77 pair<cmpt, cmpt> root_path() noexcept in root_path()
150 cmpt next() noexcept in next()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp161 HexagonAsmParser(const MCSubtargetInfo &_STI, MCAsmParser &_Parser, in HexagonAsmParser()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1275 AMDGPUAsmParser(const MCSubtargetInfo &STI, MCAsmParser &_Parser, in AMDGPUAsmParser()