/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | handy_base.pl | 40 sub truth($) { # Converts values so is() works subroutine 236 $matches = truth(! ($matches % 2)); 286 my $truth = $matches; 287 if ($truth) { 292 $truth = 0 302 $truth = 0 if $suffix eq "_A" 309 is ($ret, $truth, "${tab}And correctly returns $truth"); 316 my $truth; 323 $truth = 0; 326 $truth = $matches; [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ |
H A D | GetOptsOO.pm | 15 my($target, $args, $truth) = @_; 25 $truth = 1 unless @_ > 2; 27 DEBUG > 3 and print " Truth is $truth\n"; 58 DEBUG > 3 and print " $method is true ($truth)\n"; 59 $target->$method( $truth );
|
/openbsd/gnu/gcc/gcc/ |
H A D | genflags.c | 133 int truth = maybe_eval_c_test (XSTR (insn, 2)); in gen_proto() local 154 if (truth != 0) in gen_proto() 173 if (truth == 0) in gen_proto() 196 int truth = maybe_eval_c_test (XSTR (insn, 2)); in gen_insn() local 209 if (truth == 0) in gen_insn() 211 else if (truth == 1) in gen_insn()
|
H A D | gencodes.c | 37 int truth = maybe_eval_c_test (XSTR (insn, 2)); in gen_insn() local 44 if (truth == 0) in gen_insn()
|
H A D | genrecog.c | 2544 int truth = maybe_eval_c_test (c_test); in make_insn_sequence() local 2551 gcc_assert (truth); in make_insn_sequence() 2599 if (truth == -1) in make_insn_sequence() 2674 if (truth == -1) in make_insn_sequence()
|
/openbsd/usr.sbin/ifstated/ |
H A D | ifstated.c | 364 expression->truth = !external->prevstatus; in adjust_external_expressions() 472 int truth; in scan_ifstate_single() local 474 truth = in scan_ifstate_single() 484 expression->truth = truth; in scan_ifstate_single() 536 expression->truth = expression->left->truth && in adjust_expressions() 537 expression->right->truth; in adjust_expressions() 540 expression->truth = expression->left->truth || in adjust_expressions() 541 expression->right->truth; in adjust_expressions() 544 expression->truth = !expression->right->truth; in adjust_expressions() 620 action->act.c.expression->truth) || in do_action()
|
H A D | ifstated.h | 98 u_int8_t truth; member
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | genflags.c | 138 int truth = maybe_eval_c_test (XSTR (insn, 2)); local 159 if (truth != 0) 178 if (truth == 0) 204 int truth = maybe_eval_c_test (XSTR (insn, 2)); local 217 if (truth == 0) 219 else if (truth == 1)
|
H A D | gencodes.c | 39 int truth = maybe_eval_c_test (XSTR (insn, 2)); local 46 if (truth == 0)
|
H A D | genrecog.c | 2457 int truth = maybe_eval_c_test (c_test); local 2464 if (truth == 0) 2515 if (truth == -1) 2590 if (truth == -1)
|
H A D | ChangeLog.0 | 905 as truth value. 7006 truth value. 7010 as truth value. 7016 truth value. 7048 as truth value. 7584 as truth. 8255 truth value. 8296 truth value. 8375 truth value. 8544 as truth value. [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | enum4.C | 7 definite_tristate (int truth) in definite_tristate() argument 9 return (truth) ? yes : no; in definite_tristate()
|
/openbsd/gnu/gcc/gcc/config/pa/ |
H A D | predicates.md | 86 ;; Return truth value of statement that OP is a symbolic memory 342 ;; Return truth value of whether OP can be used as an operand in a 353 ;; Return truth value of whether OP can be used as an operand in a 397 ;; Return truth value of whether OP is an integer which fits the range 408 ;; Return truth value of whether OP is an integer which fits the range 417 ;; Return truth value of whether OP is an integer which fits the range 426 ;; Return truth value of whether OP is an integer which fits the range 435 ;; Return truth value of whether OP is an integer which fits the range 452 ;; Return truth value of whether OP is an integer which fits the range
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | bld.h | 595 ffebldConstant ffebld_constant_new_logical1 (bool truth); 599 ffebldConstant ffebld_constant_new_logical2 (bool truth); 603 ffebldConstant ffebld_constant_new_logical3 (bool truth); 607 ffebldConstant ffebld_constant_new_logical4 (bool truth); 611 ffebldConstant ffebld_constant_new_logical5 (bool truth); 615 ffebldConstant ffebld_constant_new_logical6 (bool truth); 619 ffebldConstant ffebld_constant_new_logical7 (bool truth); 623 ffebldConstant ffebld_constant_new_logical8 (bool truth);
|
H A D | target.h | 1311 #define ffetarget_logical1(v,truth) (*(v) = truth ? 1 : 0) argument
|
H A D | bld.c | 1130 ffebld_constant_new_logical1 (bool truth) in ffebld_constant_new_logical1() argument 1134 ffetarget_logical1 (&val, truth); in ffebld_constant_new_logical1()
|
/openbsd/games/fortune/datfiles/ |
H A D | startrek | 134 "Evil does seek to maintain power by suppressing the truth." 205 I'm a soldier, not a diplomat. I can only tell the truth. 248 Is truth not truth for all? 324 Many Myths are based on truth 727 are telling the truth. You cannot tell the truth because everything 728 you say is a lie. You lie, you tell the truth ... but you cannot, for
|
H A D | fortunes2 | 7314 A truth that's told with bad intent 10033 Beauty is truth, truth beauty, that is all 13966 Facts are the enemy of truth. 14428 Sober truth, 19805 It's the truth. 22428 In war, truth is the first casualty. 26707 Most people prefer certainty to truth. 27148 My way of joking is to tell the truth. 36497 advantage to see the truth. 37427 of a profound truth may well be another profound truth. [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
H A D | 018_json_checker.t | 69 ["Bad value", truth]
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | MisExpect.rst | 19 truth provided by a profiling input.
|
H A D | ExtendedIntegerResults.txt | 127 the sad truth of the matter is that this is a) unlikely to happen anytime in
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | parse.t | 1030 my @truth = ( 1041 for my $t (@truth) {
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | TypeNodes.td | 22 /// truth. Languages and extensions often have formation rules which differ
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | overload.t | 1379 bool => sub { shift->{truth} eq 'yes' }, 1380 '0+' => sub { shift->{truth} eq 'yes' ? '1' : '0' }, 1381 '!' => sub { shift->{truth} eq 'no' }, 1384 sub new { my $class = shift; bless { truth => shift }, $class }
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlsyn.pod | 47 are exempt from warnings (because they care about truth rather than 136 Its truth or falsehood determines how the modifier will behave. 348 regular truth value.
|