HomeSort by: relevance | last modified time | path
    Searched defs:TREE_REAL_CST_PTR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree.h 1155 #define TREE_REAL_CST_PTR(NODE) (&REAL_CST_CHECK (NODE)->real_cst.value)
1156 #define TREE_REAL_CST(NODE) (*TREE_REAL_CST_PTR (NODE))
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 1051 #define TREE_REAL_CST_PTR(NODE) (REAL_CST_CHECK (NODE)->real_cst.real_cst_ptr)
1052 #define TREE_REAL_CST(NODE) (*TREE_REAL_CST_PTR (NODE))

Completed in 32 milliseconds