Home
last modified time | relevance | path

Searched refs:is_legal (Results 1 – 25 of 150) sorted by relevance

123456

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/
H A Dencoding.rs38 pub fn is_legal(self) -> bool { in is_legal() method
53 if self.is_legal() { in fmt()
70 if self.encoding.is_legal() { in fmt()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/isa/
H A Dencoding.rs38 pub fn is_legal(self) -> bool { in is_legal() method
53 if self.is_legal() { in fmt()
70 if self.encoding.is_legal() { in fmt()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/
H A Dencoding.rs38 pub fn is_legal(self) -> bool { in is_legal() method
53 if self.is_legal() { in fmt()
70 if self.encoding.is_legal() { in fmt()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/
H A Dencoding.rs42 pub fn is_legal(self) -> bool { in is_legal() method
57 if self.is_legal() { in fmt()
74 if self.encoding.is_legal() { in fmt()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/
H A Dencoding.rs42 pub fn is_legal(self) -> bool { in is_legal() method
57 if self.is_legal() { in fmt()
74 if self.encoding.is_legal() { in fmt()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/
H A Dencoding.rs42 pub fn is_legal(self) -> bool { in is_legal() method
57 if self.is_legal() { in fmt()
74 if self.encoding.is_legal() { in fmt()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/
H A Dencoding.rs42 pub fn is_legal(self) -> bool { in is_legal() method
57 if self.is_legal() { in fmt()
74 if self.encoding.is_legal() { in fmt()
/dports/irc/ezbounce/ezbounce-1.99.15/include/
H A Druleset.h61 virtual bool is_legal() const = 0;
139 bool is_legal() const;
147 bool is_legal() const;
/dports/databases/p5-BSON/BSON-v1.12.2/lib/BSON/
H A DObjectId.pm34 elsif ( length($new_value) == 24 && $self->is_legal($new_value) ) {
44 sub is_legal { subroutine
/dports/games/pioneer/pioneer-20210723/data/libs/
H A DShip.lua415 Ship.HyperjumpTo = function (self, path, is_legal)
423 is_legal = not (is_legal == nil) or is_legal
428 if is_legal and self.frameBody and not is_allowed then
/dports/games/gnugo/gnugo-3.8/engine/
H A Dfilllib.c205 else if (defense_point != NO_MOVE && is_legal(defense_point, color)) { in fill_liberty()
248 if (!is_legal(*move, color)) { in fill_liberty()
304 && is_legal(worm[pos + d].attack_points[0], color)) { in fill_liberty()
321 if (is_legal(libs[0], color)) in fill_liberty()
323 else if (is_legal(libs[1], color)) in fill_liberty()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreASTCCodec.cpp105 … int is_legal = (j==i) || (j==i+1) || (j==3 && j==1) || (j==4 && j==1) || (j==4 && j==2); in getClosestBlockDim2d() local
107 if(is_legal) in getClosestBlockDim2d()
140 int is_legal = ((k==j)&&(j==i)) || ((k==j+1)&&(j==i)) || ((k==j)&&(j==i+1)); in getClosestBlockDim3d() local
142 if(is_legal) in getClosestBlockDim3d()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-solve-0.75.0/src/
H A Dwf.rs304 let is_legal = fresh_solver.has_unique_solution(self.db, &wg_goal); in verify_adt_decl() localVariable
306 if !is_legal { in verify_adt_decl()
336 let is_legal = in verify_trait_impl() localVariable
339 if is_legal { in verify_trait_impl()
391 let is_legal = new_solver.has_unique_solution(self.db, &goal.into_closed_goal(interner)); in verify_opaque_ty_decl() localVariable
393 if is_legal { in verify_opaque_ty_decl()
409 let is_legal = match well_known { in verify_well_known_impl() localVariable
434 if is_legal { in verify_well_known_impl()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve/src/
H A Dwf.rs304 let is_legal = fresh_solver.has_unique_solution(self.db, &wg_goal); in verify_adt_decl() localVariable
306 if !is_legal { in verify_adt_decl()
336 let is_legal = in verify_trait_impl() localVariable
339 if is_legal { in verify_trait_impl()
391 let is_legal = new_solver.has_unique_solution(self.db, &goal.into_closed_goal(interner)); in verify_opaque_ty_decl() localVariable
393 if is_legal { in verify_opaque_ty_decl()
409 let is_legal = match well_known { in verify_well_known_impl() localVariable
434 if is_legal { in verify_well_known_impl()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve-0.55.0/src/
H A Dwf.rs303 let is_legal = fresh_solver.has_unique_solution(self.db, &wg_goal); in verify_adt_decl() localVariable
305 if !is_legal { in verify_adt_decl()
335 let is_legal = in verify_trait_impl() localVariable
338 if is_legal { in verify_trait_impl()
390 let is_legal = new_solver.has_unique_solution(self.db, &goal.into_closed_goal(interner)); in verify_opaque_ty_decl() localVariable
392 if is_legal { in verify_opaque_ty_decl()
408 let is_legal = match well_known { in verify_well_known_impl() localVariable
432 if is_legal { in verify_well_known_impl()
/dports/math/py-GridDataFormats/GridDataFormats-0.6.0/gridData/
H A DgOpenMol.py143 def is_legal(self, value): member in Record
148 return self.is_legal(d[self.key])
/dports/graphics/tesseract/tesseract-5.0.0/src/ccutil/
H A Dunichar.cpp205 bool UNICHAR::const_iterator::is_legal() const { in is_legal() function in tesseract::UNICHAR::const_iterator
226 if (it.is_legal()) { in UTF8ToUTF32()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/filetests/src/
H A Dtest_binemit.rs158 if !func.encodings[inst].is_legal() { in run()
236 if enc.is_legal() { in run()
255 if !enc.is_legal() { in run()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/verifier/
H A Dliveness.rs82 if encoding.is_legal() { in check_insts()
120 if encoding.is_legal() && lr.affinity.is_unassigned() { in check_insts()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dliveness.rs82 if encoding.is_legal() { in check_insts()
120 if encoding.is_legal() && lr.affinity.is_unassigned() { in check_insts()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dliveness.rs82 if encoding.is_legal() { in check_insts()
120 if encoding.is_legal() && lr.affinity.is_unassigned() { in check_insts()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/verifier/
H A Dliveness.rs82 if encoding.is_legal() { in check_insts()
120 if encoding.is_legal() && lr.affinity.is_unassigned() { in check_insts()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dliveness.rs82 if encoding.is_legal() { in check_insts()
120 if encoding.is_legal() && lr.affinity.is_unassigned() { in check_insts()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dliveness.rs82 if encoding.is_legal() { in check_insts()
120 if encoding.is_legal() && lr.affinity.is_unassigned() { in check_insts()
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_tests/tests/unit/framework/foundation/
H A Dstream_testing.py42 def is_legal(self): member in TestConsumer

123456