/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/ |
H A D | debug_assert_with_mut_call.rs | 25 fn bool_ref(_: &u32) -> bool { false } in bool_ref() function 31 debug_assert!(bool_ref(&3)); in func_non_mutable() 32 debug_assert!(!bool_ref(&3)); in func_non_mutable() 93 debug_assert!(!(bool_ref(&u32_mut(&mut 3)))); in misc() 99 debug_assert!(bool_ref(&3), "w/o format"); in misc() 101 debug_assert!(bool_ref(&3), "{} format", "w/"); in misc()
|
/dports/devel/p5-Object-MultiType/Object-MultiType-0.05/ |
H A D | test.pl | 91 my $bool_ref = 1 ; 92 my $obj = Object::MultiType->new( bool => \$bool_ref ) ; 96 my $bool_ref = 1 ; 99 my $obj = Object::MultiType->new( boolsub => sub { $c++ ; return $bool_ref } ) ; 103 $bool_ref = 0 ;
|
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/test/ |
H A D | TestArchive.cpp | 158 bool bool_ref = true, bool_var = false; in TEST_F() local 161 arstore << bool_ref; in TEST_F() 169 EXPECT_EQ(bool_ref, bool_var); in TEST_F() 334 bool bool_ref = true, bool_var = false; in TEST_F() local 361 arstore << bool_ref; in TEST_F() 397 EXPECT_EQ(bool_ref, bool_var); in TEST_F()
|
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/host/ |
H A D | hr_disk.c | 1079 CFBooleanRef bool_ref; in Query_Disk() local 1108 bool_ref = (CFBooleanRef) in Query_Disk() 1110 if (bool_ref) { in Query_Disk() 1111 HRD_access = CFBooleanGetValue(bool_ref); in Query_Disk() 1119 bool_ref = (CFBooleanRef) in Query_Disk() 1121 if (bool_ref) { in Query_Disk() 1122 HRD_removeble = CFBooleanGetValue(bool_ref); in Query_Disk()
|
/dports/lang/rust/rustc-1.58.1-src/src/test/debuginfo/ |
H A D | borrowed-basic.rs | 121 let bool_ref: &bool = &bool_val; in main() localVariable
|
H A D | borrowed-unique-basic.rs | 124 let bool_ref: &bool = &*bool_box; in main() localVariable
|
/dports/emulators/qemu60/qemu-6.0.0/scripts/ |
H A D | get_maintainer.pl | 1676 my ($bool_ref) = @_; 1678 if ($$bool_ref) { 1679 $$bool_ref = 0; 1681 $$bool_ref = 1;
|
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/ |
H A D | get_maintainer.pl | 1675 my ($bool_ref) = @_; 1677 if ($$bool_ref) { 1678 $$bool_ref = 0; 1680 $$bool_ref = 1;
|
/dports/emulators/qemu5/qemu-5.2.0/scripts/ |
H A D | get_maintainer.pl | 1676 my ($bool_ref) = @_; 1678 if ($$bool_ref) { 1679 $$bool_ref = 0; 1681 $$bool_ref = 1;
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/ |
H A D | get_maintainer.pl | 1676 my ($bool_ref) = @_; 1678 if ($$bool_ref) { 1679 $$bool_ref = 0; 1681 $$bool_ref = 1;
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/ |
H A D | get_maintainer.pl | 1675 my ($bool_ref) = @_; 1677 if ($$bool_ref) { 1678 $$bool_ref = 0; 1680 $$bool_ref = 1;
|
/dports/emulators/qemu42/qemu-4.2.1/scripts/ |
H A D | get_maintainer.pl | 1675 my ($bool_ref) = @_; 1677 if ($$bool_ref) { 1678 $$bool_ref = 0; 1680 $$bool_ref = 1;
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/ |
H A D | get_maintainer.pl | 1676 my ($bool_ref) = @_; 1678 if ($$bool_ref) { 1679 $$bool_ref = 0; 1681 $$bool_ref = 1;
|
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/ |
H A D | get_maintainer.pl | 1676 my ($bool_ref) = @_; 1678 if ($$bool_ref) { 1679 $$bool_ref = 0; 1681 $$bool_ref = 1;
|
/dports/emulators/qemu/qemu-6.2.0/scripts/ |
H A D | get_maintainer.pl | 1676 my ($bool_ref) = @_; 1678 if ($$bool_ref) { 1679 $$bool_ref = 0; 1681 $$bool_ref = 1;
|
/dports/sysutils/u-boot-utilite/u-boot-2015.07/scripts/ |
H A D | get_maintainer.pl | 1734 my ($bool_ref) = @_; 1736 if ($$bool_ref) { 1737 $$bool_ref = 0; 1739 $$bool_ref = 1;
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/ |
H A D | get_maintainer.pl | 2047 my ($bool_ref) = @_; 2049 if ($$bool_ref) { 2050 $$bool_ref = 0; 2052 $$bool_ref = 1;
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/scripts/ |
H A D | get_maintainer.pl | 1983 my ($bool_ref) = @_; 1985 if ($$bool_ref) { 1986 $$bool_ref = 0; 1988 $$bool_ref = 1;
|
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/scripts/ |
H A D | get_maintainer.pl | 1983 my ($bool_ref) = @_; 1985 if ($$bool_ref) { 1986 $$bool_ref = 0; 1988 $$bool_ref = 1;
|
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/scripts/ |
H A D | get_maintainer.pl | 1983 my ($bool_ref) = @_; 1985 if ($$bool_ref) { 1986 $$bool_ref = 0; 1988 $$bool_ref = 1;
|
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/scripts/ |
H A D | get_maintainer.pl | 1983 my ($bool_ref) = @_; 1985 if ($$bool_ref) { 1986 $$bool_ref = 0; 1988 $$bool_ref = 1;
|
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/scripts/ |
H A D | get_maintainer.pl | 1983 my ($bool_ref) = @_; 1985 if ($$bool_ref) { 1986 $$bool_ref = 0; 1988 $$bool_ref = 1;
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/scripts/ |
H A D | get_maintainer.pl | 1983 my ($bool_ref) = @_; 1985 if ($$bool_ref) { 1986 $$bool_ref = 0; 1988 $$bool_ref = 1;
|
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/scripts/ |
H A D | get_maintainer.pl | 1983 my ($bool_ref) = @_; 1985 if ($$bool_ref) { 1986 $$bool_ref = 0; 1988 $$bool_ref = 1;
|
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/scripts/ |
H A D | get_maintainer.pl | 1983 my ($bool_ref) = @_; 1985 if ($$bool_ref) { 1986 $$bool_ref = 0; 1988 $$bool_ref = 1;
|