Home
last modified time | relevance | path

Searched refs:catches (Results 1 – 25 of 4369) sorted by relevance

12345678910>>...175

/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/swig/
H A Dnlopt-exceptions.i7 %catches(std::bad_alloc) nlopt::opt::opt();
8 %catches(std::bad_alloc) nlopt::opt::opt(algorithm a, unsigned n);
9 %catches(std::bad_alloc) nlopt::opt::opt(const opt& f);
10 %catches(std::bad_alloc) nlopt::opt::operator=(opt const& f);
15 %catches(std::runtime_error) nlopt::opt::get_algorithm();
16 %catches(std::runtime_error) nlopt::opt::get_algorithm_name();
17 %catches(std::runtime_error) nlopt::opt::get_dimension();
27 %catches(std::invalid_argument) nlopt::opt::remove_inequality_constraints();
30 %catches(std::invalid_argument) nlopt::opt::remove_equality_constraints();
42 #define GET_EXCEPT(name) %catches(std::invalid_argument) nlopt::opt::get_##name();
[all …]
/dports/math/nlopt/nlopt-2.7.1/src/swig/
H A Dnlopt-exceptions.i7 %catches(std::bad_alloc) nlopt::opt::opt();
8 %catches(std::bad_alloc) nlopt::opt::opt(algorithm a, unsigned n);
9 %catches(std::bad_alloc) nlopt::opt::opt(const opt& f);
10 %catches(std::bad_alloc) nlopt::opt::operator=(opt const& f);
15 %catches(std::runtime_error) nlopt::opt::get_algorithm();
16 %catches(std::runtime_error) nlopt::opt::get_algorithm_name();
17 %catches(std::runtime_error) nlopt::opt::get_dimension();
27 %catches(std::invalid_argument) nlopt::opt::remove_inequality_constraints();
30 %catches(std::invalid_argument) nlopt::opt::remove_equality_constraints();
42 #define GET_EXCEPT(name) %catches(std::invalid_argument) nlopt::opt::get_##name();
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/csharp/
H A Dcatches_runme.cs8 catches.test_catches(1); in Main()
16 catches.test_catches(2); in Main()
24 catches.test_catches(3); in Main()
33 catches.test_exception_specification(1); in Main()
41 catches.test_exception_specification(2); in Main()
49 catches.test_exception_specification(3); in Main()
58 catches.test_catches_all(1); in Main()
/dports/www/firefox-legacy/firefox-52.8.0esr/build/moz.configure/
H A Dwarnings.configure22 # catches C++ version forward-compat issues
28 # catches return types with qualifiers like const
37 # catches comparing signed/unsigned ints
40 # catches overflow bugs, few false positives
43 # catches some dead code
46 # catches treating string literals as non-const
55 # catches issues around loops
58 # catches C++ version forward-compat issues
64 # catches unintentional switch case fallthroughs
67 # catches expressions used as a null pointer constant
[all …]
/dports/devel/swig/swig-4.0.2/Examples/javascript/exception/
H A Dexample.i10 %catches(int) Test::simple();
11 %catches(const char *) Test::message();
12 %catches(Exc) Test::hosed();
13 %catches(A*) Test::unknown();
14 %catches(int, const char *, Exc) Test::multi(int x);
/dports/devel/swig/swig-4.0.2/Examples/python/exception/
H A Dexample.i10 %catches(int) Test::simple();
11 %catches(const char *) Test::message();
12 %catches(Exc) Test::hosed();
13 %catches(A*) Test::unknown();
14 %catches(int, const char *, Exc) Test::multi(int x);
/dports/devel/swig/swig-4.0.2/Examples/lua/exception/
H A Dexample.i15 %catches(int) Test::simple();
16 %catches(const char *) Test::message();
17 %catches(Exc) Test::hosed();
18 %catches(A*) Test::unknown();
19 %catches(int, const char *, Exc) Test::multi(int x);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DTryCatch.php12 public $catches; variable in PhpParser\\Node\\Stmt\\TryCatch
20 * @param Catch_[] $catches Catches
24 …public function __construct(array $stmts, array $catches, Finally_ $finally = null, array $attribu… argument
27 $this->catches = $catches;
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DTryCatch.php12 public $catches; variable in PhpParser\\Node\\Stmt\\TryCatch
20 * @param Catch_[] $catches Catches
24 …public function __construct(array $stmts, array $catches, Finally_ $finally = null, array $attribu… argument
27 $this->catches = $catches;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DTryCatch.php12 public $catches; variable in PhpParser\\Node\\Stmt\\TryCatch
20 * @param Catch_[] $catches Catches
24 …public function __construct(array $stmts, array $catches, Finally_ $finally = null, array $attribu… argument
27 $this->catches = $catches;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DTryCatch.php12 public $catches; variable in PhpParser\\Node\\Stmt\\TryCatch
20 * @param Catch_[] $catches Catches
24 …public function __construct(array $stmts, array $catches, Finally_ $finally = null, array $attribu… argument
27 $this->catches = $catches;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DTryCatch.php12 public $catches; variable in PhpParser\\Node\\Stmt\\TryCatch
20 * @param Catch_[] $catches Catches
24 …public function __construct(array $stmts, array $catches, Finally_ $finally = null, array $attribu… argument
27 $this->catches = $catches;
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DTryCatch.php12 public $catches; variable in PhpParser\\Node\\Stmt\\TryCatch
20 * @param Catch_[] $catches Catches
24 …public function __construct(array $stmts, array $catches, Finally_ $finally = null, array $attribu… argument
27 $this->catches = $catches;
/dports/www/owncloud/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DTryCatch.php12 public $catches; variable in PhpParser\\Node\\Stmt\\TryCatch
20 * @param Catch_[] $catches Catches
24 …public function __construct(array $stmts, array $catches, Finally_ $finally = null, array $attribu… argument
27 $this->catches = $catches;
/dports/www/nextcloud/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DTryCatch.php12 public $catches; variable in PhpParser\\Node\\Stmt\\TryCatch
20 * @param Catch_[] $catches Catches
24 …public function __construct(array $stmts, array $catches, Finally_ $finally = null, array $attribu… argument
27 $this->catches = $catches;
/dports/lang/spidermonkey60/firefox-60.9.0/build/moz.configure/
H A Dwarnings.configure25 # catches return types with qualifiers like const
34 # catches comparing signed/unsigned ints
37 # catches overflow bugs, few false positives
40 # catches some dead code
44 # catches treating string literals as non-const
53 # catches issues around loops
56 # catches C++ version forward-compat issues
59 # catches possible misuse of the comma operator
62 # catches duplicated conditions in if-else-if chains
65 # catches unintentional switch case fallthroughs
[all …]
/dports/www/firefox-esr/firefox-91.8.0/build/moz.configure/
H A Dwarnings.configure49 # catches mismatched printf integer sizes.
52 # catches return types with qualifiers like const
64 # catches comparing signed/unsigned ints
67 # catches overflow bugs, few false positives
73 # catches some dead code
86 # catches some implicit conversion of floats to ints
90 # catches issues around loops
96 # catches C++ version forward-compat issues
99 # catches possible misuse of the comma operator
108 # catches unintentional switch case fallthroughs
[all …]
/dports/www/firefox/firefox-99.0/build/moz.configure/
H A Dwarnings.configure42 # catches mismatched printf integer sizes.
45 # catches return types with qualifiers like const
54 # catches comparing signed/unsigned ints
57 # catches overflow bugs, few false positives
63 # catches some dead code
67 # catches parameters that are set but not read
87 # catches issues around loops
93 # catches C++ version forward-compat issues
96 # catches possible misuse of the comma operator
105 # catches unintentional switch case fallthroughs
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/build/moz.configure/
H A Dwarnings.configure49 # catches mismatched printf integer sizes.
52 # catches return types with qualifiers like const
64 # catches comparing signed/unsigned ints
67 # catches overflow bugs, few false positives
73 # catches some dead code
86 # catches some implicit conversion of floats to ints
90 # catches issues around loops
96 # catches C++ version forward-compat issues
99 # catches possible misuse of the comma operator
108 # catches unintentional switch case fallthroughs
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DTryTreeImpl.java33 private final List<? extends CatchTree> catches; field in TryTreeImpl
37 final List<? extends CatchTree> catches, in TryTreeImpl() argument
41 this.catches = catches; in TryTreeImpl()
57 return catches; in getCatches()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DTryTreeImpl.java33 private final List<? extends CatchTree> catches; field in TryTreeImpl
37 final List<? extends CatchTree> catches, in TryTreeImpl() argument
41 this.catches = catches; in TryTreeImpl()
57 return catches; in getCatches()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DTryTreeImpl.java33 private final List<? extends CatchTree> catches; field in TryTreeImpl
37 final List<? extends CatchTree> catches, in TryTreeImpl() argument
41 this.catches = catches; in TryTreeImpl()
57 return catches; in getCatches()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DTryTreeImpl.java33 private final List<? extends CatchTree> catches; field in TryTreeImpl
37 final List<? extends CatchTree> catches, in TryTreeImpl() argument
41 this.catches = catches; in TryTreeImpl()
57 return catches; in getCatches()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DTryTreeImpl.java33 private final List<? extends CatchTree> catches; field in TryTreeImpl
37 final List<? extends CatchTree> catches, in TryTreeImpl() argument
41 this.catches = catches; in TryTreeImpl()
57 return catches; in getCatches()
/dports/lang/spidermonkey78/firefox-78.9.0/build/moz.configure/
H A Dwarnings.configure55 # catches return types with qualifiers like const
67 # catches comparing signed/unsigned ints
70 # catches overflow bugs, few false positives
73 # catches some dead code
77 # catches treating string literals as non-const
93 # catches issues around loops
96 # catches C++ version forward-compat issues
99 # catches possible misuse of the comma operator
105 # catches unintentional switch case fallthroughs
108 # catches unused variable/function declarations
[all …]

12345678910>>...175