Searched refs:TREE_REAL_CST_PTR (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dtree-dump.c549 dump_real (di, "valu", TREE_REAL_CST_PTR (t));
H A Dtree.h1307 #define TREE_REAL_CST_PTR(NODE) (REAL_CST_CHECK (NODE)->real_cst.real_cst_ptr)
1308 #define TREE_REAL_CST(NODE) (*TREE_REAL_CST_PTR (NODE))
1302 #define TREE_REAL_CST_PTR macro
H A Dtree.c1090 TREE_REAL_CST_PTR (v) = dp;
4889 unsigned int val2 = real_hash (TREE_REAL_CST_PTR (t));
H A Dvarasm.c2467 return real_hash (TREE_REAL_CST_PTR (exp));
H A Dfold-const.c7129 real_to_target (tmp, TREE_REAL_CST_PTR (expr), TYPE_MODE (type));
13138 const REAL_VALUE_TYPE *c0 = TREE_REAL_CST_PTR (op0);
13139 const REAL_VALUE_TYPE *c1 = TREE_REAL_CST_PTR (op1);

Completed in 144 milliseconds