Searched refs:value_logical_not (Results 1 – 8 of 8) sorted by relevance
179 if (!value_logical_not (val)) in scm_lookup_name()
670 if (value_logical_not (arg1)) in evaluate_subexp_standard()1713 tem = value_logical_not (arg1); in evaluate_subexp_standard()1717 (LONGEST) (!tem && !value_logical_not (arg2))); in evaluate_subexp_standard()1739 tem = value_logical_not (arg1); in evaluate_subexp_standard()1743 (LONGEST) (!tem || !value_logical_not (arg2))); in evaluate_subexp_standard()1885 (LONGEST) value_logical_not (arg1)); in evaluate_subexp_standard()
75 if (TYPE_CODE (type) == TYPE_CODE_PTR && !value_logical_not (val)) in java_value_print()
467 extern int value_logical_not (struct value *arg1);
985 return !value_logical_not (val); in value_true()
263 if (value_logical_not (clas)) in type_from_class()
184 if (value_logical_not (val)) in value_allocate_space_in_inferior()374 && !value_logical_not (arg2)) in value_cast()
1159 value_logical_not (struct value *arg1) in value_logical_not() function