Home
last modified time | relevance | path

Searched refs:fallthrough_ (Results 1 – 9 of 9) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/cli11/vtkcli11/CLI/
H A DApp.hpp201 bool fallthrough_{false}; member in CLI::App
287 fallthrough_ = parent_->fallthrough_; in App()
1179 fallthrough_ = value; in fallthrough()
1664 bool get_fallthrough() const { return fallthrough_; } in get_fallthrough()
1930 … app->fallthrough_ = false; // make sure fallthrough_ is false to prevent infinite loop in _configure()
2572 if(parent_ != nullptr && fallthrough_) in _parse_positional()
2720 if(parent_ != nullptr && fallthrough_) in _parse_arg()
/dports/devel/cli11/CLI11-2.1.2/include/CLI/
H A DApp.hpp201 bool fallthrough_{false}; member in CLI::App
287 fallthrough_ = parent_->fallthrough_; in App()
1168 fallthrough_ = value; in fallthrough()
1663 bool get_fallthrough() const { return fallthrough_; } in get_fallthrough()
1929 … app->fallthrough_ = false; // make sure fallthrough_ is false to prevent infinite loop in _configure()
2587 if(parent_ != nullptr && fallthrough_) in _parse_positional()
2735 if(parent_ != nullptr && fallthrough_) in _parse_arg()
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-generator.cc637 fallthrough_(fallthrough), in TestResultScope()
652 fallthrough_ = inverted_fallthrough(); in InvertControlFlow()
668 TestFallthrough fallthrough() const { return fallthrough_; } in fallthrough()
670 switch (fallthrough_) { in inverted_fallthrough()
680 fallthrough_ = fallthrough; in set_fallthrough()
685 TestFallthrough fallthrough_; member in v8::internal::interpreter::BytecodeGenerator::TestResultScope
/dports/science/axom/axom-0.6.1/src/thirdparty/axom/
H A DCLI11.hpp4800 bool fallthrough_{false}; member in axom::CLI::App
4882 fallthrough_ = parent_->fallthrough_; in App()
5789 fallthrough_ = value; in fallthrough()
6252 bool get_fallthrough() const { return fallthrough_; } in get_fallthrough()
6495 … app->fallthrough_ = false; // make sure fallthrough_ is false to prevent infinite loop in _configure()
7106 if(parent_ != nullptr && fallthrough_) in _parse_positional()
7250 if(parent_ != nullptr && fallthrough_) in _parse_arg()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-generator.cc673 fallthrough_(fallthrough), in TestResultScope()
686 fallthrough_ = inverted_fallthrough(); in InvertControlFlow()
702 TestFallthrough fallthrough() const { return fallthrough_; } in fallthrough()
704 switch (fallthrough_) { in inverted_fallthrough()
714 fallthrough_ = fallthrough; in set_fallthrough()
719 TestFallthrough fallthrough_; member in v8::internal::interpreter::BytecodeGenerator::TestResultScope
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-generator.cc677 fallthrough_(fallthrough), in TestResultScope()
693 fallthrough_ = inverted_fallthrough(); in InvertControlFlow()
709 TestFallthrough fallthrough() const { return fallthrough_; } in fallthrough()
711 switch (fallthrough_) { in inverted_fallthrough()
721 fallthrough_ = fallthrough; in set_fallthrough()
726 TestFallthrough fallthrough_; member in v8::internal::interpreter::BytecodeGenerator::TestResultScope
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/bindings/cli/third_party/CLI/
H A DCLI11.hpp5190 bool fallthrough_{false}; member in CLI::App
5272 fallthrough_ = parent_->fallthrough_; in App()
6236 fallthrough_ = value; in fallthrough()
6721 bool get_fallthrough() const { return fallthrough_; } in get_fallthrough()
6970 … app->fallthrough_ = false; // make sure fallthrough_ is false to prevent infinite loop in _configure()
7589 if(parent_ != nullptr && fallthrough_) in _parse_positional()
7733 if(parent_ != nullptr && fallthrough_) in _parse_arg()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/cli11/
H A DCLI11.hpp5345 bool fallthrough_{false}; member in CLI::App
5431 fallthrough_ = parent_->fallthrough_; in App()
6323 fallthrough_ = value; in fallthrough()
6808 bool get_fallthrough() const { return fallthrough_; } in get_fallthrough()
7074 … app->fallthrough_ = false; // make sure fallthrough_ is false to prevent infinite loop in _configure()
7716 if(parent_ != nullptr && fallthrough_) in _parse_positional()
7864 if(parent_ != nullptr && fallthrough_) in _parse_arg()
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-generator.cc692 fallthrough_(fallthrough), in TestResultScope()
708 fallthrough_ = inverted_fallthrough(); in InvertControlFlow()
724 TestFallthrough fallthrough() const { return fallthrough_; } in fallthrough()
726 switch (fallthrough_) { in inverted_fallthrough()
736 fallthrough_ = fallthrough; in set_fallthrough()
741 TestFallthrough fallthrough_; member in v8::internal::interpreter::BytecodeGenerator::TestResultScope