Home
last modified time | relevance | path

Searched +defs:Pre +defs:o (Results 1 – 25 of 84) sorted by relevance

1234

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/examples/flang-omp-report-plugin/
H A Dflang-omp-report-visitor.cpp50 const OpenMPConstruct *o{*val}; in getLocation() local
58 [&](const auto &o) -> SourcePosition { in getLocation()
78 [&](const auto &o) -> SourcePosition { in getLocation()
92 const OpenMPConstruct *o{*val}; in getName() local
99 [&](const auto &o) -> std::string { in getName()
147 bool OpenMPCounterVisitor::Pre(const OpenMPDeclarativeConstruct &c) { in Pre() function in Fortran::parser::OpenMPCounterVisitor
152 bool OpenMPCounterVisitor::Pre(const OpenMPConstruct &c) { in Pre() function in Fortran::parser::OpenMPCounterVisitor
157 bool OpenMPCounterVisitor::Pre(const OmpEndLoopDirective &c) { return true; } in Pre() function in Fortran::parser::OpenMPCounterVisitor
158 bool OpenMPCounterVisitor::Pre(const DoConstruct &) { in Pre() function in Fortran::parser::OpenMPCounterVisitor
/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dresolve-names.cc705 bool Pre(const parser::AllocatableStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
710 bool Pre(const parser::TargetStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
968 bool Pre(const parser::LabelDoStmt &) { in Pre() function in Fortran::semantics::ConstructVisitor
976 bool Pre(const parser::SelectRankStmt &x) { in Pre() function in Fortran::semantics::ConstructVisitor
979 bool Pre(const parser::SelectTypeStmt &x) { in Pre() function in Fortran::semantics::ConstructVisitor
1189 std::ostream &operator<<(std::ostream &o, const ImplicitRules &implicitRules) { in operator <<()
1200 std::ostream &o, const ImplicitRules &implicitRules, char ch) { in ShowImplicitRule()
1290 bool AttrsVisitor::Pre(const parser::Pass &x) { in Pre() function in Fortran::semantics::AttrsVisitor
1877 bool ModuleVisitor::Pre(const parser::Only &x) { in Pre() function in Fortran::semantics::ModuleVisitor
5749 bool Pre(const parser::EntityDecl &decl) { in Pre() function in Fortran::semantics::DeferredCheckVisitor
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp810 bool Pre(const parser::AllocatableStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
815 bool Pre(const parser::TargetStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
1081 bool Pre(const parser::LabelDoStmt &) { in Pre() function in Fortran::semantics::ConstructVisitor
1089 bool Pre(const parser::SelectRankStmt &x) { in Pre() function in Fortran::semantics::ConstructVisitor
1375 bool Pre(const parser::MainProgram &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1387 bool Pre(const parser::Module &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1390 bool Pre(const parser::Submodule &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1393 bool Pre(const parser::BlockData &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1494 llvm::raw_ostream &operator<<( in operator <<()
1506 llvm::raw_ostream &o, const ImplicitRules &implicitRules, char ch) { in ShowImplicitRule()
[all …]
H A Dcheck-directive-structure.h40 template <typename T> bool Pre(const T &) { return true; } in Pre() function
43 template <typename T> bool Pre(const parser::Statement<T> &statement) { in Pre() function
494 const std::optional<parser::ScalarIntConstantExpr> &o) { in OptionalConstantPositiveParameter()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dresolve-names.cpp813 bool Pre(const parser::AllocatableStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
818 bool Pre(const parser::TargetStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
1098 bool Pre(const parser::LabelDoStmt &) { in Pre() function in Fortran::semantics::ConstructVisitor
1106 bool Pre(const parser::SelectRankStmt &x) { in Pre() function in Fortran::semantics::ConstructVisitor
1393 bool Pre(const parser::MainProgram &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1405 bool Pre(const parser::Module &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1408 bool Pre(const parser::Submodule &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1411 bool Pre(const parser::BlockData &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1512 llvm::raw_ostream &operator<<( in operator <<()
1524 llvm::raw_ostream &o, const ImplicitRules &implicitRules, char ch) { in ShowImplicitRule()
[all …]
H A Dcheck-directive-structure.h40 template <typename T> bool Pre(const T &) { return true; } in Pre() function
43 template <typename T> bool Pre(const parser::Statement<T> &statement) { in Pre() function
48 bool Pre(const parser::DoConstruct &) { in Pre() function
527 const std::optional<parser::ScalarIntConstantExpr> &o) { in OptionalConstantPositiveParameter()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp810 bool Pre(const parser::AllocatableStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
815 bool Pre(const parser::TargetStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
1081 bool Pre(const parser::LabelDoStmt &) { in Pre() function in Fortran::semantics::ConstructVisitor
1089 bool Pre(const parser::SelectRankStmt &x) { in Pre() function in Fortran::semantics::ConstructVisitor
1375 bool Pre(const parser::MainProgram &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1387 bool Pre(const parser::Module &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1390 bool Pre(const parser::Submodule &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1393 bool Pre(const parser::BlockData &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1494 llvm::raw_ostream &operator<<( in operator <<()
1506 llvm::raw_ostream &o, const ImplicitRules &implicitRules, char ch) { in ShowImplicitRule()
[all …]
H A Dcheck-directive-structure.h40 template <typename T> bool Pre(const T &) { return true; } in Pre() function
43 template <typename T> bool Pre(const parser::Statement<T> &statement) { in Pre() function
494 const std::optional<parser::ScalarIntConstantExpr> &o) { in OptionalConstantPositiveParameter()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp810 bool Pre(const parser::AllocatableStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
815 bool Pre(const parser::TargetStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
1081 bool Pre(const parser::LabelDoStmt &) { in Pre() function in Fortran::semantics::ConstructVisitor
1089 bool Pre(const parser::SelectRankStmt &x) { in Pre() function in Fortran::semantics::ConstructVisitor
1375 bool Pre(const parser::MainProgram &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1387 bool Pre(const parser::Module &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1390 bool Pre(const parser::Submodule &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1393 bool Pre(const parser::BlockData &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1494 llvm::raw_ostream &operator<<( in operator <<()
1506 llvm::raw_ostream &o, const ImplicitRules &implicitRules, char ch) { in ShowImplicitRule()
[all …]
H A Dcheck-directive-structure.h40 template <typename T> bool Pre(const T &) { return true; } in Pre() function
43 template <typename T> bool Pre(const parser::Statement<T> &statement) { in Pre() function
494 const std::optional<parser::ScalarIntConstantExpr> &o) { in OptionalConstantPositiveParameter()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp758 bool Pre(const parser::AllocatableStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
763 bool Pre(const parser::TargetStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
1036 bool Pre(const parser::LabelDoStmt &) { in Pre() function in Fortran::semantics::ConstructVisitor
1044 bool Pre(const parser::SelectRankStmt &x) { in Pre() function in Fortran::semantics::ConstructVisitor
1330 bool Pre(const parser::MainProgram &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1342 bool Pre(const parser::Module &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1345 bool Pre(const parser::Submodule &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1348 bool Pre(const parser::BlockData &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1448 llvm::raw_ostream &operator<<( in operator <<()
1460 llvm::raw_ostream &o, const ImplicitRules &implicitRules, char ch) { in ShowImplicitRule()
[all …]
H A Dcheck-directive-structure.h40 template <typename T> bool Pre(const T &) { return true; } in Pre() function
43 template <typename T> bool Pre(const parser::Statement<T> &statement) { in Pre() function
452 const std::optional<parser::ScalarIntConstantExpr> &o) { in OptionalConstantPositiveParameter()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp758 bool Pre(const parser::AllocatableStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
763 bool Pre(const parser::TargetStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
1036 bool Pre(const parser::LabelDoStmt &) { in Pre() function in Fortran::semantics::ConstructVisitor
1044 bool Pre(const parser::SelectRankStmt &x) { in Pre() function in Fortran::semantics::ConstructVisitor
1330 bool Pre(const parser::MainProgram &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1342 bool Pre(const parser::Module &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1345 bool Pre(const parser::Submodule &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1348 bool Pre(const parser::BlockData &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1448 llvm::raw_ostream &operator<<( in operator <<()
1460 llvm::raw_ostream &o, const ImplicitRules &implicitRules, char ch) { in ShowImplicitRule()
[all …]
H A Dcheck-directive-structure.h40 template <typename T> bool Pre(const T &) { return true; } in Pre() function
43 template <typename T> bool Pre(const parser::Statement<T> &statement) { in Pre() function
452 const std::optional<parser::ScalarIntConstantExpr> &o) { in OptionalConstantPositiveParameter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/
H A Dresolve-names.cpp765 bool Pre(const parser::AllocatableStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
770 bool Pre(const parser::TargetStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
1045 bool Pre(const parser::LabelDoStmt &) { in Pre() function in Fortran::semantics::ConstructVisitor
1053 bool Pre(const parser::SelectRankStmt &x) { in Pre() function in Fortran::semantics::ConstructVisitor
1337 bool Pre(const parser::MainProgram &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1349 bool Pre(const parser::Module &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1352 bool Pre(const parser::Submodule &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1355 bool Pre(const parser::BlockData &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1454 llvm::raw_ostream &operator<<( in operator <<()
1466 llvm::raw_ostream &o, const ImplicitRules &implicitRules, char ch) { in ShowImplicitRule()
[all …]
H A Dcheck-directive-structure.h41 template <typename T> bool Pre(const T &) { return true; } in Pre() function
44 template <typename T> bool Pre(const parser::Statement<T> &statement) { in Pre() function
435 const std::optional<parser::ScalarIntConstantExpr> &o) { in OptionalConstantPositiveParameter()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Semantics/
H A Dresolve-names.cpp739 bool Pre(const parser::AllocatableStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
744 bool Pre(const parser::TargetStmt &) { in Pre() function in Fortran::semantics::DeclarationVisitor
1013 bool Pre(const parser::LabelDoStmt &) { in Pre() function in Fortran::semantics::ConstructVisitor
1021 bool Pre(const parser::SelectRankStmt &x) { in Pre() function in Fortran::semantics::ConstructVisitor
1407 bool Pre(const parser::MainProgram &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1419 bool Pre(const parser::Module &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1422 bool Pre(const parser::Submodule &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1425 bool Pre(const parser::BlockData &) { in Pre() function in Fortran::semantics::ResolveNamesVisitor
1522 llvm::raw_ostream &operator<<( in operator <<()
1534 llvm::raw_ostream &o, const ImplicitRules &implicitRules, char ch) { in ShowImplicitRule()
[all …]
H A Dcheck-acc-structure.cpp54 template <typename T> bool Pre(const T &) { return true; } in Pre() function in Fortran::semantics::NoBranchingEnforce
57 template <typename T> bool Pre(const parser::Statement<T> &statement) { in Pre() function in Fortran::semantics::NoBranchingEnforce
376 [&](llvm::acc::Clause o) { in CheckAllowed()
476 const std::optional<parser::ScalarIntConstantExpr> &o) { in OptionalConstantPositiveParameter()
484 set.IterateOverMembers([&](llvm::acc::Clause o) { in ClauseSetToString()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3dockarea.cpp180 static int start_pos(const QRect &r, Qt::Orientation o) in start_pos()
189 static void add_size(int s, int &pos, Qt::Orientation o) in add_size()
198 static int space_left(const QRect &r, int pos, Qt::Orientation o) in space_left()
207 static int dock_extent(Q3DockWindow *w, Qt::Orientation o, int maxsize) in dock_extent()
215 static int dock_strut(Q3DockWindow *w, Qt::Orientation o) in dock_strut()
238 static int size_extent(const QSize &s, Qt::Orientation o, bool swap = false) in size_extent()
243 static int point_pos(const QPoint &p, Qt::Orientation o, bool swap = false) in point_pos()
248 static void shrink_extend(Q3DockWindow *dw, int &dockExtend, int /*spaceLeft*/, Qt::Orientation o) in shrink_extend()
564 Q3DockArea::Q3DockArea(Qt::Orientation o, HandlePosition h, QWidget *parent, const char *name) in Q3DockArea()
950 bool Q3DockArea::eventFilter(QObject *o, QEvent *e) in eventFilter()
[all …]
H A Dq3mainwindow.cpp275 QObject *o = childList.at(i); in paintEvent() local
317 QObject *o = childList.at(i); in mouseMoveEvent() local
346 QObject *o = childList.at(pressedHandle); in mouseReleaseEvent() local
358 bool eventFilter(QObject *o, QEvent *e) { in eventFilter()
373 QObject *o = childList.at(i); in updateState() local
1427 bool Q3MainWindow::eventFilter(QObject* o, QEvent *e) in eventFilter()
2334 enum State { Pre, Name, X, Y, Width, Height, Visible, Post }; in loadDockArea() enumerator
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/comrak-0.12.1/src/
H A Dhtml.rs251 output: &'o mut WriteWithLast<'o>, in new()
346 Pre, in format() enumerator
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/
H A DOpenDocument.hs305 orderedItemToOpenDocument o n bs = vcat <$> mapM go bs function
334 bulletListToOpenDocument o b = do function
348 deflistItemToOpenDocument o (t,d) = do function
371 blocksToOpenDocument o b = vcat <$> mapM (blockToOpenDocument o) b function
552 tableItemToOpenDocument o s (n,c) = do function
570 inlinesToOpenDocument o l = hcat <$> toChunks o l function
870 | Pre constructor
891 | Pre <- s = Map.insert "style:font-name" "Courier New" . function
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/
H A DOpenDocument.hs306 orderedItemToOpenDocument o n bs = vcat <$> mapM go bs function
335 bulletListToOpenDocument o b = do function
349 deflistItemToOpenDocument o (t,d) = do function
372 blocksToOpenDocument o b = vcat <$> mapM (blockToOpenDocument o) b function
376 blockToOpenDocument o = \case function
549 tableItemToOpenDocument o s (n,c) = do function
567 inlinesToOpenDocument o l = hcat <$> toChunks o l function
867 | Pre constructor
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/aarch64/
H A Dassembler_aarch64.hpp322 PrePost(Register reg, int o) : _offset(o), _r(reg) { } in PrePost()
327 class Pre : public PrePost { class
329 Pre(Register reg, int o) : PrePost(reg, o) { } in Pre() function in Pre
335 Post(Register reg, int o) : PrePost(reg, o) { _idx = NULL; _is_postreg = false; } in Post()
359 extend(int s, int o, ext::operation op) : _option(o), _shift(s), _op(op) { } in extend()
405 Address(Register r, int o) in Address()
407 Address(Register r, long o) in Address()
409 Address(Register r, long long o) in Address()
411 Address(Register r, unsigned int o) in Address()
413 Address(Register r, unsigned long o) in Address()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/aarch64/
H A Dassembler_aarch64.hpp322 PrePost(Register reg, int o) : _offset(o), _r(reg) { } in PrePost()
327 class Pre : public PrePost { class
329 Pre(Register reg, int o) : PrePost(reg, o) { } in Pre() function in Pre
335 Post(Register reg, int o) : PrePost(reg, o) { _idx = NULL; _is_postreg = false; } in Post()
359 extend(int s, int o, ext::operation op) : _option(o), _shift(s), _op(op) { } in extend()
405 Address(Register r, int o) in Address()
407 Address(Register r, long o) in Address()
409 Address(Register r, long long o) in Address()
411 Address(Register r, unsigned int o) in Address()
413 Address(Register r, unsigned long o) in Address()
[all …]

1234