Searched refs:true_value (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/lib/libc/rpc/ |
| H A D | svc_dg.c | 160 static const int true_value = 1; in svc_dg_create() local 168 &true_value, sizeof(true_value))) { in svc_dg_create()
|
| /freebsd-12.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-generated-actions_test.cc | 769 ACTION_P2(OverloadedAction, true_value, false_value) { in ACTION_P2() argument 770 return arg0 ? true_value : false_value; in ACTION_P2()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | fold-const.c | 5990 tree test, true_value, false_value; in fold_binary_op_with_conditional_arg() local 6003 true_value = TREE_OPERAND (cond, 1); in fold_binary_op_with_conditional_arg() 6008 if (VOID_TYPE_P (TREE_TYPE (true_value))) in fold_binary_op_with_conditional_arg() 6009 lhs = true_value; in fold_binary_op_with_conditional_arg() 6017 true_value = constant_boolean_node (true, testtype); in fold_binary_op_with_conditional_arg() 6024 true_value = fold_convert (cond_type, true_value); in fold_binary_op_with_conditional_arg() 6026 lhs = fold_build2 (code, type, true_value, arg); in fold_binary_op_with_conditional_arg() 6028 lhs = fold_build2 (code, type, arg, true_value); in fold_binary_op_with_conditional_arg()
|
| H A D | FSFChangeLog.10 | 6718 * fold-const.c (fold): When folding `<' type nodes, make true_value
|