Home
last modified time | relevance | path

Searched refs:tempval (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/t/op/
Dhashassign.t198 my $tempval = sprintf '$utf8c{"\x{%x}"}', $chr;
199 is (eval $tempval, $value, "is key present? (maybe $tempval is optimised)");
200 $tempval = sprintf '@temp = ("\x{%x}" => undef)', $chr;
201 eval $tempval or die "'$tempval' gave $@";
217 $tempval = sprintf '$temp{"\x{%x}"}', $chr;
218 is (eval $tempval, $value, "is key present? (maybe $tempval is optimised)");
219 $tempval = sprintf '@temp = ("\x{%x}" => undef)', $chr;
220 eval $tempval or die "'$tempval' gave $@";
221 is ($temp{$temp[0]}, $value, "is key present? (using LHS of $tempval)");
240 $tempval = sprintf '$utf8a{"\x{%x}"}', $chr;
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dtracepoint.c1515 struct value *tempval; in encode_actions() local
1600 tempval = evaluate_expression (exp); in encode_actions()
1601 addr = VALUE_ADDRESS (tempval) + value_offset (tempval); in encode_actions()