Home
last modified time | relevance | path

Searched defs:getArgument (Results 1 – 25 of 875) sorted by relevance

12345678910>>...35

/dports/games/flightgear/flightgear-2020.3.11/src/Network/Swift/
H A Ddbusmessage.cpp149 void CDBusMessage::getArgument(int &value) in getArgument() function in FGSwiftBus::CDBusMessage
158 void CDBusMessage::getArgument(bool &value) in getArgument() function in FGSwiftBus::CDBusMessage
168 void CDBusMessage::getArgument(double &value) in getArgument() function in FGSwiftBus::CDBusMessage
175 void CDBusMessage::getArgument(std::string &value) in getArgument() function in FGSwiftBus::CDBusMessage
184 void CDBusMessage::getArgument(std::vector<int> &value) in getArgument() function in FGSwiftBus::CDBusMessage
199 void CDBusMessage::getArgument(std::vector<bool> &value) in getArgument() function in FGSwiftBus::CDBusMessage
216 void CDBusMessage::getArgument(std::vector<double> &value) in getArgument() function in FGSwiftBus::CDBusMessage
231 void CDBusMessage::getArgument(std::vector<std::string> &value) in getArgument() function in FGSwiftBus::CDBusMessage
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/Pass/
H A DTestPassManager.cpp19 StringRef getArgument() const final { return "test-module-pass"; } in getArgument() function
26 StringRef getArgument() const final { return "test-function-pass"; } in getArgument() function
52 StringRef getArgument() const final { return "test-options-pass"; } in getArgument() function in __anon0644f1a90111::TestOptionsPass
71 StringRef getArgument() const final { return "test-pass-crash"; } in getArgument() function in __anon0644f1a90111::TestCrashRecoveryPass
81 StringRef getArgument() const final { return "test-pass-failure"; } in getArgument() function in __anon0644f1a90111::TestFailurePass
92 StringRef getArgument() const final { return "test-stats-pass"; } in getArgument() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/lib/Pass/
H A DTestPassManager.cpp19 StringRef getArgument() const final { return "test-module-pass"; } in getArgument() function
26 StringRef getArgument() const final { return "test-function-pass"; } in getArgument() function
52 StringRef getArgument() const final { return "test-options-pass"; } in getArgument() function in __anond6b7e0de0111::TestOptionsPass
71 StringRef getArgument() const final { return "test-pass-crash"; } in getArgument() function in __anond6b7e0de0111::TestCrashRecoveryPass
81 StringRef getArgument() const final { return "test-pass-failure"; } in getArgument() function in __anond6b7e0de0111::TestFailurePass
92 StringRef getArgument() const final { return "test-stats-pass"; } in getArgument() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/lib/Pass/
H A DTestPassManager.cpp19 StringRef getArgument() const final { return "test-module-pass"; } in getArgument() function
26 StringRef getArgument() const final { return "test-function-pass"; } in getArgument() function
52 StringRef getArgument() const final { return "test-options-pass"; } in getArgument() function in __anon239281160111::TestOptionsPass
71 StringRef getArgument() const final { return "test-pass-crash"; } in getArgument() function in __anon239281160111::TestCrashRecoveryPass
81 StringRef getArgument() const final { return "test-pass-failure"; } in getArgument() function in __anon239281160111::TestFailurePass
92 StringRef getArgument() const final { return "test-stats-pass"; } in getArgument() function
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/lib/Pass/
H A DTestPassManager.cpp19 StringRef getArgument() const final { return "test-module-pass"; } in getArgument() function
26 StringRef getArgument() const final { return "test-function-pass"; } in getArgument() function
52 StringRef getArgument() const final { return "test-options-pass"; } in getArgument() function in __anon3e05d6ca0111::TestOptionsPass
71 StringRef getArgument() const final { return "test-pass-crash"; } in getArgument() function in __anon3e05d6ca0111::TestCrashRecoveryPass
81 StringRef getArgument() const final { return "test-pass-failure"; } in getArgument() function in __anon3e05d6ca0111::TestFailurePass
92 StringRef getArgument() const final { return "test-stats-pass"; } in getArgument() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/IR/
H A DTestFunc.cpp18 StringRef getArgument() const final { return "test-func-insert-arg"; } in getArgument() function
53 StringRef getArgument() const final { return "test-func-insert-result"; } in getArgument() function
84 StringRef getArgument() const final { return "test-func-erase-arg"; } in getArgument() function
110 StringRef getArgument() const final { return "test-func-erase-result"; } in getArgument() function
138 StringRef getArgument() const final { return "test-func-set-type"; } in getArgument() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/lib/IR/
H A DTestFunc.cpp18 StringRef getArgument() const final { return "test-func-insert-arg"; } in getArgument() function
53 StringRef getArgument() const final { return "test-func-insert-result"; } in getArgument() function
84 StringRef getArgument() const final { return "test-func-erase-arg"; } in getArgument() function
110 StringRef getArgument() const final { return "test-func-erase-result"; } in getArgument() function
138 StringRef getArgument() const final { return "test-func-set-type"; } in getArgument() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/lib/IR/
H A DTestFunc.cpp18 StringRef getArgument() const final { return "test-func-insert-arg"; } in getArgument() function
53 StringRef getArgument() const final { return "test-func-insert-result"; } in getArgument() function
84 StringRef getArgument() const final { return "test-func-erase-arg"; } in getArgument() function
110 StringRef getArgument() const final { return "test-func-erase-result"; } in getArgument() function
138 StringRef getArgument() const final { return "test-func-set-type"; } in getArgument() function
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/test/regress/sql/
H A Dpoint.sql18 INSERT INTO POINT_TBL(f1) VALUES ('(-5.0,-12.0)');
55 SELECT '' AS one, p.* FROM POINT_TBL p WHERE p.f1 ~= '(5.1, 34.5)';
85 -- put distance result into output to allow sorting with GEQ optimizer - tgl 97/05/10
110 SET enable_bitmapscan TO true;
/dports/science/healpix/Healpix_3.50/src/f90/mod/
H A Dextension.F90140 subroutine getArgument(index, argument) subroutine
150 end subroutine getArgument argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp30 StringRef getArgument() const final { in getArgument() function
100 StringRef getArgument() const final { in getArgument() function
175 StringRef getArgument() const final { in getArgument() function
234 StringRef getArgument() const final { in getArgument() function
290 StringRef getArgument() const final { return "test-vector-to-forloop"; } in getArgument() function
356 StringRef getArgument() const final { in getArgument() function
382 StringRef getArgument() const final { in getArgument() function
418 StringRef getArgument() const final { return "test-vector-transferop-opt"; } in getArgument() function
430 StringRef getArgument() const final { in getArgument() function
450 StringRef getArgument() const final { in getArgument() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp30 StringRef getArgument() const final { in getArgument() function
100 StringRef getArgument() const final { in getArgument() function
175 StringRef getArgument() const final { in getArgument() function
234 StringRef getArgument() const final { in getArgument() function
290 StringRef getArgument() const final { return "test-vector-to-forloop"; } in getArgument() function
356 StringRef getArgument() const final { in getArgument() function
382 StringRef getArgument() const final { in getArgument() function
418 StringRef getArgument() const final { return "test-vector-transferop-opt"; } in getArgument() function
430 StringRef getArgument() const final { in getArgument() function
450 StringRef getArgument() const final { in getArgument() function
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp30 StringRef getArgument() const final { in getArgument() function
100 StringRef getArgument() const final { in getArgument() function
175 StringRef getArgument() const final { in getArgument() function
234 StringRef getArgument() const final { in getArgument() function
290 StringRef getArgument() const final { return "test-vector-to-forloop"; } in getArgument() function
356 StringRef getArgument() const final { in getArgument() function
382 StringRef getArgument() const final { in getArgument() function
418 StringRef getArgument() const final { return "test-vector-transferop-opt"; } in getArgument() function
430 StringRef getArgument() const final { in getArgument() function
450 StringRef getArgument() const final { in getArgument() function
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/math/expression/
H A DUnaryOperationExpression.h100 inline Expression *UnaryOperationExpression::getArgument() { in getArgument() function
112 inline Expression *UnaryOperationExpression::getArgument( in getArgument() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/Analysis/
H A DTestNumberOfExecutions.cpp23 StringRef getArgument() const final { in getArgument() function
40 StringRef getArgument() const final { in getArgument() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/lib/Analysis/
H A DTestNumberOfExecutions.cpp23 StringRef getArgument() const final { in getArgument() function
40 StringRef getArgument() const final { in getArgument() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/lib/Analysis/
H A DTestNumberOfExecutions.cpp23 StringRef getArgument() const final { in getArgument() function
40 StringRef getArgument() const final { in getArgument() function
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/lib/Analysis/
H A DTestNumberOfExecutions.cpp23 StringRef getArgument() const final { in getArgument() function
40 StringRef getArgument() const final { in getArgument() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp30 StringRef getArgument() const final { in getArgument() function
100 StringRef getArgument() const final { in getArgument() function
178 StringRef getArgument() const final { in getArgument() function
237 StringRef getArgument() const final { in getArgument() function
293 StringRef getArgument() const final { return "test-vector-to-forloop"; } in getArgument() function
359 StringRef getArgument() const final { in getArgument() function
385 StringRef getArgument() const final { in getArgument() function
421 StringRef getArgument() const final { return "test-vector-transferop-opt"; } in getArgument() function
433 StringRef getArgument() const final { in getArgument() function
456 StringRef getArgument() const final { in getArgument() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/Dialect/Linalg/
H A DTestLinalgFusionTransforms.cpp136 StringRef getArgument() const final { in getArgument() function
147 StringRef getArgument() const final { in getArgument() function
158 StringRef getArgument() const final { in getArgument() function
231 StringRef getArgument() const final { return "test-linalg-greedy-fusion"; } in getArgument() function
259 StringRef getArgument() const final { return "test-linalg-tile-and-fuse"; } in getArgument() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Linalg/
H A DTestLinalgFusionTransforms.cpp135 StringRef getArgument() const final { in getArgument() function
146 StringRef getArgument() const final { in getArgument() function
157 StringRef getArgument() const final { in getArgument() function
230 StringRef getArgument() const final { return "test-linalg-greedy-fusion"; } in getArgument() function
258 StringRef getArgument() const final { return "test-linalg-tile-and-fuse"; } in getArgument() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Linalg/
H A DTestLinalgFusionTransforms.cpp135 StringRef getArgument() const final { in getArgument() function
146 StringRef getArgument() const final { in getArgument() function
157 StringRef getArgument() const final { in getArgument() function
230 StringRef getArgument() const final { return "test-linalg-greedy-fusion"; } in getArgument() function
258 StringRef getArgument() const final { return "test-linalg-tile-and-fuse"; } in getArgument() function
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Linalg/
H A DTestLinalgFusionTransforms.cpp135 StringRef getArgument() const final { in getArgument() function
146 StringRef getArgument() const final { in getArgument() function
157 StringRef getArgument() const final { in getArgument() function
230 StringRef getArgument() const final { return "test-linalg-greedy-fusion"; } in getArgument() function
258 StringRef getArgument() const final { return "test-linalg-tile-and-fuse"; } in getArgument() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/TableGen/
H A DPass.cpp23 StringRef PassOption::getArgument() const { in getArgument() function in PassOption
74 StringRef Pass::getArgument() const { in getArgument() function in Pass
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/Dialect/SCF/
H A DTestSCFUtils.cpp30 StringRef getArgument() const final { return "test-scf-for-utils"; } in getArgument() function in __anon577722ce0111::TestSCFForUtilsPass
62 StringRef getArgument() const final { return "test-scf-if-utils"; } in getArgument() function in __anon577722ce0111::TestSCFIfUtilsPass
90 StringRef getArgument() const final { return "test-scf-pipelining"; } in getArgument() function in __anon577722ce0111::TestSCFPipeliningPass

12345678910>>...35