Home
last modified time | relevance | path

Searched refs:CharSelector (Results 1 – 25 of 56) sorted by last modified time

123

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Ddump-parse-tree.h177 NODE(parser, CharSelector) in NODE()
178 NODE(CharSelector, LengthAndKind) in NODE()
H A Dparse-tree.h658 struct CharSelector { struct
659 UNION_CLASS_BOILERPLATE(CharSelector);
667 CharSelector(TypeParamValue &&l, ScalarIntConstantExpr &&k) in CharSelector() function
669 CharSelector(ScalarIntConstantExpr &&k, std::optional<TypeParamValue> &&l) in CharSelector() function
694 Character(std::optional<CharSelector> &&s) : selector{std::move(s)} {} in Character() argument
695 std::optional<CharSelector> selector;
H A Dparse-tree-visitor.h322 void Walk(const CharSelector::LengthAndKind &x, V &visitor) { in Walk()
329 template <typename M> void Walk(CharSelector::LengthAndKind &x, M &mutator) { in Walk()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dunparse.cpp194 void Unparse(const CharSelector::LengthAndKind &x) { // R721 in Unparse()
H A DFortran-parsers.cpp199 "CHARACTER" >> maybe(Parser<CharSelector>{}))),
291 TYPE_PARSER(construct<CharSelector>(Parser<LengthSelector>{}) ||
292 parenthesized(construct<CharSelector>(
294 parenthesized(construct<CharSelector>(
296 parenthesized(construct<CharSelector>(
937 "CHARACTER" >> construct<std::optional<CharSelector>>())),
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp829 void Post(const parser::CharSelector::LengthAndKind &);
3855 void DeclarationVisitor::Post(const parser::CharSelector::LengthAndKind &x) { in Post()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Ddump-parse-tree.h177 NODE(parser, CharSelector) in NODE()
178 NODE(CharSelector, LengthAndKind) in NODE()
H A Dparse-tree.h658 struct CharSelector { struct
659 UNION_CLASS_BOILERPLATE(CharSelector);
667 CharSelector(TypeParamValue &&l, ScalarIntConstantExpr &&k) in CharSelector() function
669 CharSelector(ScalarIntConstantExpr &&k, std::optional<TypeParamValue> &&l) in CharSelector() function
694 Character(std::optional<CharSelector> &&s) : selector{std::move(s)} {} in Character() argument
695 std::optional<CharSelector> selector;
H A Dparse-tree-visitor.h322 void Walk(const CharSelector::LengthAndKind &x, V &visitor) { in Walk()
329 template <typename M> void Walk(CharSelector::LengthAndKind &x, M &mutator) { in Walk()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp829 void Post(const parser::CharSelector::LengthAndKind &);
3855 void DeclarationVisitor::Post(const parser::CharSelector::LengthAndKind &x) { in Post()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Parser/
H A DFortran-parsers.cpp199 "CHARACTER" >> maybe(Parser<CharSelector>{}))),
291 TYPE_PARSER(construct<CharSelector>(Parser<LengthSelector>{}) ||
292 parenthesized(construct<CharSelector>(
294 parenthesized(construct<CharSelector>(
296 parenthesized(construct<CharSelector>(
937 "CHARACTER" >> construct<std::optional<CharSelector>>())),
H A Dunparse.cpp194 void Unparse(const CharSelector::LengthAndKind &x) { // R721 in Unparse()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Dparse-tree-visitor.h322 void Walk(const CharSelector::LengthAndKind &x, V &visitor) {
329 template <typename M> void Walk(CharSelector::LengthAndKind &x, M &mutator) {
H A Dparse-tree.h658 struct CharSelector {
659 UNION_CLASS_BOILERPLATE(CharSelector);
667 CharSelector(TypeParamValue &&l, ScalarIntConstantExpr &&k)
669 CharSelector(ScalarIntConstantExpr &&k, std::optional<TypeParamValue> &&l)
694 Character(std::optional<CharSelector> &&s) : selector{std::move(s)} {}
695 std::optional<CharSelector> selector;
H A Ddump-parse-tree.h177 NODE(parser, CharSelector) in NODE()
178 NODE(CharSelector, LengthAndKind) in NODE()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Parser/
H A DFortran-parsers.cpp199 "CHARACTER" >> maybe(Parser<CharSelector>{}))),
291 TYPE_PARSER(construct<CharSelector>(Parser<LengthSelector>{}) ||
292 parenthesized(construct<CharSelector>(
294 parenthesized(construct<CharSelector>(
296 parenthesized(construct<CharSelector>(
937 "CHARACTER" >> construct<std::optional<CharSelector>>())),
H A Dunparse.cpp194 void Unparse(const CharSelector::LengthAndKind &x) { // R721 in Unparse()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp829 void Post(const parser::CharSelector::LengthAndKind &);
3855 void DeclarationVisitor::Post(const parser::CharSelector::LengthAndKind &x) { in Post()
/dports/www/ilias6/ILIAS-6.14/Services/UIComponent/CharSelector/templates/default/
H A Dchar_selector_style.css8 * The panel is now positioned by il.CharSelector.resizePanel() relative to .ilMainHeader
/dports/www/ilias/ILIAS-5.4.25/Services/UIComponent/CharSelector/templates/default/
H A Dchar_selector_style.css8 * The panel is now positioned by il.CharSelector.resizePanel() relative to .ilMainHeader
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Parser/
H A Ddump-parse-tree.h177 NODE(parser, CharSelector) in NODE()
178 NODE(CharSelector, LengthAndKind) in NODE()
H A Dparse-tree-visitor.h322 void Walk(const CharSelector::LengthAndKind &x, V &visitor) { in Walk()
329 template <typename M> void Walk(CharSelector::LengthAndKind &x, M &mutator) { in Walk()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dresolve-names.cpp832 void Post(const parser::CharSelector::LengthAndKind &);
3890 void DeclarationVisitor::Post(const parser::CharSelector::LengthAndKind &x) { in Post()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Parser/
H A DFortran-parsers.cpp199 "CHARACTER" >> maybe(Parser<CharSelector>{}))),
291 TYPE_PARSER(construct<CharSelector>(Parser<LengthSelector>{}) ||
292 parenthesized(construct<CharSelector>(
294 parenthesized(construct<CharSelector>(
296 parenthesized(construct<CharSelector>(
937 "CHARACTER" >> construct<std::optional<CharSelector>>())),
H A Dunparse.cpp194 void Unparse(const CharSelector::LengthAndKind &x) { // R721 in Unparse()

123