Searched refs:value_logical_not (Results 1 – 10 of 10) sorted by relevance
177 if (!value_logical_not (val)) in scm_lookup_name()
667 if (value_logical_not (arg1)) in evaluate_subexp_standard()1714 tem = value_logical_not (arg1); in evaluate_subexp_standard()1718 (LONGEST) (!tem && !value_logical_not (arg2))); in evaluate_subexp_standard()1740 tem = value_logical_not (arg1); in evaluate_subexp_standard()1744 (LONGEST) (!tem || !value_logical_not (arg2))); in evaluate_subexp_standard()1886 (LONGEST) value_logical_not (arg1)); in evaluate_subexp_standard()
464 extern int value_logical_not (struct value *arg1);
75 if (TYPE_CODE (type) == TYPE_CODE_PTR && !value_logical_not (val)) in java_value_print()
860 return !value_logical_not (val); in value_true()
178 if (value_logical_not (val)) in value_allocate_space_in_inferior()368 && !value_logical_not (arg2)) in value_cast()
1157 value_logical_not (struct value *arg1) in value_logical_not() function
265 if (value_logical_not (clas)) in type_from_class()
4887 (value_true): Just call value_logical_not regardless of language.
913 value_zerop() => value_logical_not()