Home
last modified time | relevance | path

Searched defs:Pre (Results 1 – 25 of 991) sorted by relevance

12345678910>>...40

/dports/devel/f18/f18-1688bef/lib/semantics/
H A Drewrite-parse-tree.cc41 template<typename T> bool Pre(T &) { return true; } in Pre() function in Fortran::semantics::RewriteMutator
52 bool Pre(parser::EquivalenceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
53 bool Pre(parser::Keyword &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
54 bool Pre(parser::EntryStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
58 bool Pre(parser::EndBlockDataStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
59 bool Pre(parser::EndFunctionStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
60 bool Pre(parser::EndInterfaceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
61 bool Pre(parser::EndModuleStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
63 bool Pre(parser::EndProgramStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
66 bool Pre(parser::EndTypeStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
[all …]
H A Dexpression.h38 template<typename A> bool Pre(const A &) { return true; } in Pre() function
40 bool Pre(const Expr &x) { in Pre() function
44 bool Pre(const Designator &x) { in Pre() function
48 bool Pre(const Call &x) { in Pre() function
52 bool Pre(const CompilerDirective &x) { in Pre() function
56 bool Pre(const GenericSpec &x) { in Pre() function
388 template<typename A> bool Pre(const A &) { return true; } in Pre() function
392 bool Pre(const parser::Expr &x) { in Pre() function
396 bool Pre(const parser::Variable &x) { in Pre() function
400 bool Pre(const parser::CallStmt &x) { in Pre() function
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp37 template <typename T> bool Pre(T &) { return true; } in Pre() function in Fortran::semantics::RewriteMutator
50 bool Pre(parser::EquivalenceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
51 bool Pre(parser::Keyword &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
52 bool Pre(parser::EntryStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
56 bool Pre(parser::EndBlockDataStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
57 bool Pre(parser::EndFunctionStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
58 bool Pre(parser::EndInterfaceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
59 bool Pre(parser::EndModuleStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
61 bool Pre(parser::EndProgramStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
64 bool Pre(parser::EndTypeStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp37 template <typename T> bool Pre(T &) { return true; } in Pre() function in Fortran::semantics::RewriteMutator
49 bool Pre(parser::EquivalenceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
50 bool Pre(parser::Keyword &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
51 bool Pre(parser::EntryStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
55 bool Pre(parser::EndBlockDataStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
56 bool Pre(parser::EndFunctionStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
57 bool Pre(parser::EndInterfaceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
58 bool Pre(parser::EndModuleStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
60 bool Pre(parser::EndProgramStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
63 bool Pre(parser::EndTypeStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp37 template <typename T> bool Pre(T &) { return true; } in Pre() function in Fortran::semantics::RewriteMutator
49 bool Pre(parser::EquivalenceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
50 bool Pre(parser::Keyword &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
51 bool Pre(parser::EntryStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
55 bool Pre(parser::EndBlockDataStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
56 bool Pre(parser::EndFunctionStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
57 bool Pre(parser::EndInterfaceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
58 bool Pre(parser::EndModuleStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
60 bool Pre(parser::EndProgramStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
63 bool Pre(parser::EndTypeStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp37 template <typename T> bool Pre(T &) { return true; } in Pre() function in Fortran::semantics::RewriteMutator
49 bool Pre(parser::EquivalenceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
50 bool Pre(parser::Keyword &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
51 bool Pre(parser::EntryStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
55 bool Pre(parser::EndBlockDataStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
56 bool Pre(parser::EndFunctionStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
57 bool Pre(parser::EndInterfaceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
58 bool Pre(parser::EndModuleStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
60 bool Pre(parser::EndProgramStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
63 bool Pre(parser::EndTypeStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp37 template <typename T> bool Pre(T &) { return true; } in Pre() function in Fortran::semantics::RewriteMutator
49 bool Pre(parser::EquivalenceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
50 bool Pre(parser::Keyword &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
51 bool Pre(parser::EntryStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
55 bool Pre(parser::EndBlockDataStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
56 bool Pre(parser::EndFunctionStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
57 bool Pre(parser::EndInterfaceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
58 bool Pre(parser::EndModuleStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
60 bool Pre(parser::EndProgramStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
63 bool Pre(parser::EndTypeStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp37 template <typename T> bool Pre(T &) { return true; } in Pre() function in Fortran::semantics::RewriteMutator
49 bool Pre(parser::EquivalenceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
50 bool Pre(parser::Keyword &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
51 bool Pre(parser::EntryStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
55 bool Pre(parser::EndBlockDataStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
56 bool Pre(parser::EndFunctionStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
57 bool Pre(parser::EndInterfaceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
58 bool Pre(parser::EndModuleStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
60 bool Pre(parser::EndProgramStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
63 bool Pre(parser::EndTypeStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp37 template <typename T> bool Pre(T &) { return true; } in Pre() function in Fortran::semantics::RewriteMutator
49 bool Pre(parser::EquivalenceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
50 bool Pre(parser::Keyword &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
51 bool Pre(parser::EntryStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
55 bool Pre(parser::EndBlockDataStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
56 bool Pre(parser::EndFunctionStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
57 bool Pre(parser::EndInterfaceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
58 bool Pre(parser::EndModuleStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
60 bool Pre(parser::EndProgramStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
63 bool Pre(parser::EndTypeStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp37 template <typename T> bool Pre(T &) { return true; } in Pre() function in Fortran::semantics::RewriteMutator
50 bool Pre(parser::EquivalenceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
51 bool Pre(parser::Keyword &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
52 bool Pre(parser::EntryStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
56 bool Pre(parser::EndBlockDataStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
57 bool Pre(parser::EndFunctionStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
58 bool Pre(parser::EndInterfaceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
59 bool Pre(parser::EndModuleStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
61 bool Pre(parser::EndProgramStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
64 bool Pre(parser::EndTypeStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator
[all …]
/dports/lang/asis/asis-gpl-2016-src/tools/gnat2xml/
H A Dgnat2xml-xml.adb195 procedure Pre subprogspec
200 procedure Pre subprogram
206 function Checks return String;
208 function Checks return String is
233 Def_Attrs : constant Attributes_List :=
244 Ref_Attrs : constant Attributes_List :=
251 Type_Attrs : constant Attributes_List :=
265 Lit_Val_Attrs : constant Attributes_List :=
272 Mode_Attrs : constant Attributes_List :=
279 Text_Attrs : constant Attributes_List :=
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Semantics/
H A Dexpression.h35 template <typename A> bool Pre(const A &x) { in Pre() function
418 bool Pre(const parser::Expr &x) { in Pre() function
422 bool Pre(const parser::Variable &x) { in Pre() function
426 bool Pre(const parser::Selector &x) { in Pre() function
430 bool Pre(const parser::DataStmtValue &x) { in Pre() function
434 bool Pre(const parser::AllocateObject &x) { in Pre() function
438 bool Pre(const parser::PointerObject &x) { in Pre() function
444 bool Pre(const parser::CallStmt &x) { in Pre() function
448 bool Pre(const parser::AssignmentStmt &x) { in Pre() function
458 bool Pre(const parser::WhereStmt &) { in Pre() function
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dexpression.h35 template <typename A> bool Pre(const A &x) { in Pre() function
417 template <typename A> bool Pre(const A &) { return true; } in Pre() function
421 bool Pre(const parser::Expr &x) { in Pre() function
425 bool Pre(const parser::Variable &x) { in Pre() function
429 bool Pre(const parser::Selector &x) { in Pre() function
433 bool Pre(const parser::DataStmtValue &x) { in Pre() function
437 bool Pre(const parser::AllocateObject &x) { in Pre() function
441 bool Pre(const parser::PointerObject &x) { in Pre() function
447 bool Pre(const parser::CallStmt &x) { in Pre() function
451 bool Pre(const parser::AssignmentStmt &x) { in Pre() function
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dexpression.h35 template <typename A> bool Pre(const A &x) { in Pre() function
417 template <typename A> bool Pre(const A &) { return true; } in Pre() function
421 bool Pre(const parser::Expr &x) { in Pre() function
425 bool Pre(const parser::Variable &x) { in Pre() function
429 bool Pre(const parser::Selector &x) { in Pre() function
433 bool Pre(const parser::DataStmtValue &x) { in Pre() function
437 bool Pre(const parser::AllocateObject &x) { in Pre() function
441 bool Pre(const parser::PointerObject &x) { in Pre() function
447 bool Pre(const parser::CallStmt &x) { in Pre() function
451 bool Pre(const parser::AssignmentStmt &x) { in Pre() function
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dexpression.h35 template <typename A> bool Pre(const A &x) { in Pre() function
417 template <typename A> bool Pre(const A &) { return true; } in Pre() function
421 bool Pre(const parser::Expr &x) { in Pre() function
425 bool Pre(const parser::Variable &x) { in Pre() function
429 bool Pre(const parser::Selector &x) { in Pre() function
433 bool Pre(const parser::DataStmtValue &x) { in Pre() function
437 bool Pre(const parser::AllocateObject &x) { in Pre() function
441 bool Pre(const parser::PointerObject &x) { in Pre() function
447 bool Pre(const parser::CallStmt &x) { in Pre() function
451 bool Pre(const parser::AssignmentStmt &x) { in Pre() function
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/GlobalOpt/
H A D2005-09-27-Crash.ll20 call fastcc void @pypy_array_constant( )
24 define void @__entrypoint__raised_LLVMException() {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Parser/
H A Ddump-parse-tree.h800 bool Pre(const CharBlock &) { return true; } in Pre() function
803 template <typename T> bool Pre(const Statement<T> &) { return true; } in Pre() function
805 template <typename T> bool Pre(const UnlabeledStatement<T> &) { return true; } in Pre() function
808 template <typename T> bool Pre(const common::Indirection<T> &) { in Pre() function
813 template <typename A> bool Pre(const Scalar<A> &) { in Pre() function
819 template <typename A> bool Pre(const Constant<A> &) { in Pre() function
825 template <typename A> bool Pre(const Integer<A> &) { in Pre() function
831 template <typename A> bool Pre(const Logical<A> &) { in Pre() function
837 template <typename A> bool Pre(const DefaultChar<A> &) { in Pre() function
845 template <typename... A> bool Pre(const std::tuple<A...> &) { return true; } in Pre() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Parser/
H A Ddump-parse-tree.h733 bool Pre(const CharBlock &) { return true; } in Pre() function
736 template <typename T> bool Pre(const Statement<T> &) { return true; } in Pre() function
738 template <typename T> bool Pre(const UnlabeledStatement<T> &) { return true; } in Pre() function
741 template <typename T> bool Pre(const common::Indirection<T> &) { in Pre() function
746 template <typename A> bool Pre(const Scalar<A> &) { in Pre() function
752 template <typename A> bool Pre(const Constant<A> &) { in Pre() function
758 template <typename A> bool Pre(const Integer<A> &) { in Pre() function
764 template <typename A> bool Pre(const Logical<A> &) { in Pre() function
770 template <typename A> bool Pre(const DefaultChar<A> &) { in Pre() function
778 template <typename... A> bool Pre(const std::tuple<A...> &) { return true; } in Pre() function
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Ddump-parse-tree.h740 bool Pre(const CharBlock &) { return true; } in Pre() function
743 template <typename T> bool Pre(const Statement<T> &) { return true; } in Pre() function
745 template <typename T> bool Pre(const UnlabeledStatement<T> &) { return true; } in Pre() function
748 template <typename T> bool Pre(const common::Indirection<T> &) { in Pre() function
753 template <typename A> bool Pre(const Scalar<A> &) { in Pre() function
759 template <typename A> bool Pre(const Constant<A> &) { in Pre() function
765 template <typename A> bool Pre(const Integer<A> &) { in Pre() function
771 template <typename A> bool Pre(const Logical<A> &) { in Pre() function
777 template <typename A> bool Pre(const DefaultChar<A> &) { in Pre() function
785 template <typename... A> bool Pre(const std::tuple<A...> &) { return true; } in Pre() function
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Parser/
H A Ddump-parse-tree.h740 bool Pre(const CharBlock &) { return true; } in Pre() function
743 template <typename T> bool Pre(const Statement<T> &) { return true; } in Pre() function
745 template <typename T> bool Pre(const UnlabeledStatement<T> &) { return true; } in Pre() function
748 template <typename T> bool Pre(const common::Indirection<T> &) { in Pre() function
753 template <typename A> bool Pre(const Scalar<A> &) { in Pre() function
759 template <typename A> bool Pre(const Constant<A> &) { in Pre() function
765 template <typename A> bool Pre(const Integer<A> &) { in Pre() function
771 template <typename A> bool Pre(const Logical<A> &) { in Pre() function
777 template <typename A> bool Pre(const DefaultChar<A> &) { in Pre() function
785 template <typename... A> bool Pre(const std::tuple<A...> &) { return true; } in Pre() function
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Parser/
H A Ddump-parse-tree.h740 bool Pre(const CharBlock &) { return true; } in Pre() function
743 template <typename T> bool Pre(const Statement<T> &) { return true; } in Pre() function
745 template <typename T> bool Pre(const UnlabeledStatement<T> &) { return true; } in Pre() function
748 template <typename T> bool Pre(const common::Indirection<T> &) { in Pre() function
753 template <typename A> bool Pre(const Scalar<A> &) { in Pre() function
759 template <typename A> bool Pre(const Constant<A> &) { in Pre() function
765 template <typename A> bool Pre(const Integer<A> &) { in Pre() function
771 template <typename A> bool Pre(const Logical<A> &) { in Pre() function
777 template <typename A> bool Pre(const DefaultChar<A> &) { in Pre() function
785 template <typename... A> bool Pre(const std::tuple<A...> &) { return true; } in Pre() function
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Ddump-parse-tree.h740 bool Pre(const CharBlock &) { return true; } in Pre() function
743 template <typename T> bool Pre(const Statement<T> &) { return true; } in Pre() function
745 template <typename T> bool Pre(const UnlabeledStatement<T> &) { return true; } in Pre() function
748 template <typename T> bool Pre(const common::Indirection<T> &) { in Pre() function
753 template <typename A> bool Pre(const Scalar<A> &) { in Pre() function
759 template <typename A> bool Pre(const Constant<A> &) { in Pre() function
765 template <typename A> bool Pre(const Integer<A> &) { in Pre() function
771 template <typename A> bool Pre(const Logical<A> &) { in Pre() function
777 template <typename A> bool Pre(const DefaultChar<A> &) { in Pre() function
785 template <typename... A> bool Pre(const std::tuple<A...> &) { return true; } in Pre() function
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Parser/
H A Ddump-parse-tree.h740 bool Pre(const CharBlock &) { return true; } in Pre() function
743 template <typename T> bool Pre(const Statement<T> &) { return true; } in Pre() function
745 template <typename T> bool Pre(const UnlabeledStatement<T> &) { return true; } in Pre() function
748 template <typename T> bool Pre(const common::Indirection<T> &) { in Pre() function
753 template <typename A> bool Pre(const Scalar<A> &) { in Pre() function
759 template <typename A> bool Pre(const Constant<A> &) { in Pre() function
765 template <typename A> bool Pre(const Integer<A> &) { in Pre() function
771 template <typename A> bool Pre(const Logical<A> &) { in Pre() function
777 template <typename A> bool Pre(const DefaultChar<A> &) { in Pre() function
785 template <typename... A> bool Pre(const std::tuple<A...> &) { return true; } in Pre() function
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Ddump-parse-tree.h740 bool Pre(const CharBlock &) { return true; } in Pre() function
743 template <typename T> bool Pre(const Statement<T> &) { return true; } in Pre() function
745 template <typename T> bool Pre(const UnlabeledStatement<T> &) { return true; } in Pre() function
748 template <typename T> bool Pre(const common::Indirection<T> &) { in Pre() function
753 template <typename A> bool Pre(const Scalar<A> &) { in Pre() function
759 template <typename A> bool Pre(const Constant<A> &) { in Pre() function
765 template <typename A> bool Pre(const Integer<A> &) { in Pre() function
771 template <typename A> bool Pre(const Logical<A> &) { in Pre() function
777 template <typename A> bool Pre(const DefaultChar<A> &) { in Pre() function
785 template <typename... A> bool Pre(const std::tuple<A...> &) { return true; } in Pre() function
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Semantics/
H A Dexpression.h34 template <typename A> bool Pre(const A &x) { in Pre() function
423 template <typename A> bool Pre(const A &) { return true; } in Pre() function
427 bool Pre(const parser::Expr &x) { in Pre() function
431 bool Pre(const parser::Variable &x) { in Pre() function
435 bool Pre(const parser::DataStmtValue &x) { in Pre() function
441 bool Pre(const parser::CallStmt &x) { in Pre() function
445 bool Pre(const parser::AssignmentStmt &x) { in Pre() function
449 bool Pre(const parser::PointerAssignmentStmt &x) { in Pre() function
454 template <typename A> bool Pre(const parser::Scalar<A> &x) { in Pre() function
462 template <typename A> bool Pre(const parser::Integer<A> &x) { in Pre() function
[all …]

12345678910>>...40