Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.c3783 static tree expand_unordered_cmp PARAMS ((tree, tree, enum tree_code,
3796 expand_unordered_cmp (function, params, unordered_code, ordered_code) in expand_unordered_cmp() function
3908 return expand_unordered_cmp (function, params, UNLE_EXPR, LE_EXPR);
3911 return expand_unordered_cmp (function, params, UNLT_EXPR, LT_EXPR);
3914 return expand_unordered_cmp (function, params, UNGE_EXPR, GE_EXPR);
3917 return expand_unordered_cmp (function, params, UNGT_EXPR, GT_EXPR);
3920 return expand_unordered_cmp (function, params, UNEQ_EXPR, EQ_EXPR);
3923 return expand_unordered_cmp (function, params, UNORDERED_EXPR, NOP_EXPR);
DChangeLog.714787 (expand_unordered_cmp): New, mostly split from expand_tree_builtin.
14791 (expand_tree_builtin): Use expand_unordered_cmp.