Home
last modified time | relevance | path

Searched defs:is_bound (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-label.h26 bool is_bound() const { return bound_; } in is_bound() function
69 bool is_bound() const { in is_bound() function
70 bool is_bound = !labels_.empty() && labels_.front().is_bound(); in is_bound() local
H A Dbytecode-jump-table.h42 bool is_bound(int case_value) const { in is_bound() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-label.h52 bool is_bound() const { return bound_; } in is_bound() function
92 bool is_bound() const { in is_bound() function
H A Dbytecode-jump-table.h42 bool is_bound(int case_value) const { in is_bound() function
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-label.h52 bool is_bound() const { return bound_; } in is_bound() function
94 bool is_bound() const { in is_bound() function
H A Dbytecode-jump-table.h42 bool is_bound(int case_value) const { in is_bound() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-label.h52 bool is_bound() const { return bound_; } in is_bound() function
94 bool is_bound() const { in is_bound() function
H A Dbytecode-jump-table.h42 bool is_bound(int case_value) const { in is_bound() function
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/
H A Dsignature.py39 def __init__(self, value, is_bound=False): argument
70 def __init__(self, value, function_value=None, is_bound=False): argument
124 def __init__(self, value, return_string, function_value=None, is_bound=False): argument
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dbindable.c251 Bool on_top, is_bound, set_bind; in Bindable_OnSetBind() local
310 Bool is_bound = Bindable_GetIsBound(bindable); in PreDestroyBindable() local
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dbindable.c251 Bool on_top, is_bound, set_bind; in Bindable_OnSetBind() local
310 Bool is_bound = Bindable_GetIsBound(bindable); in PreDestroyBindable() local
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/util/
H A DLSPStyleTrigger.cpp125 bool LSPStyleTrigger::is_bound(ui_atom_t id, style_trigger_action_t action) const in is_bound() function in lsp::tk::LSPStyleTrigger
143 bool LSPStyleTrigger::is_bound(const char *name, style_trigger_action_t action) const in is_bound() function in lsp::tk::LSPStyleTrigger
156 bool LSPStyleTrigger::is_bound(const LSPString *name, style_trigger_action_t action) const in is_bound() function in lsp::tk::LSPStyleTrigger
/dports/math/z3/z3-z3-4.8.13/src/ast/rewriter/
H A Delim_bounds.cpp46 bool elim_bounds_cfg::is_bound(expr * n, var * & lower, var * & upper) { in is_bound() function in elim_bounds_cfg
105 bool elim_bounds_cfg::is_bound(expr * n) { in is_bound() function in elim_bounds_cfg
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/rewriter/
H A Delim_bounds.cpp46 bool elim_bounds_cfg::is_bound(expr * n, var * & lower, var * & upper) { in is_bound() function in elim_bounds_cfg
105 bool elim_bounds_cfg::is_bound(expr * n) { in is_bound() function in elim_bounds_cfg
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/bindings/
H A Dshared_associated_remote.h46 bool is_bound() const { return remote_ != nullptr; } in is_bound() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/
H A Dshared_associated_remote.h46 bool is_bound() const { return remote_ != nullptr; } in is_bound() function
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dprotected-scm.cc91 Protected_scm::is_bound () const in is_bound() function in Protected_scm
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dprotected-scm.cc91 Protected_scm::is_bound () const in is_bound() function in Protected_scm
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/rgmanager/src/resources/
H A Dnfsserver.sh.in389 is_bound() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dlabel.h59 V8_INLINE bool is_bound() const { return pos_ < 0; } in is_bound() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dlabel.h59 V8_INLINE bool is_bound() const { return pos_ < 0; } in is_bound() function
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dlabel.h64 V8_INLINE bool is_bound() const { return pos_ < 0; } in is_bound() function
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/Authentication/
H A DActiveDirectoryAuthorizer.php20 …protected $is_bound = false; // this variable tracks if bind has been called so we don't call it m… variable in LibreNMS\\Authentication\\ActiveDirectoryAuthorizer
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/mojo/
H A Dheap_mojo_receiver.h38 bool is_bound() const { return wrapper_->receiver().is_bound(); } in is_bound() function
H A Dheap_mojo_remote.h39 bool is_bound() const { return wrapper_->remote().is_bound(); } in is_bound() function

1234567891011