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

  /src/external/gpl3/gcc/dist/gcc/
tree.h 3406 nothrow, i.e. it is valid to have DECL_PURE_P set and TREE_NOTHROW
3408 #define DECL_PURE_P(NODE) (FUNCTION_DECL_CHECK (NODE)->function_decl.pure_flag)
3410 /* Nonzero only if one of TREE_READONLY or DECL_PURE_P is nonzero AND
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 3239 nothrow, i.e. it is valid to have DECL_PURE_P set and TREE_NOTHROW
3241 #define DECL_PURE_P(NODE) (FUNCTION_DECL_CHECK (NODE)->function_decl.pure_flag)
3243 /* Nonzero only if one of TREE_READONLY or DECL_PURE_P is nonzero AND

Completed in 65 milliseconds